Karol Stasiak
3ded652a90
Add encodings: BraSCII, DEC MCS, LICS, MacRoman
2020-09-01 22:22:28 +02:00
Karol Stasiak
e09db3d132
Local labels in assembly
2020-09-01 22:00:07 +02:00
Karol Stasiak
fccbf7df7d
Add dollar syntax for decimal operators, disallow identifiers ending in a dollar sign.
2020-08-14 02:22:13 +02:00
Karol Stasiak
b5c51e48be
Rename zx80next to z80next, document the typo ( fixes #55 )
2020-08-13 16:53:38 +02:00
Karol Stasiak
c20b144823
CoCo: add coco_crt target
2020-08-01 22:20:52 +02:00
Karol Stasiak
d77ecba518
CoCo: encconv support
2020-07-31 16:07:10 +02:00
Karol Stasiak
2c9a3f7cbd
Add ENCODING_NOLOWER
2020-07-31 13:31:07 +02:00
Karol Stasiak
bce48e8e4a
Support BAT files for the -r
options
2020-07-31 13:26:44 +02:00
Karol Stasiak
ed55e2f081
6809: Allow explicit absolute addressing mode
2020-07-31 13:26:08 +02:00
Karol Stasiak
cad6f27185
Preliminary CoCo support
2020-07-31 01:58:40 +02:00
Karol Stasiak
8ec82ef520
6809: Document direct addressing mode
2020-07-31 01:57:10 +02:00
Karol Stasiak
9a67ac553d
Fix and improve stdlib optimizations
2020-07-24 22:18:25 +02:00
Karol Stasiak
ff03b50668
Update documentation
2020-07-24 20:09:47 +02:00
Karol Stasiak
c6c021cf85
Add guides to documentation
2020-07-24 19:13:46 +02:00
Karol Stasiak
d5367cc1fe
for
loops over arrays
2020-07-24 19:12:19 +02:00
Karol Stasiak
9a47c66539
Update documentation on operators
2020-07-24 17:28:04 +02:00
Karol Stasiak
b24ac32932
Z80: Support IXH/IXL/IYH/IYL registers. Add Intel syntax for Z80 instructions.
2020-07-24 17:27:37 +02:00
Karol Stasiak
53973f081a
Add various KOI-8 encodings
2020-07-20 00:13:49 +02:00
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
a22571f60b
6809: tons of improvements:
...
* stack variables
* large comparisons
* pointer optimizations
* fixed constant evaluation
2020-07-09 01:50:18 +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
cd5e9decac
Implement readkey and readline for Apple II
2020-04-08 11:11:25 +02:00
Karol Stasiak
dcf8fb2900
Add support for MkImg for making BBC micro disk images
2020-04-06 22:53:15 +02:00
Karol Stasiak
b21b04efeb
Some fixes to encconv. Added two more functions.
2020-04-06 03:16:51 +02:00
Karol Stasiak
320b84edb9
Add pstring module
2020-04-06 00:44:20 +02:00
Karol Stasiak
4485c9479e
Minor documentation fixes
2020-04-06 00:42:52 +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
ff942333bd
Fix link
2020-03-31 19:12:06 +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
e3d5ce4e81
Fix const functions of the form if c {return x} return y
2020-03-25 23:51:04 +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
ec8f2e6a1c
Add warnings for calling from one segment to another overlapping one ( #42 ) and -Wnone
flag
2020-03-16 00:03:01 +01:00
Karol Stasiak
83b85ef0fc
Support breakpoints in the label file ( #44 )
2020-03-16 00:01:04 +01:00
Karol Stasiak
ab597e2dbe
Fix typo
2020-02-27 02:11:38 +01:00
Karol Stasiak
8b6e89f9a4
Various improvements for macros ( fixes #39 and pertains to #40 )
2020-02-02 23:25:06 +01:00
Karol Stasiak
6774c283ae
6502: Add KIL instruction ( fixes #37 )
2020-01-18 00:09:06 +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
43b64aac21
Documentation for macros ( fixes #23 )
2020-01-03 23:56:37 +01:00