SDCC2Pasmo V1.4 released (http://www.norecess.net/1/post/2011/05/sdcc2pasmo-v14-released.html)
28 May 2011, 4:34 pm
Latest version is available here (http://www.norecess.net/sdcc2pasmo.html). It fixes problems with IX/IY registers handling.
Source: NoRecess (the website) - Blog (http://www.norecess.net/index.html)
Version 1.5 of SDCC2Pasmo is available. Visit http://www.norecess.net (http://www.norecess.net) for download
Info:
SDCC2Pasmo V1.5
www.norecess.net (http://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.