From 3a737c05d54795a8f3396b99050287028898e0ff Mon Sep 17 00:00:00 2001 From: omicron Date: Wed, 2 Apr 2025 11:19:35 +0200 Subject: [PATCH] Slightly change the valid test input file --- tests/input/valid.asm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/input/valid.asm b/tests/input/valid.asm index de95bbe..4a65b6b 100644 --- a/tests/input/valid.asm +++ b/tests/input/valid.asm @@ -1,4 +1,7 @@ +.section text + _start: + mov eax, ebx mov eax, 555 ; move 555 into eax push 0o777 xor eax, 0xDEADBEEF