![]() |
|
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Hobbyist Programmer
Join Date: Aug 2004
Location: The Netherlands
Posts: 111
Rep Power: 5
![]() |
hi all,
i'm having trouble printing numbers to the screen: .model small .stack .data .code start: mov ah,02h mov dl, 48 int 21h mov ax,4c00h mov int 21h end start thanks in advance, Kind regards
__________________
http://www.white-scorpion.nl |
|
|
|
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|