;-----------------------------------------------------------------
; PProcx C2C SX52 code post processor (c) 2000 Alexander Popovich 
;-----------------------------------------------------------------

Usage: PProcx <SXKey52_location> <input_file>

This program takes as an input the assembled 'C' file generated by
C2C. It removes all 'page' instructions, and instead use '@' symbol
in front of any labels, thus allowing flat addressing space.
It also fixes the 'bank' statements, and replaces all 'ret' with 'retp'
My main purpose was to generate the usable code for SX52
and SX48 chips.
For any questions send an e-mail to apopovic@nevada.edu
