Miscellaneous > 16 bit DOS Programming
Debugger?
_japheth:
detecting the bug wasn't too hard - if input was from a file, the debugger always read 256 bytes (until EOF).
Now it reads bytewise until a Linefeed is detected.
The test case displays "illegal input", though, so I'm not 100% sure if it's fully fixed.
FORTRANS:
Hi,
--- Quote from: _japheth on October 21, 2022, 02:33:39 AM ---
detecting the bug wasn't too hard - if input was from a file, the debugger always read 256 bytes (until EOF).
Now it reads bytewise until a Linefeed is detected.
--- End quote ---
Thank you, that is good news.
--- Quote ---The test case displays "illegal input", though, so I'm not 100% sure if it's fully fixed.
--- End quote ---
Yes, as it does in the OUT1A.TXT enclosed in the first post. That is why
I needed a debugger. My version is broken. The original sudo.com was
only supplied as a binary file and a code listing that was incompatible with
MASM. My attempted translation to MASM contains errors that need to
be tracked down.
Some moderately recent posts in this forum between zedd151 and me
were discussing Sudoku solvers. I pointed out sudo.com to him. One, or
both of us, wanted to modify the program. So I tried to translate it.
Regards,
Steve N.
FORTRANS:
Hi,
Where can I get a copy of the new version? I thought you had
attached a copy, but that turned out to be a copy of the file that I
attached to the first post.
TIA,
Steve N.
zedd151:
--- Quote from: FORTRANS on October 21, 2022, 03:47:56 AM ---Hi, ....
Some moderately recent posts in this forum between zedd151 and me
were discussing Sudoku solvers. I pointed out sudo.com to him. One, or
both of us, wanted to modify the program. So I tried to translate it.
Regards,
Steve N.
--- End quote ---
Here http://masm32.com/board/index.php?topic=10287.msg113281#msg113281 and several other posts in that thread...
:biggrin: Hi Steve! I see your still busy toiling over this.
_japheth:
--- Quote from: FORTRANS on October 21, 2022, 05:33:28 AM --- Where can I get a copy of the new version? I thought you had
attached a copy, but that turned out to be a copy of the file that I
attached to the first post.
--- End quote ---
Ops, sorry! Attached.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version