flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
ManOfSteel
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: ... |
|||
![]() |
|
rCX
You could also try this previous thread.
|
|||
![]() |
|
GhostXoPCorp
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. |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2020, Tomasz Grysztar. Also on GitHub, YouTube, Twitter.
Website powered by rwasa.