wip trying to launch worpdress
This commit is contained in:
Binary file not shown.
@@ -1,16 +0,0 @@
|
||||
SECTION .data
|
||||
msg: db "Hi World",10
|
||||
len: equ $-msg
|
||||
|
||||
SECTION .text
|
||||
global main
|
||||
main:
|
||||
mov edx,len
|
||||
mov ecx,msg
|
||||
mov ebx,1
|
||||
mov eax,4
|
||||
int 0x80
|
||||
mov ebx,0
|
||||
mov eax,1
|
||||
int 0x80
|
||||
|
||||
Reference in New Issue
Block a user