Irmen de Jong
|
b0ad66bd04
|
added missing bitwise and/or/xor asm code
|
2019-02-23 23:06:46 +01:00 |
|
Irmen de Jong
|
c1d2b4601b
|
fixed/added logical and/or/xor
|
2019-02-23 22:13:42 +01:00 |
|
Irmen de Jong
|
52352d9d04
|
added c64scr.getchr/getclr
|
2019-02-21 01:31:33 +01:00 |
|
Irmen de Jong
|
d05d8de447
|
optimize math from Soci's suggestions
|
2019-02-12 23:16:13 +01:00 |
|
Irmen de Jong
|
32a9ab30fb
|
fixed stack bug in print_ub, applied Soci's optimizations to prog8lib.asm
|
2019-01-30 23:43:21 +01:00 |
|
Irmen de Jong
|
798c4d7902
|
fix some optimizations of loops, added some conditional branch optimizations
|
2019-01-27 19:14:58 +01:00 |
|
Irmen de Jong
|
6e3820c6b8
|
Fixed namespace lookup errors related to variable initialization. Removed many X register clobbers.
|
2019-01-24 23:29:09 +01:00 |
|
Irmen de Jong
|
d37c9d1680
|
argument type casts for builtin functions, added memset, tweaked memcopy/memset assembly a bit
|
2019-01-23 00:19:29 +01:00 |
|
Irmen de Jong
|
5471c5211c
|
make %asminclude work, restructure prog8lib into separate asm file
|
2019-01-21 00:49:48 +01:00 |
|
Irmen de Jong
|
2911e357bd
|
restructured program init code and library imports a bit
|
2019-01-20 17:45:57 +01:00 |
|
Irmen de Jong
|
fc67ef8f21
|
added SID registers and sound example program
|
2019-01-20 16:54:24 +01:00 |
|
Irmen de Jong
|
aa8f8978f0
|
remove long-branch warning for now
|
2019-01-16 23:12:30 +01:00 |
|
Irmen de Jong
|
5f2bf2b375
|
various regression fixes
|
2019-01-16 00:36:30 +01:00 |
|
Irmen de Jong
|
ee906ba82c
|
fix ubyte2float conversion
|
2019-01-15 22:16:03 +01:00 |
|
Irmen de Jong
|
de4353a93e
|
fix too greedy removal of loop statement bodies sometimes
|
2019-01-15 21:46:27 +01:00 |
|
Irmen de Jong
|
98e95b5707
|
replaced str2ubyte
|
2019-01-13 14:20:51 +01:00 |
|
Irmen de Jong
|
23afb1ccc2
|
optimization and fixes
|
2019-01-12 16:13:40 +01:00 |
|
Irmen de Jong
|
f3c9be4e06
|
float ++/-- and missing asm code handlers added
|
2019-01-12 14:55:57 +01:00 |
|
Irmen de Jong
|
0b86af0c4e
|
fixes
|
2019-01-12 14:05:55 +01:00 |
|
Irmen de Jong
|
cad42ddc05
|
word multiplications done
|
2019-01-12 00:31:56 +01:00 |
|
Irmen de Jong
|
6fe0959fdc
|
multiplications
|
2019-01-11 09:26:59 +01:00 |
|
Irmen de Jong
|
2a08c22b0f
|
optimized byte multiplications
|
2019-01-11 03:08:27 +01:00 |
|
Irmen de Jong
|
aa00db4d80
|
prog8 lib modules are now embedded resource files
|
2019-01-10 19:30:26 +01:00 |
|
Irmen de Jong
|
e3eace9e28
|
project folder restructure
|
2019-01-09 23:57:27 +01:00 |
|