Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 0000 START ORG 0 ;asm file to tack omnto arduino hex or bin file for uploading into nano.
- 0000 7b seq
- 0001 7a req
- 0002 f8 00 ldi $0
- 0004 b2 phi 2
- 0005 f8 f8 ldi $f8
- 0007 a2 plo 2
- 0008 f8 a5 ldi $a5
- 000a 52 str 2 ;put $5a into 0x0f8;
- 000b 7a req
- 000c here
- 000c c4 nop
- 000d c4 nop
- 000e 7b seq
- 000f 7a req
- 0010 30 0c br here
- 00ff ORG 255
- 00ff c4 nop
- 0100 END
- 0000 START 000c here
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement