8 lines
89 B
ArmAsm
8 lines
89 B
ArmAsm
.define .gto
|
|
|
|
.gto:
|
|
! $Header$
|
|
mov bp,4(bx)
|
|
mov sp,2(bx)
|
|
jmp (bx)
|