user rodata section for text-string
This commit is contained in:
@@ -13,7 +13,7 @@ _start: ;tell linker entry point
|
|||||||
mov al,60 ;system call number (sys_exit)
|
mov al,60 ;system call number (sys_exit)
|
||||||
syscall ;call kernel
|
syscall ;call kernel
|
||||||
|
|
||||||
section .data
|
section .rodata
|
||||||
|
|
||||||
msg db 'Hello, world!',0xa ;our string
|
msg db 'Hello, world!',0xa ;our string
|
||||||
len equ $ - msg ;length of our string
|
len equ $ - msg ;length of our string
|
||||||
|
|||||||
Reference in New Issue
Block a user