Subversion Repositories pentevo

Rev

Blame | Last modification | View Log | Download | RSS feed | ?url?

  1.         cpu     atmega8:codesegsize=0
  2.  
  3.         ; Do not assume padding to be on by default
  4.         ; for anything but 68K!
  5.  
  6.         padding on
  7.  
  8.         nop
  9.         nop
  10.         nop
  11.         data    1,2,3
  12.         data    "blablabla"
  13.  
  14.         lds     r25, 0x0060
  15.         andi    r25, 0x7F ; 127
  16.         lds     r24, 0x0061
  17.         sbrc    r24, 5
  18.         ori     r25, 0x80 ; 128
  19.         sts     0x0060, r25
  20.         ret
  21.  
  22.         jmp     next
  23.         nop
  24.         nop
  25. next    nop
  26.  
  27.         rjmp    next2
  28.         nop
  29.         nop
  30. next2   nop
  31.