1
0
mirror of https://github.com/KarolS/millfork.git synced 2025-04-21 10:39:00 +00:00

Commit Graph

  • 2c52b98beb Add scrstring module Karol Stasiak 2019-10-31 17:29:05 +01:00
  • 939431aaf9 Fix string end handling in strzappendchar Karol Stasiak 2019-10-31 12:29:25 +01:00
  • ffe79a214d Add nullchar_src, NULLCHAR_SCR and NULLCHAR_SAME (relates to #17) Karol Stasiak 2019-10-31 12:20:20 +01:00
  • 12df1ef6e4 Make less compilation errors fatal, improve error reporting (relates to #16) Karol Stasiak 2019-10-31 12:14:52 +01:00
  • 7092f2a5de Properly handle all integer literal sizes Karol Stasiak 2019-10-31 12:13:02 +01:00
  • 4214f1f6f5 Tests for recent parser improvements Karol Stasiak 2019-10-31 12:12:10 +01:00
  • 33405ffcd6 Better handling for invalid statements inside segment blocks Karol Stasiak 2019-10-31 12:11:05 +01:00
  • e3b3c36924 Parse function and variable flags correctly Karol Stasiak 2019-10-31 12:10:18 +01:00
  • 258b17beb0 Allow unary minus (fixes #18) Karol Stasiak 2019-10-31 12:09:20 +01:00
  • 1ddee6155d Allow for comments at the end of the file (fixes #15) Karol Stasiak 2019-10-31 12:08:45 +01:00
  • 04d654b661 Switch to snapshot versioning Karol Stasiak 2019-10-30 23:22:41 +01:00
  • 047d4d2c08 Version 0.3.10 v0.3.10 Karol Stasiak 2019-10-24 15:22:39 +02:00
  • 72de22bbe1 A2600: init_rw_memory should be inlineable Karol Stasiak 2019-10-24 15:09:53 +02:00
  • 6fddf1cf0d Improve documentation Karol Stasiak 2019-10-24 15:09:11 +02:00
  • bb419d961f
    Merge pull request #14 from FreddyOffenga/a8_os Karol Stasiak 2019-10-24 01:06:42 +02:00
  • 4191eec7f8 Add -Xd and -Xr command line options Karol Stasiak 2019-10-24 00:48:32 +02:00
  • 7fe32ca564 Z80: Improve optimizations Karol Stasiak 2019-10-24 00:48:16 +02:00
  • 185b5383d1 added a8_os module and test Freddy Offenga 2019-10-23 14:43:36 +02:00
  • 72f8806c54 6502: Word addition optimizations Karol Stasiak 2019-10-23 12:56:48 +02:00
  • 010647682a Fix the sieve benchmark Karol Stasiak 2019-10-23 11:52:42 +02:00
  • 01a212dbee
    Merge pull request #1 from KarolS/master Freddy 2019-10-23 11:44:43 +02:00
  • 9beac45e99 Define Constant.WordZero Karol Stasiak 2019-10-23 11:03:55 +02:00
  • aa09bc90a4 Update documentation Karol Stasiak 2019-10-23 11:03:01 +02:00
  • a55d95f2cb Fix vera_upload Karol Stasiak 2019-10-23 11:02:44 +02:00
  • 6db5e09723 Optimize for-to loops Karol Stasiak 2019-10-22 23:38:07 +02:00
  • f4b37a70f1 Update changelog Karol Stasiak 2019-10-22 18:22:25 +02:00
  • e1107b164f Remove debugging messages Karol Stasiak 2019-10-22 18:21:47 +02:00
  • 3873736424 Optimize pointer indexing Karol Stasiak 2019-10-22 18:19:55 +02:00
  • b7300616d1 6502: Faster accesses to small arrays Karol Stasiak 2019-10-22 16:35:17 +02:00
  • d36b83421c 6502: Fix an optimization bug Karol Stasiak 2019-10-22 16:34:39 +02:00
  • 5ad6da2be4 6502: Optimize hi(nonet(...)) Karol Stasiak 2019-10-22 16:34:13 +02:00
  • ec96f16482 Improve and fix 16-bit comparisons Karol Stasiak 2019-10-22 13:54:30 +02:00
  • 76044ca429 Update FAQ Karol Stasiak 2019-10-22 02:34:16 +02:00
  • 54c7a6b511 Update changelog Karol Stasiak 2019-10-22 02:14:14 +02:00
  • 138c185ed1
    Merge pull request #12 from Ambez05/patch-1 Karol Stasiak 2019-10-22 02:09:38 +02:00
  • 672ab5c2bc
    Merge pull request #13 from FreddyOffenga/a8_hardware Karol Stasiak 2019-10-22 02:07:44 +02:00
  • 166f5c397d Document the current state of 6809 support Karol Stasiak 2019-10-22 02:01:18 +02:00
  • ff46129c4e #11 Fix allocation of variables in functions with trampolines Karol Stasiak 2019-10-22 01:39:11 +02:00
  • f65651f2c0 #6 Improve error messages related to semicolons Karol Stasiak 2019-10-22 01:06:51 +02:00
  • 09294307fd #8 Standardise the behaviour of for loops. Karol Stasiak 2019-10-22 00:41:34 +02:00
  • 2d50e4fa73 Make the -o option optional Karol Stasiak 2019-10-22 00:14:38 +02:00
  • 052aa9d458 Fix documentation for pointers Karol Stasiak 2019-10-22 00:06:02 +02:00
  • 9e8b889533 #10 Fix removal of unused global structs and preserve reads in assignments from volatiles to unuseds. Karol Stasiak 2019-10-22 00:05:44 +02:00
  • f3ecf733b6 added a8_hardware files Freddy Offenga 2019-10-21 22:27:50 +02:00
  • a2b93d84d6
    Added vera_peek Logic Ambez05 2019-10-20 15:39:34 +10:00
  • f5b6d9999c #9 Support astral characters in UTF-8 Karol Stasiak 2019-10-18 11:01:31 +02:00
  • 3a6790e47a Add UTF-8 and UTF-16 encodings #9 Karol Stasiak 2019-10-17 23:23:57 +02:00
  • 4fc0b98561 6809: Support break and continue Karol Stasiak 2019-10-16 22:43:16 +02:00
  • 1ec816496d Allow adding fixed deltas to some outputs; #7 Fix Lynx output Karol Stasiak 2019-10-16 22:42:58 +02:00
  • 927c39585c Fix non-compiling code An incremental compiler can be both a blessing and a curse Karol Stasiak 2019-10-15 00:51:16 +02:00
  • e9990dc9c1 Allow semicolons in certain positions. Partially implements #6 Karol Stasiak 2019-10-08 18:45:11 +02:00
  • e19ac75350 6809: Some optimizations Karol Stasiak 2019-10-08 15:11:22 +02:00
  • f08caa0b7a 6809: Various improvements Karol Stasiak 2019-10-08 01:43:09 +02:00
  • c61d044226 Document keywords and handle them better Karol Stasiak 2019-10-08 01:33:55 +02:00
  • 3d3089ee93 Update changelog Karol Stasiak 2019-10-01 00:52:21 +02:00
  • f251292dd0 6502: Few minor boolean conversion optimizations Karol Stasiak 2019-10-01 00:47:09 +02:00
  • 1185b1c0bb Better removal of unused functions Karol Stasiak 2019-10-01 00:46:41 +02:00
  • d1058b6223 ZX Spectrum Next CPU support Karol Stasiak 2019-10-01 00:46:15 +02:00
  • f7dd78e4c0 Byte comparison optimizations Karol Stasiak 2019-10-01 00:45:14 +02:00
  • ae1dd6326c
    Merge pull request #5 from Garydos/master Karol Stasiak 2019-09-28 19:38:36 +02:00
  • 6d1c3d69cf Updated examples README Antonio Montes 2019-09-27 14:44:58 -07:00
  • 76eb2f40b6 Updated NES hardware documentation Antonio Montes 2019-09-27 14:36:05 -07:00
  • b10c7321e5 Added new example nes program Antonio Montes 2019-09-27 13:52:00 -07:00
  • cfa99c8194 Update changelog Karol Stasiak 2019-09-25 01:20:12 +02:00
  • 5837c6fd7d Add custom segment layout support Karol Stasiak 2019-09-25 01:17:52 +02:00
  • 2a21dd8e2e Add debugging of constness Karol Stasiak 2019-09-25 01:17:23 +02:00
  • a69937d8dd 8080: Faster strzcpy Karol Stasiak 2019-09-25 01:16:15 +02:00
  • 2ff86889db Fix sign extension in arithmetic promotions again. Karol Stasiak 2019-09-24 17:37:06 +02:00
  • 35bf4ba790 Fix returning constant bools Karol Stasiak 2019-09-24 00:24:17 +02:00
  • 77a4324a12 Switch to snapshot versioning and Scala 2.12.10 Karol Stasiak 2019-09-24 00:10:54 +02:00
  • d08d81724b Version 0.3.8 v0.3.8 Karol Stasiak 2019-09-21 23:05:13 +02:00
  • 3218070386 Add stdlib to default modules for Lynx Karol Stasiak 2019-09-21 23:02:51 +02:00
  • bf6f0609a1 CHange semantics of reset_joy to make more sense Karol Stasiak 2019-09-21 00:57:16 +02:00
  • 8ebeb2eeeb Mark more Lynx hardware registers as volatile Karol Stasiak 2019-09-21 00:45:38 +02:00
  • 680e94c3b7 Add zx80, zx81 and iso15 encodings Karol Stasiak 2019-09-20 19:41:53 +02:00
  • 6c3523d5af X16: Change the default VERA version to 0.8 Karol Stasiak 2019-09-20 19:41:10 +02:00
  • d38405f467 Fix signed constants and word-sbyte subtraction Karol Stasiak 2019-09-20 18:33:41 +02:00
  • 1347be51ae Document Lynx Karol Stasiak 2019-09-20 01:44:18 +02:00
  • b74974dbdd Various tweaks for Lynx Karol Stasiak 2019-09-20 01:43:58 +02:00
  • 714c65906e missed two MonstersGoBoom 2019-09-17 20:59:46 -04:00
  • 559526bbfb fixing tab issue MonstersGoBoom 2019-09-17 20:58:37 -04:00
  • 0988bfc75f clarified the input section MonstersGoBoom 2019-09-17 20:50:37 -04:00
  • e376ba5e2a atari lynx support with sprite sample MonstersGoBoom 2019-09-17 20:49:03 -04:00
  • fd3f55d92c Fix documentation for *pet encodings Karol Stasiak 2019-09-18 01:17:22 +02:00
  • 594d761294 Update changelog Karol Stasiak 2019-09-18 01:04:31 +02:00
  • 1d825a0c99 Fix parsing of zp_bytes Karol Stasiak 2019-09-18 01:03:13 +02:00
  • 239d837f96 Add CONTRIBUTING.md Karol Stasiak 2019-09-18 00:48:33 +02:00
  • c45cf7d51d Add KOI-7 N2 and MSX-BR encodings. Some encoding enhancements. Karol Stasiak 2019-09-18 00:09:37 +02:00
  • 08ef0beeb7 Commander X16 improvements Karol Stasiak 2019-09-16 22:55:08 +02:00
  • b1e5176aff Allow larger nontrivial constants Karol Stasiak 2019-09-16 22:48:46 +02:00
  • e4eefeba06 Small documentation fixes Karol Stasiak 2019-09-16 22:48:21 +02:00
  • 457472080f 6502: Improve inlining of functions with lots of parameters. Karol Stasiak 2019-09-16 21:32:57 +02:00
  • fa7844e0b8 6502: Optimize ROL/ROR before AND Karol Stasiak 2019-09-16 21:31:12 +02:00
  • 635870585e Add unsigned 16-bit division Karol Stasiak 2019-09-15 19:47:19 +02:00
  • f036de0ee1 Fix typo Karol Stasiak 2019-09-14 16:01:10 +02:00
  • a4f91eda03 6502: Fix arithmetic promotion bugs for function return values Karol Stasiak 2019-09-14 16:01:02 +02:00
  • 1d445ecdd1 Support sizeof on arrays. Preliminary Commander X16 support. Karol Stasiak 2019-09-14 03:34:32 +02:00
  • 6c4dc81c1b Add the -R option Karol Stasiak 2019-09-14 02:40:03 +02:00
  • 3ce2249399 Add 16-bit multiplication Karol Stasiak 2019-09-04 21:17:06 +02:00
  • f18135ee7f Update documentation Karol Stasiak 2019-09-04 01:22:40 +02:00