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
Karol Stasiak
91a7e42d9f
Update documentation
2019-06-12 00:20:24 +02:00
Karol Stasiak
e31737ad40
Unsigned division of word by byte
2019-06-06 13:06:30 +02:00
Karol Stasiak
2583f280a8
Unsigned byte division by non-constant
2019-06-06 01:17:34 +02:00
Karol Stasiak
010b44f23e
Unsigned byte division by a constant
2019-06-05 18:36:39 +02:00
Karol Stasiak
326e9d0585
Documentation fixes
2019-06-05 18:34:32 +02:00
Karol Stasiak
bc8ac1f696
Preliminary MSX support
2019-06-05 13:31:43 +02:00
Karol Stasiak
b4b2e9b041
Documentation fixes
2019-06-05 13:31:30 +02:00
Karol Stasiak
b3bb9bb063
Intel 8085 support
2019-05-31 17:27:38 +02:00
Karol Stasiak
1cb3b672b1
Add 8080-to-8086 translation
2019-05-31 17:03:35 +02:00
Karol Stasiak
305376bcec
Update documentation
2019-05-29 14:21:00 +02:00
Karol Stasiak
1862fed70f
The @struct array format; fix the @long format
2019-04-30 01:30:22 +02:00
Karol Stasiak
d9f88cdfad
Const arrays
2019-04-30 00:41:42 +02:00
Karol Stasiak
41e6bddfd9
Documentatin update
2019-04-18 17:20:35 +02:00
Karol Stasiak
546c4d0f44
Unified syntax for indexing
2019-04-18 16:24:46 +02:00
Karol Stasiak
0a36d83164
nullptr
2019-04-16 16:59:16 +02:00
Karol Stasiak
d0f64f2cee
Short syntax for small functions
2019-04-15 19:56:14 +02:00
Karol Stasiak
029e84b0f0
Unions, typed pointers, indirect field access via pointers
2019-04-15 19:45:26 +02:00
Karol Stasiak
eb69957ada
Update documentation
2019-04-15 01:58:51 +02:00
Karol Stasiak
7635fc256f
Update documentation
2019-03-18 23:15:28 +01:00
Karol Stasiak
6979cbfe39
Generate checksums for Game Boy
2019-01-11 15:17:48 +01:00
Karol Stasiak
492300d298
C64: File I/O support
2019-01-05 01:19:14 +01:00
Karol Stasiak
7d596f3ed6
Minor improvements
2019-01-05 01:04:08 +01:00
Karol Stasiak
b400c884e0
Add memory barriers
2018-12-31 13:20:32 +01:00
Karol Stasiak
75e572f58c
Library improvements:
...
– random module
– ensure_mixedcase() function
2018-12-30 18:59:32 +01:00
Karol Stasiak
b068663729
PET: Add oldpet and origpet encodings
2018-12-30 18:54:45 +01:00
Karol Stasiak
a100675c7c
Documentation update
2018-12-29 20:16:05 +01:00
Karol Stasiak
f12463aef0
Optimization refactoring:
...
– -Of should imply -finline
– certain optimizations should be controllable
– unused global symbols should be removed even if we're not optimizing
2018-12-27 01:18:29 +01:00
Karol Stasiak
438d8dbe6e
Detection of the default include path.
2018-12-24 02:38:28 +01:00
Karol Stasiak
7bf9616fcb
Fix/improve documentation
2018-12-24 01:32:17 +01:00
Karol Stasiak
acaaa5bdfe
Implicit ranges in for loops are dumb, remove
2018-12-22 01:30:54 +01:00
Karol Stasiak
e43fb39781
Optimize some stdlib calls
2018-12-21 22:33:27 +01:00
Karol Stasiak
62575263c2
NEC PC-88: readline
2018-12-20 00:47:42 +01:00
Karol Stasiak
10492bc534
Updated examples
2018-12-19 22:32:55 +01:00
Karol Stasiak
310df1a8de
It's Amstrad not Armstrad
2018-12-19 22:21:51 +01:00
Karol Stasiak
9f16311aff
Preliminary CPC support
2018-12-19 19:02:29 +01:00
Karol Stasiak
05884f2c7b
Standard library improvements
2018-12-19 19:01:53 +01:00
Karol Stasiak
960cee5124
Foreach statement; emitting subprocedures
2018-12-19 18:13:38 +01:00
Karol Stasiak
fc10746522
Alias improvements:
...
– aliases can now override other objects
– take aliases into account when ordering functions for optimizations and inlining
2018-12-19 17:33:51 +01:00
Karol Stasiak
08f9426ccb
Multiplication fixes and improvements
2018-12-19 01:10:39 +01:00
Karol Stasiak
2454f223c8
Return dispatch over enums
2018-12-19 01:04:56 +01:00
Karol Stasiak
585407e9bb
Library improvements
2018-12-17 17:18:29 +01:00
Karol Stasiak
7616c246ee
Fix Apple 2 text codec
2018-12-17 17:15:34 +01:00
Karol Stasiak
007b1dc839
C64: ROM cartridge support
2018-12-17 11:13:01 +01:00
Karol Stasiak
235700c44c
Multiline value support in platform definition files
2018-12-17 10:41:28 +01:00
Karol Stasiak
8fcf628c8f
Better tracking of the original source
2018-12-17 00:35:32 +01:00
Karol Stasiak
78afe3d5f5
Preliminary support for volatile variables
2018-12-16 21:07:04 +01:00
Karol Stasiak
cd8697552c
Add sizeof operator
2018-12-16 15:43:17 +01:00
Karol Stasiak
f32d72b51f
Multiplication u16×u8
2018-12-14 22:50:20 +01:00