mirror of
https://github.com/R2Northstar/NorthstarLauncher
synced 2024-10-30 11:26:40 +01:00
8 lines
77 B
NASM
8 lines
77 B
NASM
|
.data
|
||
|
extern PA : qword
|
||
|
.code
|
||
|
RunASM proc
|
||
|
jmp qword ptr [PA]
|
||
|
RunASM endp
|
||
|
end
|