3 lines
63 B
NASM
3 lines
63 B
NASM
some_stub:
|
|
pop r8
|
|
jmp [r8] ;return to the calling code. |
some_stub:
|
|
pop r8
|
|
jmp [r8] ;return to the calling code. |