0 Members and 1 Guest are viewing this topic.
Hmm... The console window only flashes, is there any interrupt that waits for user input?
mov ah,01 int 21h
org 256mov ah,9mov dx,text_to_displayint 21hmov ah,01int 21hint 20hlabel text_to_displaydb 'Hello World$'
Nice Consider yourself applauded.
org 256mov ax, 13hint 10hmov ah,0chmov dx,-1mov cx,0mov al,50fill:inc dxcmp dx,200ja swapcmp cx, 320int 10hjne fillmov ah, 01int 21hint 20hswap:inc cxmov dx, 0int 10hjmp fill
cmp 250*dx, count...label count worddw 0
mov ax, 320imul ax, dxcmp ax, count