Starting to get headache from this...
Whoops, sorry, I'm telling you wrong:
This works
Code: Select all
CLI
HLT
Code: Select all
x:
nop
jmp x
Code: Select all
lea ebx, [str1]
mov eax, 2
int 0x5F
ret
str1: db "This is a test.",0x00
Code: Select all
CLI
HLT
Code: Select all
x:
nop
jmp x
Code: Select all
lea ebx, [str1]
mov eax, 2
int 0x5F
ret
str1: db "This is a test.",0x00
Code: Select all
lea ebx, [str1]
Code: Select all
int 0x5F