freeDOS DEBUG : parsing bug (Developers)
> Hi All! and, this is primarily for Japheth to review :
Here's the part of the source (debug.asm) where you should do those experiments:
mmm proc
cmp al,CR
jz mach
mov ah,[si-2]
or ah,TOLOWER
cmp ah,'m'
jz mach
push si
call getdword
cmp al,CR
jz @F
call skipwhite
@@:
As soon as you've found a properly working fix, just post it here and I will happily add it to the debug package.
---
MS-DOS forever!
Complete thread:
- freeDOS DEBUG : parsing bug - Ninho, 06.03.2011, 16:48 (Developers)
- freeDOS DEBUG : parsing bug - Japheth, 08.03.2011, 09:13
- freeDOS DEBUG : "N" command bug - Ninho, 12.03.2011, 11:50
- freeDOS DEBUG : "N" command bug - Japheth, 16.03.2011, 10:21
- freeDOS DEBUG : "N" command bug - Ninho, 16.03.2011, 19:43
- freeDOS DEBUG : "N" command bug - Japheth, 16.03.2011, 10:21
- freeDOS DEBUG : "N" command bug - Ninho, 12.03.2011, 11:50
- freeDOS DEBUG : parsing bug - Japheth, 08.03.2011, 09:13