Advertisement
prjbrook

nano2E.lst

Aug 23rd, 2020
372
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. 0000 START ORG 0 ;asm file to tack omnto arduino hex or bin file for uploading into nano.
  2. 0000 7b seq
  3. 0001 7a req
  4. 0002 f8 00 ldi $0
  5. 0004 b2 phi 2
  6. 0005 f8 f8 ldi $f8
  7. 0007 a2 plo 2
  8. 0008 f8 a5 ldi $a5
  9. 000a 52 str 2 ;put $5a into 0x0f8;
  10. 000b 7a req
  11. 000c here
  12. 000c c4 nop
  13. 000d c4 nop
  14. 000e 7b seq
  15. 000f 7a req
  16. 0010 30 0c br here
  17. 00ff ORG 255
  18. 00ff c4 nop
  19. 0100 END
  20. 0000 START 000c here
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement