Search found 2 matches

by hannibaldark
Thu Nov 29, 2007 3:46 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Jumping In Debug, Says : 'MS DOS SUBSYSTEM ERROR'
Replies: 1
Views: 3816

Okay Guys. Things are going slower here. I made my own debugger and it was compliing the asm code line by line so when I typed ; JMP XXXX it was transfered to debug as CS:0100 JMP XXXX so the jumping was not correct. I identified that and the problem solved....
by hannibaldark
Wed Nov 28, 2007 4:34 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Jumping In Debug, Says : 'MS DOS SUBSYSTEM ERROR'
Replies: 1
Views: 3816

Jumping In Debug, Says : 'MS DOS SUBSYSTEM ERROR'

Hi there. Don't ask me why, I am using debug to create some asm codes for qb4.5. But when I code an example it works fine. But when I try to make my own loops or jumps and translate it to the basic it gives an ms dos sub system error. I realized that, adding any conditional/unconditional jumps makes...