d0p1
03c95cb0a4
Some checks are pending
Build / test (push) Waiting to run
Docs / test (push) Waiting to run
11 lines
114 B
NASM
11 lines
114 B
NASM
format COFF
|
|
|
|
section '.text' code
|
|
|
|
public main
|
|
main:
|
|
int 0x2A
|
|
|
|
section '.data' data
|
|
|
|
INCLUDE 'builtins.inc'
|