C-Chads / tinycc

C-Chads Maintained fork of Tiny C Compiler, regularly pulled from https://repo.or.cz/w/tinycc.git
GNU Lesser General Public License v2.1
77 stars 8 forks source link

porting tinycc #2

Open fontamsoc opened 1 year ago

fontamsoc commented 1 year ago

I am looking to port tinycc to the PU32 instruction set described at: https://github.com/fontamsoc/docs/blob/master/isa.md https://github.com/fontamsoc/docs/blob/master/isa-sys.md

PU32 uses following ABI: https://github.com/fontamsoc/docs/blob/master/abi.md

How to describe the ABI when porting tinycc ?