about summary refs log tree commit diff stats
path: root/subx/teensy/test5.s
diff options
context:
space:
mode:
Diffstat (limited to 'subx/teensy/test5.s')
-rw-r--r--subx/teensy/test5.s6
1 files changed, 1 insertions, 5 deletions
diff --git a/subx/teensy/test5.s b/subx/teensy/test5.s
index 54a79846..d549306b 100644
--- a/subx/teensy/test5.s
+++ b/subx/teensy/test5.s
@@ -36,11 +36,7 @@ phdrsize  equ  $ - phdr
 
 _start:
   mov ebx, 42
-  xor eax, eax
-  ; add eax, 0x00000001
-    db 0x81  ; op
-    db 0xc0  ; modr/m
-    dd 0x00000001  ; imm32 operand
+  mov eax, 1
   int 0x80
 
 filesize      equ     $ - $$