1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-20 17:20:49 +00:00
Files
cc65/test/dasm/6502-disass.s
2025-06-22 01:18:41 +02:00

9 lines
92 B
ArmAsm

.setcpu "6502"
.repeat 256, cnt
.byte 0 + cnt, $02, $ea, $00
.endrepeat