
SDCC2Pasmo V1.5
www.norecess.net

Tool to convert .asm file produced by SDCC C Compiler to Pasmo Z80 Compiler.

Usage : SDCC2Pasmo source.asm destination.asm

Changelog:
Version 1.5 : Fixed CRT function duplicates in the case where 2 separate C files were merged later into a same asm file
              Fixed local function name prefix
Version 1.4 : Fixed problems with IX/IY registers handling
Version 1.3 : Fixed badly generated &256 output (changed to &255)
Version 1.2 : Fixed another programs with IX/IY registers handling
			  Automatically added C lib code at end of sourcefile now gets filtered : only required functions are inserted
Version 1.1 : Fixed problems with tabs in source
              Fixed problems with IX/IY registers handling
			  Fixed problems dealing with -/+ signs
			  Automatically add CRT code at end of sourcefile
Version 1.0 : Initial version.