flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
revolution 09 Nov 2011, 17:20
Moving to DOS
|
|||
![]() |
|
DJ Mauretto 09 Nov 2011, 19:42
Try This:
Code: org 100h mov al,01h mov bl,01h add al,bl mov ah, 02 mov dl,al add dl,30h int 21h ret _________________ Nil Volentibus Arduum ![]() |
|||
![]() |
|
bitshifter 10 Nov 2011, 07:18
add dl,'0' is easier to read for me...
|
|||
![]() |
|
charunanda 10 Nov 2011, 14:18
I copied and run code given by DJ Mauretto. But i cant see the otput. the outpmt screen come and then vanishes. what could be the reason?
|
|||
![]() |
|
DJ Mauretto 10 Nov 2011, 15:14
Quote: I copied and run code given by DJ Mauretto. But i cant see the otput. the outpmt screen come and then vanishes. what could be the reason? The reason is that you must run this program under dos shell.. anyway now i added a wait for a key Code: org 100h mov al,01h mov bl,01h add al,bl mov ah, 02 mov dl,al add dl,30h int 21h xor ax,ax int 16h ret ![]() _________________ Nil Volentibus Arduum ![]() |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.