152 Posted Topics
Re: This code will copy a source string whose offset is placed in the SI register, and will be copied to the string at the offset in the DI register, removing any double blanks. Here's how to do it: [code] .MODEL tiny .data string db 'Jackal Hex Digit Hunt$' string2 db … | |
I am wondering how to use GNU as to output 16-bit DOS .com files, and how to use As to make 16-bit DOS .exe files. Can anyone help? |
The End.