alpha 0.1.121
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
||||
bits 64
|
||||
|
||||
section .data
|
||||
hello db 0x0A, 0x0D, "User program 2 speaking", 0
|
||||
hello db 0x0A, 0x0D, "User program 2 speaking", 0x0A, 0x0D, 0
|
||||
|
||||
section .text
|
||||
|
||||
@@ -9,7 +9,7 @@ _start:
|
||||
mov rax, 0x1 ;sys_write
|
||||
mov rdi, 0x1 ;stdout
|
||||
lea rsi, [rel hello]
|
||||
mov rdx, 25 ;count
|
||||
mov rdx, 27 ;count
|
||||
int 0x80
|
||||
|
||||
; when we are ready to have an os specific toolchain,
|
||||
|
||||
Reference in New Issue
Block a user