Files
lang/test/hello.lang
T
2026-06-02 03:24:21 -04:00

6 lines
49 B
Plaintext

asm {
mov eax, 1
mov ebx, 39
int 0x80
}