diff options
Diffstat (limited to 'subx/ex4.subx')
-rw-r--r-- | subx/ex4.subx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/ex4.subx b/subx/ex4.subx index 59dd14e1..cd7003d3 100644 --- a/subx/ex4.subx +++ b/subx/ex4.subx @@ -35,7 +35,7 @@ b8/copy 1/imm32 # copy 1 to EAX cd/syscall 0x80/imm8 # int 80h -== 0x080490a7 +== 0x080490a7 # data segment 00 00 00 00 # space for read() to write to # vim:ft=subx:nowrap |