1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-12-22 16:31:02 +00:00

Commit Graph

  • a635449829 new a8 memory mapping helpers zbyti 2020-09-09 01:50:44 +0200
  • fc0171d5aa Update CHANGELOG Karol Stasiak 2020-09-09 01:49:00 +0200
  • 40510dc436
    Merge pull request #63 from zbyti/master Karol Stasiak 2020-09-09 01:47:05 +0200
  • 615a0d7dc1 Interrupt functions in assembly should not have prologue (fixes #62) Karol Stasiak 2020-09-09 01:46:34 +0200
  • 75c8ac19e1 Fix warning messages Karol Stasiak 2020-09-09 01:45:53 +0200
  • ae311f28ea Document new Atari examples Karol Stasiak 2020-09-09 01:45:39 +0200
  • 3bbab4a126 new memory mapping helpers zbyti 2020-09-09 00:57:12 +0200
  • b7cb124706
    Merge pull request #60 from zbyti/master Karol Stasiak 2020-09-08 23:46:21 +0200
  • 866a9ee9d0 refactor zbyti 2020-09-08 00:17:10 +0200
  • e0b2d28a7d refactor zbyti 2020-09-08 00:08:43 +0200
  • f5fb1a6911 refactor zbyti 2020-09-07 23:56:50 +0200
  • 19de4085d7 dli example zbyti 2020-09-07 01:29:53 +0200
  • 06e5da4e66 endless scroll with random letters zbyti 2020-09-06 22:53:59 +0200
  • c31a2ee388 Simple Atari 800XL Memory Map zbyti 2020-09-05 11:58:02 +0200
  • 4849069d39 Simple Atari 800XL Memory Map zbyti 2020-09-05 11:48:49 +0200
  • 9a0176333b Simple Atari 800XL Memory Map zbyti 2020-09-05 11:47:24 +0200
  • 6b0effaae6 Simple Atari 800XL Memory Map zbyti 2020-09-05 11:43:18 +0200
  • 3582925cb1 Simple Atari 800XL Memory Map zbyti 2020-09-05 11:37:04 +0200
  • c12541c64d Fix the a8_os module (fixing #58) Karol Stasiak 2020-09-04 01:18:37 +0200
  • 5e46e8ade9 Fix alignment of substructures Karol Stasiak 2020-09-02 00:44:24 +0200
  • 3ded652a90 Add encodings: BraSCII, DEC MCS, LICS, MacRoman Karol Stasiak 2020-09-01 22:22:28 +0200
  • e09db3d132 Local labels in assembly Karol Stasiak 2020-09-01 22:00:07 +0200
  • 539c27f13e Update CHANGELOG Karol Stasiak 2020-08-14 22:34:34 +0200
  • 57776f7f93 8080: Optimization improvements Karol Stasiak 2020-08-14 22:29:19 +0200
  • 7427231c3d Fix constant simplification Karol Stasiak 2020-08-14 22:29:06 +0200
  • b9cd18c3c8 Improve error message for multiple operators at the same priority Karol Stasiak 2020-08-14 22:28:50 +0200
  • 49816d18fe Fix volatile Karol Stasiak 2020-08-14 22:28:31 +0200
  • 70256e9d46 Fix evaluation of boolean expressions on all targets (#56) Karol Stasiak 2020-08-14 22:27:23 +0200
  • fccbf7df7d Add dollar syntax for decimal operators, disallow identifiers ending in a dollar sign. Karol Stasiak 2020-08-14 02:22:13 +0200
  • 0913c5037c Typecheck division of large constants Karol Stasiak 2020-08-14 01:27:00 +0200
  • b5c51e48be Rename zx80next to z80next, document the typo (fixes #55) Karol Stasiak 2020-08-13 16:53:38 +0200
  • 708fdab593
    Merge pull request #54 from Kobrasadetin/patch-1 Karol Stasiak 2020-08-13 16:44:04 +0200
  • 398d9b9c4e Switch to snapshot versioning Karol Stasiak 2020-08-13 16:43:34 +0200
  • 29018729f5
    fix the value of vera_dc_hscale_hstop Mikko Karjanmaa 2020-08-11 18:59:54 +0300
  • c8c1657521 Version 0.3.18 and undo Scala version bump v0.3.18 Karol Stasiak 2020-08-01 23:42:02 +0200
  • 8331d6a575 Bump Scala version Karol Stasiak 2020-08-01 23:07:40 +0200
  • c20b144823 CoCo: add coco_crt target Karol Stasiak 2020-08-01 22:20:52 +0200
  • a9aac4fca3 Allow omitting the .exe for the -r parameter Karol Stasiak 2020-08-01 22:20:11 +0200
  • ea04b1f6c0 Fix init_rw_memory Karol Stasiak 2020-08-01 22:19:51 +0200
  • c1224f0795 Formatting (#53) Karol Stasiak 2020-08-01 00:36:57 +0200
  • 925cc29172 Let the test suite compile on targets incompatible with encconv Karol Stasiak 2020-07-31 18:43:39 +0200
  • d1c0ad6b22 Better type error reporting Karol Stasiak 2020-07-31 17:50:10 +0200
  • 89ff89bc48 Some more defensive programming Karol Stasiak 2020-07-31 17:11:30 +0200
  • 87d9884597 Update CHANGELOG Karol Stasiak 2020-07-31 17:09:34 +0200
  • cf707cc31f Protect against confusable non-ASCII characters Karol Stasiak 2020-07-31 17:08:44 +0200
  • 7c4fb50808 Hardcode some more typo hints for things from other programming languages Karol Stasiak 2020-07-31 17:07:25 +0200
  • 2382f95b5c Don't repeat warnings about identical replaced characters in the lenient mode Karol Stasiak 2020-07-31 16:08:29 +0200
  • 4e1958d831 CoCo: Examples and tests Karol Stasiak 2020-07-31 16:07:39 +0200
  • d77ecba518 CoCo: encconv support Karol Stasiak 2020-07-31 16:07:10 +0200
  • 2c9a3f7cbd Add ENCODING_NOLOWER Karol Stasiak 2020-07-31 13:31:07 +0200
  • 2905e99521 Support local labels in macros for all instructions Karol Stasiak 2020-07-31 13:29:48 +0200
  • 03a57138f0 CoCo: Improvements Karol Stasiak 2020-07-31 13:29:13 +0200
  • 72dcf2342e 6809: Fix nibble-to-hex routines Karol Stasiak 2020-07-31 13:27:17 +0200
  • bce48e8e4a Support BAT files for the -r options Karol Stasiak 2020-07-31 13:26:44 +0200
  • ed55e2f081 6809: Allow explicit absolute addressing mode Karol Stasiak 2020-07-31 13:26:08 +0200
  • 33d67ec932 6809: Correctly assemble STS and STY Karol Stasiak 2020-07-31 13:25:42 +0200
  • cad6f27185 Preliminary CoCo support Karol Stasiak 2020-07-31 01:58:40 +0200
  • 8ec82ef520 6809: Document direct addressing mode Karol Stasiak 2020-07-31 01:57:10 +0200
  • f0b083abea 6809: Improve parameter passing for assembly subroutines Karol Stasiak 2020-07-31 01:56:03 +0200
  • d7f2b0688f Improved error reporting for constants used before definition Karol Stasiak 2020-07-31 01:53:58 +0200
  • 0b7183daf2
    Fix attribution Karol Stasiak 2020-07-25 22:19:13 +0200
  • 42426808f5 Update CHANGELOG Karol Stasiak 2020-07-24 22:27:54 +0200
  • 2ee2de62cd Don't optimize accesses to arrays of size 0 and 1 – assume that overruns are deliberate. Karol Stasiak 2020-07-24 22:25:21 +0200
  • 9a67ac553d Fix and improve stdlib optimizations Karol Stasiak 2020-07-24 22:18:25 +0200
  • ff03b50668 Update documentation Karol Stasiak 2020-07-24 20:09:47 +0200
  • 778fc41187
    Merge pull request #52 from nippur72/patch-1 Karol Stasiak 2020-07-24 19:18:50 +0200
  • 84483830ce Update changelog Karol Stasiak 2020-07-24 19:13:57 +0200
  • c6c021cf85 Add guides to documentation Karol Stasiak 2020-07-24 19:13:46 +0200
  • d5367cc1fe for loops over arrays Karol Stasiak 2020-07-24 19:11:27 +0200
  • 9a47c66539 Update documentation on operators Karol Stasiak 2020-07-24 17:28:04 +0200
  • b24ac32932 Z80: Support IXH/IXL/IYH/IYL registers. Add Intel syntax for Z80 instructions. Karol Stasiak 2020-07-24 17:27:37 +0200
  • 616873bbec
    fix vic20 volume register address nino-porcino 2020-07-24 10:29:36 +0200
  • 53973f081a Add various KOI-8 encodings Karol Stasiak 2020-07-20 00:13:49 +0200
  • 000aede8db Do not remove constants used only as array sizes (#51) Karol Stasiak 2020-07-19 23:34:14 +0200
  • 27645e93ad Add -version commandline option Karol Stasiak 2020-07-19 23:33:03 +0200
  • 8a0c552762 6502: Optimize some more rarer repeated index calculations (#50) Karol Stasiak 2020-07-19 01:46:09 +0200
  • 09ff184172 6502: Optimizations for certain byte additions (#50) Karol Stasiak 2020-07-19 00:54:23 +0200
  • 5fe4a4e3ac Update CHANGELOG and .gitignore Karol Stasiak 2020-07-18 01:34:16 +0200
  • 63aab64204 6502: Optimize array accesses for small arrays and also for repeated indices (#50) Karol Stasiak 2020-07-18 01:17:04 +0200
  • d0bf683657 Various fixes Karol Stasiak 2020-07-18 01:16:31 +0200
  • a2c49a1f89 Add manual type alignment. 6502: Optimize multiplications by constants. Karol Stasiak 2020-07-18 01:14:43 +0200
  • 31a8504195 Fix raw views of typed pointers Karol Stasiak 2020-07-18 01:09:34 +0200
  • 9881bc0284 Update CHANGELOG Karol Stasiak 2020-07-13 23:11:00 +0200
  • d346800590 6809: enable most unit tests Karol Stasiak 2020-07-13 23:10:38 +0200
  • fff27c59ea 6809: optimize indirect stores Karol Stasiak 2020-07-13 23:09:52 +0200
  • 0b948f801d Fix PCW encoding Karol Stasiak 2020-07-13 23:09:06 +0200
  • 632bb0c994 Allow modifying large things via pointers Karol Stasiak 2020-07-13 22:49:23 +0200
  • b9736f924c 6809: Fix indirect variable accesses Karol Stasiak 2020-07-13 22:10:36 +0200
  • 350c5d2d5d 6809: fix indirect addressing mode Karol Stasiak 2020-07-13 22:10:04 +0200
  • a22571f60b 6809: tons of improvements: * stack variables * large comparisons * pointer optimizations * fixed constant evaluation Karol Stasiak 2020-07-09 01:50:18 +0200
  • b9bf433308 6809: implement retun dispatch statements Karol Stasiak 2020-06-24 01:18:38 +0200
  • b7a34457fb 6809: Update emulators and fix decimal subtraction Karol Stasiak 2020-06-22 01:17:42 +0200
  • e77811c67c 6809: Implement decimal operations Karol Stasiak 2020-06-21 02:25:02 +0200
  • b387ece71d 6809: Improved support for large types Karol Stasiak 2020-06-18 20:29:31 +0200
  • 88b2bbd434 6809: Various improvements Karol Stasiak 2020-06-17 02:08:17 +0200
  • 2b0090714c #49 Export fixed addresses to the symbol file Karol Stasiak 2020-06-17 02:07:32 +0200
  • 78a680c0d6 6809: Implement +', -' and <<' operators for bytes Karol Stasiak 2020-06-11 02:39:59 +0200
  • 2d19537ed3 6809: Fix writing through pointers Karol Stasiak 2020-06-09 22:56:16 +0200
  • a947946313 Fix test Karol Stasiak 2020-06-09 22:37:55 +0200
  • bfe90193fa 6809: Implement / and %% operators Karol Stasiak 2020-06-09 22:35:57 +0200