| | |
NASM Int 21 Function 9 Help
![]() |
•
•
Join Date: Apr 2007
Posts: 2
Reputation:
Solved Threads: 0
Hello, I'm having some problems getting int21 function 9 working correctly.
I've searched around a little bit, but I seem to be missing something still because no matter what I change it doesn't seem to display what I'd like it to.
It seems to me that it should look like:
Any help would be splendid. Thanks.
I've searched around a little bit, but I seem to be missing something still because no matter what I change it doesn't seem to display what I'd like it to.
It seems to me that it should look like:
Assembly Syntax (Toggle Plain Text)
mov ah,09h mov dx,msg int 21 msg: db 'hello$'
![]() |
Similar Threads
- error C2064: term does not evaluate to a function taking 1 arguments (C++)
- My own read function (C)
- Recursive function - checking for palindromes (C)
- int function(fstream)//illegal argument (C)
- One more function (C++)
- How would i recode as a function? (Java)
Other Threads in the Assembly Forum
- Previous Thread: convert number base
- Next Thread: help me boot disk
| Thread Tools | Search this Thread |





