mirror of
https://github.com/cc65/cc65.git
synced 2026-04-21 09:17:52 +00:00
9 lines
92 B
ArmAsm
9 lines
92 B
ArmAsm
|
|
.setcpu "M740"
|
|
|
|
.repeat 256, cnt
|
|
|
|
.byte 0 + cnt, $12, $02, $ea
|
|
|
|
.endrepeat
|