That the code I have in test.asmCode:jmp start Message1 db "Hello World!$" start: mov ah, 09h mov dx, offset Message1 int 21h mov ax, 4c00h int 21h
|
Results 1 to 12 of 12
Thread: How to execute codeThreaded View
|
Click Here to Expand Forum to Full Width |