1
0
mirror of https://github.com/rkujawa/rk65c02.git synced 2024-06-01 20:41:32 +00:00
rk65c02/test/test_emulation_bne.s
2017-01-31 23:07:17 +01:00

12 lines
79 B
ArmAsm

.org 0xC000
start: nop
bne foo2
foo: nop
stp
foo2: nop
bne foo
nop
stp