flat assembler
Message board for the users of flat assembler.
Index
> DOS > string concatenation (dx + "$") |
Author |
|
UCM 29 May 2005, 00:40
shouldn't this be in DOS forum?
_________________ This calls for... Ultra CRUNCHY Man! Ta da!! *crunch* |
|||
29 May 2005, 00:40 |
|
shaolin007 29 May 2005, 02:26
Code: mov ah, 0ah mov dx, buffer int 21h mov ah, 9 mov dx, buffer+2 int 21h buffer db 25 ;24 byte buffer+return db 0 ;any previous input to be remembered=no times 25 db 0 ;heres our buffer filled with 0's db '$' ;for printing out the input |
|||
29 May 2005, 02:26 |
|
Madis731 31 May 2005, 19:01
This thing confuses ppl because they use COM programs in Windows so they don't relate it to DOS. I think that a 16-bit and a 32-bit topics would be clearer difference.
|
|||
31 May 2005, 19:01 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.