[go: up one dir, main page]

Menu

/lib/libmemory.a Commit Log


Commit Date  
[r609] (2.3 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
[r592] (2.3 kB) by buzzphp

Experimenting with some peephole optimizations. Trying to reduce the bin sizes.

2016-10-01 07:03:46 View
Download
[r569] (2.3 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
[r564] (3.9 kB) by buzzphp

New asm 6809 preprocessor is called "AMOC". Makes sense to me.

2016-09-28 22:18:05 View
Download
[r485] (3.5 kB) by buzzphp

Removed old/slow/obsolete C code. Added rand/srand from kreiderclib

2016-09-23 21:25:59 View
Download
[r465] (4.3 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
[r462] (4.3 kB) by buzzphp

Added a rle compressor. Moved kreider memory functions to libmemory.a

2016-09-21 23:54:16 View
Download
[r456] (4.4 kB) by buzzphp

Added librle. Decoding only atm. Added a iff.c example showing how to decode a simple iff image.

2016-09-21 17:26:30 View
Download
[r447] (4.4 kB) by buzzphp

Recompiled lib's using -O1

2016-09-21 06:08:50 View
Download
[r440] (4.3 kB) by buzzphp

Fixed pragma bug. Pragmas were being removed from original source files.

2016-09-20 11:13:56 View
Download
Older >