fachat / GeckOS-V2

GeckOS version 2, a multi-tasking and multithreading operating system for the 6502
http://www.6502.org/users/andre/osa/index.html
GNU General Public License v2.0
240 stars 28 forks source link

cc65 binding to allow writing programs in C #67

Open fachat opened 4 years ago

fachat commented 4 years ago

There are three options to do this:

a) use LIB6502 only (preferred) b) use kernel calls only c) use both where fits best.

cc65 already supports o65 output files as far as I know