beertracker
February 11th, 2008, 01:22 PM
I am writing a com file script. I can either use debug.exe or I hope Soft Ice 2.6 with it's built in assembler. The problem is what command do I use in Soft ICE to name the com file? I checked the Soft Ice 2.6 manual and didn't see N or NAME listed.
My code looks like this;
A 100
out, 64, FE
int 21
int 20
//if I use debug//
n file name.com
// but I cannot find a command to use for "name" in Soft ICE
r cx //set cx to program length
8 //
w 0 //write program to disk//
q //quit DEBUG
Ok who can tell me what the "name" command is in Soft ICE 2.6? Again I could write the file using Debug.exe.
Thanks,
Beertracker
My code looks like this;
A 100
out, 64, FE
int 21
int 20
//if I use debug//
n file name.com
// but I cannot find a command to use for "name" in Soft ICE
r cx //set cx to program length
8 //
w 0 //write program to disk//
q //quit DEBUG
Ok who can tell me what the "name" command is in Soft ICE 2.6? Again I could write the file using Debug.exe.
Thanks,
Beertracker