Karol Stasiak
a2c49a1f89
Add manual type alignment. 6502: Optimize multiplications by constants.
2020-07-18 01:15:33 +02:00
Karol Stasiak
31a8504195
Fix raw views of typed pointers
2020-07-18 01:11:20 +02:00
Karol Stasiak
718245c56a
Module templates
2020-06-03 23:13:17 +02:00
Karol Stasiak
4b5d290d6c
X16: Updated to the newest hardware design
2020-05-01 15:19:25 +02:00
Karol Stasiak
3e33660c2e
Improvements to mouse support. Added the y_coord type. Renamed x_coord module to coord.
2020-05-01 15:18:34 +02:00
Karol Stasiak
7f9bd18bdd
The big text encoding overhaul
2020-05-01 01:31:54 +02:00
Karol Stasiak
e82f51668c
Document how to make an array of strings.
2020-04-27 12:42:43 +02:00
Karol Stasiak
78fe0e37bb
Allow importing modules from subdirectories. Move platform definitions
2020-04-27 12:42:18 +02:00
Karol Stasiak
5df695f2c2
Add support for Pascal-style strings
2020-04-04 00:45:09 +02:00
Karol Stasiak
d08f7ee77c
It's LUnix not Lunix
2020-03-31 21:43:36 +02:00
Karol Stasiak
9ffd303583
Update and reorganize documentation
2020-03-31 19:07:35 +02:00
Karol Stasiak
63ff28e94e
Changes to macros and parameter list syntax:
...
* non-asm macros can now take `const` and `call` parameters
* register parameters to asm functions and macros can be given names if annotated explicitly
2020-03-30 19:23:48 +02:00
Karol Stasiak
3187ed155e
Add signed16 and unsigned16 types
2020-03-25 23:53:26 +01:00
Karol Stasiak
d478f3504f
Const-pure functions
2020-03-19 23:53:16 +01:00
Karol Stasiak
85030d3147
Added constant-only functions min, max, if. Improved handling of constant-only functions.
2020-03-19 19:43:24 +01:00
Karol Stasiak
09359235c7
Add immediate addressing mode for short branches and BRK to support some ugly tricks
2020-01-18 00:07:26 +01:00
Karol Stasiak
63866fffe3
Document limitations of operators ( closes #24 )
2020-01-12 20:53:11 +01:00
Karol Stasiak
0333b339ca
Allow omitting length in file
array initalizers ( fixes #35 )
2020-01-10 18:37:49 +01:00
Karol Stasiak
6e36166af2
Never remove or inline volatile variables ( fixes #27 )
2020-01-03 21:28:10 +01:00
Karol Stasiak
59784ad5f1
HuC6280: Full assembly support
2019-11-24 01:30:30 +01:00
Karol Stasiak
f10ec698ef
Change string terminators for petscr and atasciiscr (related to #17 )
2019-11-04 02:38:07 +01:00
Karol Stasiak
798c49fd34
Add strz_from_screencode
, strz_to_screencode
, ENCCONV_SUPPORTED
2019-11-04 02:28:12 +01:00
Karol Stasiak
055d842c12
Document inferred literal types
2019-11-03 23:33:58 +01:00
Karol Stasiak
68fcf8f2d7
Undo the sizeof change for now
2019-11-03 23:17:44 +01:00
Karol Stasiak
590db9ade0
Change type of sizeof to word. Improve type checker.
2019-11-03 22:26:19 +01:00
Karol Stasiak
ffe79a214d
Add nullchar_src
, NULLCHAR_SCR
and NULLCHAR_SAME
(relates to #17 )
2019-10-31 12:20:42 +01:00
Karol Stasiak
6fddf1cf0d
Improve documentation
2019-10-24 15:09:11 +02:00
Karol Stasiak
aa09bc90a4
Update documentation
2019-10-23 11:03:01 +02:00
Karol Stasiak
ec96f16482
Improve and fix 16-bit comparisons
2019-10-22 13:54:30 +02:00
Karol Stasiak
166f5c397d
Document the current state of 6809 support
2019-10-22 02:01:18 +02:00
Karol Stasiak
09294307fd
#8 Standardise the behaviour of for
loops.
2019-10-22 00:41:34 +02:00
Karol Stasiak
052aa9d458
Fix documentation for pointers
2019-10-22 00:06:02 +02:00
Karol Stasiak
f5b6d9999c
#9 Support astral characters in UTF-8
2019-10-18 11:01:31 +02:00
Karol Stasiak
3a6790e47a
Add UTF-8 and UTF-16 encodings #9
2019-10-17 23:23:57 +02:00
Karol Stasiak
e9990dc9c1
Allow semicolons in certain positions. Partially implements #6
2019-10-08 18:45:11 +02:00
Karol Stasiak
c61d044226
Document keywords and handle them better
2019-10-08 01:33:55 +02:00
Karol Stasiak
d1058b6223
ZX Spectrum Next CPU support
2019-10-01 00:46:15 +02:00
Karol Stasiak
680e94c3b7
Add zx80, zx81 and iso15 encodings
2019-09-20 19:41:53 +02:00
Karol Stasiak
fd3f55d92c
Fix documentation for *pet
encodings
2019-09-18 01:17:22 +02:00
Karol Stasiak
c45cf7d51d
Add KOI-7 N2 and MSX-BR encodings. Some encoding enhancements.
2019-09-18 00:09:37 +02:00
Karol Stasiak
08ef0beeb7
Commander X16 improvements
2019-09-16 22:55:08 +02:00
Karol Stasiak
e4eefeba06
Small documentation fixes
2019-09-16 22:48:21 +02:00
Karol Stasiak
635870585e
Add unsigned 16-bit division
2019-09-15 19:47:19 +02:00
Karol Stasiak
1d445ecdd1
Support sizeof on arrays. Preliminary Commander X16 support.
2019-09-14 03:37:24 +02:00
Karol Stasiak
3ce2249399
Add 16-bit multiplication
2019-09-04 21:17:06 +02:00
Karol Stasiak
e449b67a4a
Added encconv module.
2019-09-04 01:14:14 +02:00
Karol Stasiak
0be52821d9
Add the {nullchar} escape sequence
2019-09-02 23:23:23 +02:00
Karol Stasiak
1f8ece007b
Add constants for segment bounds
2019-09-02 23:22:07 +02:00
Karol Stasiak
960d16fa18
Add nullchar constant, NULLCHAR feature, and vectrex encoding
2019-08-16 00:46:11 +02:00
Karol Stasiak
efe103b070
Update documentation
2019-08-05 14:07:33 +02:00