Bug? (Announce)
In FD DEBUG, when 'g' is used the segments are changed and have to be manually reset to run a program again. This does not happen in MS DEBUG.
----------------
In MS DEBUG; DS,ES,SS,CS are unchanged after using 'g':
C:\>debug test.com
-r
AX=0000 BX=0000 CX=0008 DX=0000 SP=FFFE BP=0000 SI=0000 DI=0000
DS=147E ES=147E SS=147E CS=147E IP=0100 NV UP EI PL NZ NA PO NC
147E:0100 B402 MOV AH,02
-g
A
Program terminated normally
-r
AX=0000 BX=0000 CX=0008 DX=0000 SP=FFFE BP=0000 SI=0000 DI=0000
DS=147E ES=147E SS=147E CS=147E IP=0100 NV UP EI PL NZ NA PO NC
147E:0100 B402 MOV AH,02
-g
A
Program terminated normally
-
----------------
In FD DEBUG; DS,ES,SS,CS are all changed after using 'g':
C:\>debug test.com
-r
AX=0000 BX=0000 CX=0008 DX=0000 SP=FFFE BP=0000 SI=0000 DI=0000
DS=1463 ES=1463 SS=1463 CS=1463 IP=0100 NV UP EI NG NZ NA PO NC
1463:0100 B402 MOV AH,02
-g
A
Program terminated normally (0000)
-r
AX=0000 BX=0000 CX=0000 DX=0000 SP=FFFE BP=0000 SI=0000 DI=0000
DS=13E4 ES=13E4 SS=13E4 CS=13E4 IP=0100 NV UP EI PL ZR NA PE NC
13E4:0100 C3 RET
-g
Program terminated normally (0000)
-
----------------
The program I used prints 'A'
mov ah,2
mov dl,41h
int 21h
int 20h
Is this a bug or was it intentional? Thanks
Complete thread:
- Debug 1.13 - DOS386, 01.03.2008, 03:06 (Announce)
- Debug 1.13 : bugs and suggestions - DOS386, 01.03.2008, 03:10
- Debug 1.13 : bugs and suggestions - Japheth, 01.03.2008, 06:15
- Debug 1.13 : bugs and suggestions - Rugxulo, 02.03.2008, 00:16
- Debug 1.13 : bugs and suggestions - Japheth, 02.03.2008, 15:46
- Debug 1.13 : bugs and suggestions - Japheth, 04.03.2008, 11:42
- FASM macro for Japheth - Rugxulo, 04.03.2008, 15:19
- FASM macro for Japheth - Japheth, 04.03.2008, 16:00
- FASM macro for Japheth - Rugxulo, 04.03.2008, 17:59
- FASM macro for Japheth - Japheth, 04.03.2008, 20:37
- FASM macro for Japheth - Rugxulo, 05.03.2008, 01:18
- FASM macro for Japheth - Japheth, 05.03.2008, 11:10
- FASM macro for Japheth - Rugxulo, 05.03.2008, 14:24
- FASM macro for Japheth - Japheth, 05.03.2008, 11:10
- FASM macro for Japheth - Rugxulo, 05.03.2008, 01:18
- FASM macro for Japheth - Japheth, 04.03.2008, 20:37
- FASM macro for Japheth - Rugxulo, 04.03.2008, 17:59
- FASM macro for Japheth - Japheth, 04.03.2008, 16:00
- FASM macro for Japheth - Rugxulo, 04.03.2008, 15:19
- Debug 1.13 : bugs and suggestions - Japheth, 04.03.2008, 11:42
- Debug 1.13 : bugs and suggestions - Japheth, 15.01.2009, 06:43
- Debug 1.13 : bugs and suggestions - Japheth, 02.03.2008, 15:46
- Another DEBUG clone - Japheth, 30.07.2008, 11:20
- Another DEBUG clone - ecm, 30.07.2008, 21:46
- Another DEBUG clone - Japheth, 31.07.2008, 13:29
- Another DEBUG clone - ecm, 31.07.2008, 16:21
- Another DEBUG clone - Japheth, 31.07.2008, 13:29
- Another DEBUG clone - ecm, 30.07.2008, 21:46
- FD Debug 1.14 - Japheth, 13.01.2009, 10:48
- FD Debug 1.14 - rCX, 14.01.2009, 04:31
- Debug 1.13 : bugs and suggestions - DOS386, 01.03.2008, 03:10