1
0
mirror of https://github.com/rkujawa/rk65c02.git synced 2024-06-08 21:29:31 +00:00
rk65c02/test/test_emulation_bvc.s
2017-01-29 21:18:01 +01:00

11 lines
74 B
ArmAsm

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