Click to See Complete Forum and Search --> : Soft Ice 2.6 ?


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

S_M_A
February 11th, 2008, 03:57 PM
Programming in debug, oh my? Try this link instead where you can find some free tools for 16 bit programming. http://www.thefreecountry.com/compilers/assemblers.shtml I'm sure there are some good and free 16 bit debuggers on the web as well.