All checks were successful
Validate the build / validate-build (push) Successful in 29s
6 lines
98 B
NASM
6 lines
98 B
NASM
; sample program with trivia on the head of the tokenlist
|
|
|
|
_start:
|
|
xor rax, rax
|
|
call exit
|