8 lines
77 B
ArmAsm
8 lines
77 B
ArmAsm
|
.define .gto
|
||
|
.text
|
||
|
|
||
|
.gto:
|
||
|
mov bp,4(bx)
|
||
|
mov sp,2(bx)
|
||
|
jmp @(bx)
|