I have uploaded patch 2 of version 4 of the vbcc distribution for 6502 targets at http://www.compilers.de/vbcc.html
Major changes since last update:
- new target VIC-20
- new target C16
6502 port of the vbcc C compiler
Re: 6502 port of the vbcc C compiler
I have uploaded version 5 of the vbcc distribution for 6502 targets at http://www.compilers.de/vbcc.html
Major changes since last update:
- much faster floating point library based on MSBASIC code (about 10x faster than wozfp/SANE)
- option to use routines from Basic ROM on selected targets (VIC-20, C16, PET, ATMOS)
- pretty complete set of C99 math functions for wozfp, IEEE and MSBASIC
- new versions of vasm and vlink
- vc frontend can pass command line options through to vlink
- some config settings like stack size can be specified on command line
- new VIC-20 config that moves the code to higher memory (for hires mode)
- a few code improvements
- a few bug fixes
Major changes since last update:
- much faster floating point library based on MSBASIC code (about 10x faster than wozfp/SANE)
- option to use routines from Basic ROM on selected targets (VIC-20, C16, PET, ATMOS)
- pretty complete set of C99 math functions for wozfp, IEEE and MSBASIC
- new versions of vasm and vlink
- vc frontend can pass command line options through to vlink
- some config settings like stack size can be specified on command line
- new VIC-20 config that moves the code to higher memory (for hires mode)
- a few code improvements
- a few bug fixes