How to compile -------------- It's simple, just use ASM2EXE.BAT. A little batch file I made with everything in it. Go run it now to see what it looks like. There is also one for C files. C2EXE.BAT To compile a program, lets say "demo.asm" just type: ASM2EXE DEMO without the .asm extension (VERY IMPORTANT!!!) There is one parameter to add the debugger: /d Here are some egs. C DEMO /d ;with debugger included There is also ASM2OBJ.BAT if you need to just compile without linking. OLD stuff: There use to be many options to add this and that, but that's all been taken care of by a LIB i've created that contains all my stuff and is linked in only if needed. GRANULARITY LIBs! Have fun.... And keep in touch with my home page @ http://globalserve.on.ca/~subdeath E-Mail me: subdeath@globalserve.on.ca