diff options
Diffstat (limited to 'src/user/hello')
-rw-r--r-- | src/user/hello/hello.asm | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/user/hello/hello.asm b/src/user/hello/hello.asm deleted file mode 100644 index 345abb4..0000000 --- a/src/user/hello/hello.asm +++ /dev/null @@ -1,15 +0,0 @@ -global _entry - -section .text -_entry: - mov eax, 3 - mov ebx, msg - int 0x32 - - int 0x30 - -section .rodata -msg db "Hello, world!", 0x0a, 0x00 - -section .bss -stack resb 8
\ No newline at end of file |