| Commit | Date | |
|---|---|---|
|
[r772]
(5.6 kB)
by
buzzphp
Removed re-juicing :-( It works, but for the 300 bytes you gain, you loose a lot of speed. You get a better memory saving by writing better code.... |
2016-10-12 14:46:01 |
View
Download |
| 2016-10-12 12:21:41 |
View
Download |
|
| 2016-10-05 00:37:19 |
View
Download |
|
|
[r621]
(5.7 kB)
by
buzzphp
Reduced size of float lib. I need to add a minimal vsprintf. Maybe the original CMOC version, to drop the bin sizes down. |
2016-10-03 09:08:54 |
View
Download |
|
[r609]
(5.1 kB)
by
buzzphp
Fixed the LWASM slowness issue. For large ASM files (>1000), I use the 'forwardrefmax' pragma, which means all branches will be long. This doesn't effect projects which are broken up into small objects. |
2016-10-02 05:21:34 |
View
Download |
|
[r577]
(5.1 kB)
by
buzzphp
Added more float functions curiosity of Brian K. Holman. Added Brians latest rpncalc. Assembly times are not acceptable, so, I'll look into profiling lwasm. |
2016-09-29 23:37:14 |
View
Download |
|
[r569]
(1.7 kB)
by
buzzphp
AMOC now removes unneeded symbols from files, reducing the final lib by 100kb+. Speeds up linking too. |
2016-09-28 23:36:14 |
View
Download |
| 2016-09-28 22:18:05 |
View
Download |
|
|
[r546]
(2.8 kB)
by
buzzphp
Added atol. Had to flip all the "xtoy" parameters. They are all now dst,src. Sorry. It wont change again. |
2016-09-27 18:43:40 |
View
Download |
|
[r465]
(2.8 kB)
by
buzzphp
Moved asm modifiers to start of function def. Allows for pointer returns to be declared. |
2016-09-22 16:26:03 |
View
Download |