flat assembler
Message board for the users of flat assembler.
Index
> DOS > CLI Input |
Author |
|
ManOfSteel 15 Dec 2008, 09:36
Try this:
Code: HlpCmdStr db 'help',0 Cmd1: cld mov si,Cmd ; user input buffer mov di,HlpCmdStr ; command string address mov cx,5 repe cmpsb jne Cmd2 ; check 2nd command in the CLI ; display help and end Cmd2: ... |
|||
15 Dec 2008, 09:36 |
|
rCX 16 Dec 2008, 18:07
You could also try this previous thread.
|
|||
16 Dec 2008, 18:07 |
|
GhostXoPCorp 17 Dec 2008, 15:19
this looks much more simple to me. thanks man of steel
_________________ Oh that divide overflow. Just jumps out of the bushes every time to scare the day lights out of me. |
|||
17 Dec 2008, 15:19 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.