Irmen de Jong
|
07158a6f1a
|
improve manual about subroutine call convention
|
2024-11-15 22:59:47 +01:00 |
|
Irmen de Jong
|
f784da2da6
|
fix asm optimization regression caused by wrong label prefix comparison
|
2024-11-14 21:24:46 +01:00 |
|
Irmen de Jong
|
3ba1d00a7c
|
add unit test for @dirty variables
|
2024-11-09 13:31:54 +01:00 |
|
Irmen de Jong
|
9864abd393
|
romsub keyword is now extsub
|
2024-11-06 22:14:53 +01:00 |
|
Irmen de Jong
|
77e376f6bf
|
romsub @bank now also accepts a variable so the bank can be dynamic
|
2024-11-06 00:02:36 +01:00 |
|
Irmen de Jong
|
fddd390d31
|
on the C64, if not using floats, disable basic ROM in startup to gain another 8Kb of RAM
MEMTOP is adjusted to $d000. This gives us 50 Kb of contiguous program RAM space. ($0801-$CFFF)
|
2024-11-04 22:11:44 +01:00 |
|
Irmen de Jong
|
09cbdf410a
|
added diskio.exists(), made f_close_w() idempotent like f_close() already was
|
2024-10-31 21:25:22 +01:00 |
|
Irmen de Jong
|
326eab3dd1
|
unit test for defer, describe defer and if expression in docs
|
2024-10-22 22:19:49 +02:00 |
|
Irmen de Jong
|
f43c14bd78
|
doc
|
2024-10-12 17:29:28 +02:00 |
|
Irmen de Jong
|
8d9bc2f5ff
|
fixing all sorts of things about assigning arrays to arrays
|
2024-10-12 12:33:46 +02:00 |
|
Irmen de Jong
|
df35aa7942
|
added (experimental) compression library
|
2024-09-29 18:59:53 +02:00 |
|
Irmen de Jong
|
4acf38031a
|
feedback
|
2024-09-27 20:59:31 +02:00 |
|
Irmen de Jong
|
4cd7271e30
|
added prog8 vs other languages chapter to the manual
|
2024-09-27 20:19:28 +02:00 |
|