mirror of
https://github.com/andremm/lad.git
synced 2026-08-22 20:26:25 -06:00
7 lines
139 B
NASM
7 lines
139 B
NASM
|
|
function main(0):
|
|
1 [1] GETTABUP $0, _ENV, "print"
|
|
2 [1] LOADK $1, "hello world!"
|
|
3 [1] CALL $0, 2, 1
|
|
4 [1] RETURN $0, 1
|