Irmen de Jong
|
46dffcfb96
|
cx16: sysinit now explicitly makes vera border color also black (0)
|
2025-12-28 17:18:43 +01:00 |
|
Irmen de Jong
|
b156c876f0
|
fix long expression typecast error
|
2025-12-28 01:24:54 +01:00 |
|
Irmen de Jong
|
71b66f506d
|
fix asmsub register order crash when using longs + something else
|
2025-12-28 01:08:10 +01:00 |
|
Irmen de Jong
|
28d087b8b4
|
psg2 tweaks
|
2025-12-27 17:47:40 +01:00 |
|
Irmen de Jong
|
a57815153d
|
Merge branch 'psg2-module'
# Conflicts:
# examples/test.p8
|
2025-12-27 17:12:05 +01:00 |
|
Irmen de Jong
|
f910f73f28
|
added txt.iso2petscii() and txt.iso2petscii_str()
|
2025-12-26 17:55:07 +01:00 |
|
Irmen de Jong
|
6635515bf0
|
fix subtracting from str pointer, this fixes strings.endswith() for instance
|
2025-12-26 15:15:15 +01:00 |
|
Irmen de Jong
|
cc0425a2c4
|
detect circular aliases, also fix error message for aliased function call with wrong number of args
|
2025-12-26 15:04:55 +01:00 |
|
Irmen de Jong
|
c7052a183e
|
fixing wrong error message about wrong arg count with alias
|
2025-12-25 23:49:03 +01:00 |
|
Irmen de Jong
|
d9a0f3cb4a
|
add line numbers to certain error messages
|
2025-12-25 22:30:05 +01:00 |
|
Irmen de Jong
|
80d6eb232d
|
bool variables were not converted to constants if that was possible
|
2025-12-25 17:39:54 +01:00 |
|
Irmen de Jong
|
d9ffb10eb5
|
added psg2 module (cx16 only)
|
2025-12-25 01:22:38 +01:00 |
|
Irmen de Jong
|
463d53345d
|
more helpful min max error message for floats
|
2025-12-24 17:19:47 +01:00 |
|
Irmen de Jong
|
4b1063530e
|
define cx16.VERA_PSG_BASE, VERA_PALETTE_BASE, VERA_SPRITES_BASE as long consts into Vera VRAM
returning a bool is no longer allowed if the sub return type is byte
|
2025-12-24 03:20:53 +01:00 |
|
Irmen de Jong
|
9266943e74
|
fix pointer assign type error with cast to uword
|
2025-12-24 01:18:23 +01:00 |
|
Irmen de Jong
|
1e3ae2cb1d
|
IR: just use loadhay to get the result from CALLI
|
2025-12-23 19:07:51 +01:00 |
|
Irmen de Jong
|
55bc242e8b
|
implemented in-place long negation and some missing long to float casts
|
2025-12-23 15:30:39 +01:00 |
|
Irmen de Jong
|
aa3bbbb867
|
tweaks to wav streaming examples
|
2025-12-23 05:32:28 +01:00 |
|
Irmen de Jong
|
45ad0911df
|
emudbg.cpu_cycles() now returns a long type instead of 2 separate words
|
2025-12-23 02:02:34 +01:00 |
|
Irmen de Jong
|
946def4613
|
IR: fix call() / CALLI return value handling
|
2025-12-23 00:39:14 +01:00 |
|
Irmen de Jong
|
3000c399bd
|
cx16: add support for VIA timer IRQ in the irq routines
|
2025-12-22 21:37:09 +01:00 |
|
Irmen de Jong
|
1682400988
|
fix missing cx16 virtual register symbols in asm file (bool and long variants)
fix actually relocating all of them in the cx16 module
pet32 and c128 targets now also relocate them to ZP if there is space
|
2025-12-22 17:56:25 +01:00 |
|
Irmen de Jong
|
6ad435df1f
|
mention main block size restriction
|
2025-12-22 05:28:55 +01:00 |
|
Irmen de Jong
|
cd433b2111
|
c128: disable f-keys macros on startup
|
2025-12-22 00:23:21 +01:00 |
|
Irmen de Jong
|
a50eebb369
|
fixed the balls example to also work on the monochrome pet32 target
|
2025-12-21 22:27:54 +01:00 |
|
Irmen de Jong
|
13d4af59c7
|
c64+c128: improved speed of txt.setchr, txt.getchr, txt.setclr, txt.getclr, txt.setcc
|
2025-12-21 22:23:17 +01:00 |
|
Irmen de Jong
|
b6f4f2adb7
|
c64+c128: improved speed of txt.setchr and txt.getchr
|
2025-12-21 22:23:17 +01:00 |
|
Irmen de Jong
|
e57d9f59a2
|
fix long 0 argument to asmsub with 32-bits combined virtual register to pass it in
|
2025-12-21 22:23:17 +01:00 |
|
Irmen de Jong
|
071d5dc0c5
|
pet32: improved speed of txt.setchr and txt.getchr
|
2025-12-21 22:23:16 +01:00 |
|
Irmen de Jong
|
4030a1b9e5
|
cleanup, animals example removed because it's superseded by the pointers/animalgame example now
v12.0.1
|
2025-12-16 16:48:34 +01:00 |
|
Irmen de Jong
|
0217d05c68
|
IR: loadfield/storefield now accept offsets up to 65535
|
2025-12-16 14:56:11 +01:00 |
|
Irmen de Jong
|
8553f3c9f1
|
IR: loadfield is a better name
|
2025-12-16 12:57:45 +01:00 |
|
Irmen de Jong
|
d157d03ea0
|
IR: optimize load+add+load into single loadm with offset (also store)
update gradle wrapper to 9.2.0
|
2025-12-16 12:17:52 +01:00 |
|
Irmen de Jong
|
1799b5f00c
|
updated bundled zsmkit version to 2.8
|
2025-12-15 18:41:28 +01:00 |
|
Irmen de Jong
|
2ddb5e11b7
|
updated symboldumps
|
2025-12-13 02:12:00 +01:00 |
|
Irmen de Jong
|
3aa8b9fd12
|
turn prefix - numbers into negative numbers asap to avoid type problems later
|
2025-12-13 01:13:52 +01:00 |
|
Irmen de Jong
|
51300196e8
|
fix more long comparisons with arrays, fixes #196
|
2025-12-12 21:01:51 +01:00 |
|
Irmen de Jong
|
f7b2f19cba
|
remove restriction about long comparison with expression
|
2025-12-11 21:43:53 +01:00 |
|
Irmen de Jong
|
014a82a1ee
|
always put all struct types as .struct in asm code to make them all accessible for size and offsets
|
2025-12-10 21:39:44 +01:00 |
|
Irmen de Jong
|
745cf3d958
|
IR: removed loadix/storeix instructions
|
2025-12-09 22:55:53 +01:00 |
|
Irmen de Jong
|
c4aa681d58
|
IR: better name for loadfield/storefield instructions
|
2025-12-09 00:40:26 +01:00 |
|
Irmen de Jong
|
feb0774bbd
|
in benchmark-c routines, use same CIA timer as the original C code did so the program size is better comparable
|
2025-12-08 01:08:33 +01:00 |
|
Irmen de Jong
|
2ccfb2ac90
|
fix double evaluation (sign extension) of word to long assignment. Fixes #201
|
2025-12-07 22:23:59 +01:00 |
|
Irmen de Jong
|
2191c4b7d8
|
remove redundant expression assignment before multiplying certain words
|
2025-12-07 14:06:59 +01:00 |
|
Irmen de Jong
|
39c1cf0c3c
|
fix diskio lf_start_list_dirs() and lf_start_list_files() not processing the pattern argument
|
2025-12-07 05:11:08 +01:00 |
|
Irmen de Jong
|
c693be0dd6
|
fix byte subtract from long
fix IR register check error for %ir segments
|
2025-12-06 20:40:42 +01:00 |
|
Irmen de Jong
|
0f433055a7
|
fix pointer dereference division and modulus , fixes #199
|
2025-12-05 22:19:54 +01:00 |
|
Irmen de Jong
|
76c95ba6fa
|
some more obscure inplace modifications implemented
|
2025-12-05 21:00:14 +01:00 |
|
Irmen de Jong
|
bd272a8567
|
optimize some specialized cases of long <<
|
2025-12-05 01:08:19 +01:00 |
|
Irmen de Jong
|
b38fff76e9
|
hack to work around struct name prefix inconsistency
see github issue 198
|
2025-12-03 21:07:08 +01:00 |
|