Slightly change the valid test input file
All checks were successful
Validate the build / validate-build (push) Successful in 27s
All checks were successful
Validate the build / validate-build (push) Successful in 27s
This commit is contained in:
parent
6b840ad888
commit
2474e0c773
@ -1,4 +1,7 @@
|
|||||||
|
.section text
|
||||||
|
|
||||||
_start:
|
_start:
|
||||||
|
mov eax, ebx
|
||||||
mov eax, 555 ; move 555 into eax
|
mov eax, 555 ; move 555 into eax
|
||||||
push 0o777
|
push 0o777
|
||||||
xor eax, 0xDEADBEEF
|
xor eax, 0xDEADBEEF
|
||||||
|
Loading…
x
Reference in New Issue
Block a user