1
0
mirror of https://github.com/zellyn/go6502.git synced 2024-09-26 19:54:39 +00:00
go6502/docs/assembler.org

9 lines
164 B
Org Mode
Raw Normal View History

2013-04-21 23:49:28 +00:00
$C030 - hex number
Line - Label - Opcode - Operand - Comments
1000 TONE LDA $C030
1010 LOOP DEY
1020 BNE LOOP
1030 JMP TONE