PASM Pre-ASM-Assembler

Description of PASM
PASM is a utility I've created to allow me to insert strings directly into my ASM programs. PASM will go thru all files searching for strings "" and then move them to a special data segment (in another file). In the strings place it will place an offset to the string in the data segment.
Once PASM is used the following is possible:
  mov edx,"This is cool!\n"
  mov ah,9
  int 21h
PASM will also expand those 'C' '\' codes.
Read the text file that comes with the ZIP to find out how it works.
Copyright © 1995-2005 Nexus Systems Privacy
SourceForge.net Logo