WinCMOC (M6809 C Compiler) Code
A C Compiler/Editor for Retro 6809 Machines (Colour Computer/Dragon)
Status: Beta
Brought to you by:
buzzphp
| Commit | Date | |
|---|---|---|
| 2016-10-06 07:00:48 |
View
Download |
|
| 2016-10-06 05:38:32 |
View
Download |
|
| 2016-10-06 04:06:50 |
View
Download |
|
|
[r659]
(3.6 kB)
by
buzzphp
system() now behaves as it should. returns 0 for no error, or errno. fopen() now returns NULL for errors. Added systemex() which will raise exceptions. |
2016-10-06 00:20:57 |
View
Download |
| 2016-10-05 00:37:19 |
View
Download |
|
|
[r623]
(4.0 kB)
by
buzzphp
Added tiny sprintf versions (swritef) which can be used to reduce bin sizes. |
2016-10-03 12:04:46 |
View
Download |
| 2016-10-03 03:25:52 |
View
Download |
|
| 2016-10-01 19:04:02 |
View
Download |
|
|
[r594]
(3.6 kB)
by
buzzphp
Cleaned up libhandle/libsystem. Got the smallest bin down to 1,313 bytes. Should be smaller soon. |
2016-10-01 08:49:02 |
View
Download |
|
[r592]
(3.4 kB)
by
buzzphp
Experimenting with some peephole optimizations. Trying to reduce the bin sizes. |
2016-10-01 07:03:46 |
View
Download |