1
0
mirror of https://github.com/rkujawa/rk65c02.git synced 2024-06-01 05:41:27 +00:00
rk65c02/test/test_emulation_bne.s

12 lines
79 B
ArmAsm
Raw Normal View History

2017-01-29 20:18:01 +00:00
.org 0xC000
start: nop
bne foo2
foo: nop
stp
foo2: nop
bne foo
nop
stp
2017-01-29 20:18:01 +00:00