oas/tests/input/valid.asm
omicron 297ad863c3
All checks were successful
Validate the build / validate-build (push) Successful in 27s
Slightly change the valid test input file
2025-04-02 11:29:09 +02:00

13 lines
226 B
NASM

.section text
_start:
mov eax, ebx
mov eax, 555 ; move 555 into eax
push 0o777
xor eax, 0xDEADBEEF
and ecx, 0o770
mov edx, 0b01010101
push 0xffff:64
push 0o777:16
push 0b0001:16