| um try this:June 22 2002 at 3:45 PM | Mr_Moose_lazy from IP address 203.97.2.243 |
Response to need help with Assembly |
| Those numbers are hexidecimal from the h at the end, try these (i converted them to decimal). I havnt tested it but ah it might work.
move ax, 21255
move bx, 1
move cx, 3
int 21
| |
| | Responses |
|
|