Karol Stasiak
efe103b070
Update documentation
2019-08-05 14:07:33 +02:00
Karol Stasiak
96b020ce62
Docs: Fix some typos
2019-07-31 02:37:40 +02:00
Karol Stasiak
05c017e375
New encodings for MSX
2019-07-31 00:20:18 +02:00
Karol Stasiak
22b4776139
Enable pointers to functions with a word parameter (using trampolines on 6502)
2019-07-30 22:49:32 +02:00
Karol Stasiak
d9f8b5acc4
Add support for Japanese C64
2019-07-30 15:30:18 +02:00
Karol Stasiak
d3b72f5b42
Add petjp and petscrjp encodings. Allow lowercase letters in string literals on Apple II.
2019-07-30 15:10:29 +02:00
Karol Stasiak
b68e4b67c8
Better support for big-endian systems
2019-07-29 22:51:08 +02:00
Karol Stasiak
dd4cb17a80
_.length and _.lastindex for arrays
2019-07-29 22:50:26 +02:00
Karol Stasiak
b2afddf05b
More output operators
2019-07-28 17:49:20 +02:00
Karol Stasiak
35ba36ce11
Function pointers – initial version
2019-07-27 00:58:10 +02:00
Karol Stasiak
3aac33b54f
Add the bool type. Few boolean-related bugfixes.
2019-07-26 19:02:32 +02:00
Karol Stasiak
c8ca48a6b0
Better documentation for in-place modification operators
2019-07-26 18:56:24 +02:00
Karol Stasiak
4b25ce2d8c
Pointers to fields of array elements
2019-07-24 00:14:27 +02:00
Karol Stasiak
20f4baf2b2
Allow setting segments for multiple declarations at once
2019-07-17 20:51:34 +02:00
Karol Stasiak
46f060ecc8
Docs: Make links always clickable
2019-07-15 14:41:19 +02:00
Karol Stasiak
b341200a0a
More documentation tweaks
2019-07-15 14:21:50 +02:00
Karol Stasiak
1d024eae76
Add LITTLE_ENDIAN and BIG_ENDIAN features
2019-07-15 14:15:38 +02:00
Karol Stasiak
e0cd000b99
Documentation tweaks
2019-07-15 14:15:05 +02:00
Karol Stasiak
52c5a10e6e
Documentation overhaul
2019-07-15 13:52:05 +02:00
Karol Stasiak
f3dcfc78ba
Dijkstra wept
2019-07-15 02:06:23 +02:00
Karol Stasiak
98f35937e3
Improve text encodings on Atari
2019-07-12 13:29:59 +02:00
Karol Stasiak
6d499f3623
Arrays with elements larger than one byte
2019-07-10 16:51:12 +02:00
Karol Stasiak
a29b2a994b
Improve passing of register parameters to assembly functions
2019-07-09 22:40:14 +02:00
Karol Stasiak
62f79388bd
Slowly move towards removing the farword
alias
2019-07-09 22:03:53 +02:00
Karol Stasiak
8a5672c2dc
Allow declaring multiple variables in one line
2019-07-08 19:24:11 +02:00
Karol Stasiak
b0df56c8c0
Add more compatibility warnings to documentation
2019-06-28 17:53:00 +02:00
Karol Stasiak
39b07a8bae
Fix init_rw_memory on Atari 2600
2019-06-28 16:44:41 +02:00
Karol Stasiak
674f8d1983
Allow initializing writable variables on cartridge targets
2019-06-28 16:28:49 +02:00
Karol Stasiak
261486b3cd
Don't enable -fsubroutine-extraction when using -Os or -Of
2019-06-26 19:07:25 +02:00
Karol Stasiak
51599c9615
Allow defining free zeropage bytes instead of pointers
2019-06-26 18:33:59 +02:00
Karol Stasiak
b80e46d755
Minor fixes
2019-06-26 17:06:55 +02:00
Karol Stasiak
32476f2a4e
Move readkey to a separate module
2019-06-26 15:51:09 +02:00
Karol Stasiak
c9a65d5971
Added #define directive
2019-06-26 13:43:15 +02:00
Karol Stasiak
b85e175292
Use CBM_64_COMPAT for Commodore 128
2019-06-26 13:41:57 +02:00
Karol Stasiak
03f2bacd2b
Add readkey and fix putchar for more targets.
2019-06-26 13:00:55 +02:00
Karol Stasiak
2282e56845
6502: Faster summing for-loops
2019-06-25 18:23:31 +02:00
Karol Stasiak
e9e52d11a7
Add readkey for C64 & ZXS. Fix putchar('{q}') on C64.
2019-06-25 18:19:33 +02:00
Karol Stasiak
e394fe15c3
Add struct literals
2019-06-25 00:45:49 +02:00
Karol Stasiak
d8defaad82
Fix and document for-each loops
2019-06-24 23:51:17 +02:00
Karol Stasiak
25c440f17d
Add local arrays
2019-06-24 22:32:29 +02:00
Karol Stasiak
96b5918728
Clarify console output behaviour
2019-06-24 21:26:08 +02:00
Karol Stasiak
0205520bf9
Allow taking addresses of stack variables
2019-06-23 22:53:42 +02:00
Karol Stasiak
7194bc1f1c
More details on 8086 support (2)
2019-06-15 19:42:51 +02:00
Karol Stasiak
6e4e5863c6
More details on 8086 support
2019-06-15 01:44:04 +02:00
Karol Stasiak
f46466365b
Compilation order should be decided by the import statements
2019-06-14 23:20:03 +02:00
Karol Stasiak
ba16021426
Allow using $$ instead of # in preprocessor directives
2019-06-14 15:33:17 +02:00
Karol Stasiak
51a6ec9d73
Preprocessor: add #use A=B and if(i,t,e)
2019-06-14 12:00:45 +02:00
Karol Stasiak
3852b2dbe9
More label file formats
2019-06-14 11:39:11 +02:00
Karol Stasiak
ecb366eafb
Add the -i option
2019-06-14 11:28:26 +02:00
Karol Stasiak
0f179f79aa
Many big important things:
...
– Add support for undocumented 8085 instructions
– Convert undocumented 8085 instructions to 8086
– Add new CPU types and categorize CPU types correctly
– Fix macro expansion in some situations
– Improve 8080 optimizations
– Improve documentation
– Other improvements
2019-06-12 12:06:02 +02:00