1
0
Fork 0
mirror of https://github.com/tailix/loadwarka.git synced 2024-12-09 14:08:20 -05:00

Print message

This commit is contained in:
Alex Kotov 2022-01-28 00:51:37 +05:00
parent f7de862e65
commit 764325fd89
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -7,6 +7,7 @@
.section .rodata
disk_number: .string "Disk number: "
main_returned: .string "Main returned\r\n"
.section .text
_start:
@ -23,4 +24,7 @@ _start:
call main
mov $main_returned, %si
call print_str
ljmp $0, $hang