Commit Graph

  • f6b3361e8b Added README.md master Uffe Jakobsen 2024-09-11 23:09:10 +0200
  • e367471c53 refactored string handling marcobaye 2024-09-08 09:55:00 +0000
  • 4d260b2826 refactored !bin, !fill and !align a bit marcobaye 2024-09-05 22:18:29 +0000
  • df8e52b544 refactored last commit marcobaye 2024-09-05 11:48:06 +0000
  • ad9ef576ec now ignores BOM at start of source file marcobaye 2024-09-05 09:47:49 +0000
  • b7037ea990 fixed bug where "!skip" areas at start/end were included in output file marcobaye 2024-09-03 10:01:43 +0000
  • fc98be0ee1 fixed bug where a segment warning could cause another segment warning to disappear marcobaye 2024-09-03 09:49:12 +0000
  • adb0852767 refactored "segment list" functions marcobaye 2024-09-03 00:11:41 +0000
  • 01313f1182 moved segment checks to final pass, made v0.98 force --strict-segments marcobaye 2024-09-02 22:36:23 +0000
  • a037bcc41e throwing of some errors can now be delayed until symbol changes are done marcobaye 2024-09-01 17:59:06 +0000
  • 134ba39638 small fix so "label" and "label=*" throw the same error if pc undefined marcobaye 2024-09-01 16:23:08 +0000
  • 67b338e667 a bit of refactoring concerning "unpseudopc" marcobaye 2024-09-01 13:50:36 +0000
  • f1a80756d1 fixed bug in anonymous backward labels marcobaye 2024-08-31 20:28:50 +0000
  • 5eba16ed6c tiny refactoring marcobaye 2024-08-31 14:55:41 +0000
  • 4b28af64a7 added code so release 0.98 will always use the smallest possible addressing mode marcobaye 2024-08-30 19:49:36 +0000
  • 514eb38177 added dec() and hex() functions marcobaye 2024-08-30 16:54:55 +0000
  • a6a43015a8 added missing sanity check marcobaye 2024-08-29 21:02:25 +0000
  • 5f8918c774 added code to tell "symbol already defined" (in this pass) and "symbol changed" (compared to previous pass) apart, which I need for version 0.98 marcobaye 2024-08-29 20:38:39 +0000
  • 158379ce9a "symbol twice" error now outputs location of previous definition, just as "macro twice" does. marcobaye 2024-08-29 18:27:50 +0000
  • 45ce8164e9 refactored "macro twice" code. messages about initial definitions and macro call stacks are now output as "info" instead of "warning". marcobaye 2024-08-29 15:14:11 +0000
  • be1b072288 refactored error/warning stuff marcobaye 2024-08-28 16:45:31 +0000
  • ec4db48d07 refactored program counter / outbuffer stuff marcobaye 2024-08-28 13:12:07 +0000
  • be4580af53 finally removed the 64 KiB limit, the outbuffer size is now determined at runtime. I added a hard limit of 64 MiB, but that value is completely arbitrary. marcobaye 2024-08-27 18:54:07 +0000
  • d0b1ad84b7 writing to output buffer now only happens in final pass marcobaye 2024-08-21 00:00:31 +0000
  • df7f1bf06b added "output pass", to ease adding of new features. I had to modify two regression tests because they barfed in the second pass, but real-world code would not do this, so I'm okay with this incompatibility. marcobaye 2024-08-18 22:49:35 +0000
  • 0af42c7a8a rearranged struct, no change in functionality marcobaye 2024-08-18 17:23:23 +0000
  • fc296d6abd in future versions, program counter in pseudopc blocks no longer silently wraps around to zero marcobaye 2024-08-16 22:19:54 +0000
  • 3c390cbde7 renamed struct component, no change in functionality marcobaye 2024-08-16 21:19:02 +0000
  • 3b2321c053 fixed bug in "file too large for apple format" message marcobaye 2024-08-14 10:30:17 +0000
  • 8ac8d98cd0 more test files for symbol substitutions marcobaye 2024-08-13 10:49:56 +0000
  • 169541d452 changed experimental feature "dynamic symbol names" to "dynamic <ANYTHING>" marcobaye 2024-08-12 20:37:29 +0000
  • fcfb32ed0a added test files for symbol substitutions marcobaye 2024-08-11 21:07:32 +0000
  • b3ef885385 renamed some functions (to be moved to a separate file) marcobaye 2024-08-11 20:04:04 +0000
  • fa0b186f66 in report file: macros are expanded, everything in loops is suppressed marcobaye 2024-08-07 09:37:41 +0000
  • b9dd2d650d got rid of input_now pointer marcobaye 2024-08-06 11:02:55 +0000
  • 1fd0bee24c replaced known bugs in report generator code with new and improved ones marcobaye 2024-08-06 00:22:04 +0000
  • 25fcf4f1f4 "input_now" ptr is no longer exported marcobaye 2024-08-05 10:49:33 +0000
  • 7015508538 yet more refactoring marcobaye 2024-08-04 09:53:16 +0000
  • a53aa01a1e more refactoring of input marcobaye 2024-07-31 12:36:47 +0000
  • b11bdcded0 moved filename-used-for-resolving-relative-paths out of input struct marcobaye 2024-07-30 23:50:10 +0000
  • e88aeab14c renamed fn and moved between files, no change in functionality marcobaye 2024-07-30 13:46:45 +0000
  • fb9bbc7c56 moved enum from .h to .c file marcobaye 2024-07-30 13:36:50 +0000
  • 9d71a86a74 small fix, added "const" marcobaye 2024-07-30 09:40:12 +0000
  • 59ef7c71f8 inputstate enum is now only used in input.c marcobaye 2024-07-30 09:37:56 +0000
  • 73292e1b4f more refactoring of input marcobaye 2024-07-29 20:08:01 +0000
  • ad6e86db12 fixed bug where "--dialect future" with file refs in macros could cause crashes marcobaye 2024-07-29 17:32:32 +0000
  • 47b1517777 started refactoring input marcobaye 2024-07-29 11:55:56 +0000
  • 42d71284a8 added REC pinout info to library marcobaye 2024-07-27 16:08:47 +0000
  • 3818f97723 in addition to "-DSYMBOL=VALUE", now "-D SYMBOL=VALUE" is also accepted marcobaye 2024-07-15 18:11:38 +0000
  • b643115017 added examples to docs on how to iterate over list args in macros marcobaye 2024-06-24 13:37:50 +0000
  • 0e20eeafd5 moved "GotByte" var to input.{ch} marcobaye 2024-06-24 09:45:46 +0000
  • 5af37ed13f just some comments marcobaye 2024-03-27 08:36:58 +0000
  • 43759e6026 cleaned up error messages marcobaye 2024-03-25 00:51:11 +0000
  • 15aa8b3a3c added another test file and did a bit of cleanup marcobaye 2024-03-24 16:07:20 +0000
  • 5a504b4ff3 moved code around, no change in functionality marcobaye 2024-03-21 00:47:33 +0000
  • 1e62973f99 fixed Makefile for MingW compiler marcobaye 2024-03-20 16:08:53 +0000
  • 5179714785 changed some longs to ints because using 64 bits is overkill marcobaye 2024-03-19 15:30:57 +0000
  • 242cdad5be a bit of cleanup marcobaye 2024-03-18 18:25:11 +0000
  • 1d7fa761d9 added ugly kluge to fix ugly limitation in RISC OS version marcobaye 2024-03-17 23:47:04 +0000
  • 538db084b5 small fix concerning pass numbers marcobaye 2024-03-17 22:45:00 +0000
  • f8f9a64d86 more cleanup marcobaye 2024-03-15 01:05:53 +0000
  • daefa72aea tweaked pathname parsing for Amiga, DOS and RISC OS marcobaye 2024-03-15 00:18:21 +0000
  • 7a94c67990 fixed example programs to not throw warnings marcobaye 2024-03-13 12:00:42 +0000
  • 77ef4a7013 small change to prepare for new feature marcobaye 2024-03-13 01:08:45 +0000
  • 5e99b7bc1f next version's filespecs will be relative to current file for output files as well. marcobaye 2024-03-12 00:47:03 +0000
  • b15c46e764 added check for absolute paths so current dir is not used as prefix marcobaye 2024-03-12 00:11:32 +0000
  • dbf3cbd61e added more error checking when writing files marcobaye 2024-03-10 11:24:06 +0000
  • 640373c54f search paths (given via -I) are now also displayed in error messages. also prepared filespecs to be relative to current file in next version. marcobaye 2024-03-08 23:42:58 +0000
  • 117aab0d6d more cleanup, needed for next change marcobaye 2024-03-04 00:09:56 +0000
  • a2103c167e improved "macro twice" error output and did some cleanup... marcobaye 2024-03-03 23:35:21 +0000
  • 45bb65d74d Un-pseudopc-operator '&' can now be applied to all address symbols, not only to implicitly defined labels. marcobaye 2024-03-03 14:31:08 +0000
  • 8f9e3a5855 more cleanup marcobaye 2024-03-03 12:49:03 +0000
  • 5fc6a8a5e3 fixed bug introduced in previous commit marcobaye 2024-03-01 10:16:48 +0000
  • a69968dc05 fixed a bug in "unpseudopc" operator "&" and did some cleanup marcobaye 2024-03-01 01:12:15 +0000
  • b04af19d5c another tiny bit of cleanup marcobaye 2024-02-28 17:53:13 +0000
  • 5910081651 more cleanup and preparations for new features marcobaye 2024-02-26 23:54:10 +0000
  • 3deb9700dc added another choice for "--dialect" marcobaye 2024-02-25 13:02:47 +0000
  • d70988c09d added test files for "--dialect", a bit of cleanup marcobaye 2024-02-24 23:40:43 +0000
  • 09b4b16c10 fixed a bug and added more test files marcobaye 2024-02-24 14:09:01 +0000
  • 1b33ca7ae7 two more test files and a tiny bit of cleanup marcobaye 2024-02-23 16:46:40 +0000
  • 2e2eb5e60c fixed bug where labels could be used before pc definition, added test files. marcobaye 2024-02-21 01:26:13 +0000
  • 08dad45efb more cleanup marcobaye 2024-02-19 21:51:57 +0000
  • 58b04ba77c more test files marcobaye 2024-02-18 13:50:32 +0000
  • 36653b8cf1 forgot test files marcobaye 2024-02-18 01:14:07 +0000
  • 7a4237eb3c fixed two bugs, added test files, did cleanup bug 1: in some cases "--format" could not override "!to" bug 2: "cannot open output file" resulted in "success" exit code marcobaye 2024-02-18 01:11:33 +0000
  • 496fde6f1a more cleanup added "outfilestart" keyword to "*=" added "file" keyword to "!convtab" marcobaye 2024-02-17 16:52:32 +0000
  • 6c3ec454d3 more automatic testing marcobaye 2024-02-16 10:15:12 +0000
  • 5e365a8723 fixed a bug and added test files marcobaye 2024-02-16 01:06:48 +0000
  • 5b3557841e added a few more tests and Makefiles to automate them marcobaye 2024-02-14 00:49:01 +0000
  • 444c7e858f added "!outfilestart" and "!outfilelimit". made "--from-to" to use end+1 instead of end. marcobaye 2024-02-13 00:08:17 +0000
  • f52430f620 added "--from-to" (and did some internal cleanup) marcobaye 2024-02-11 23:08:58 +0000
  • 10af90860d added "--strict" and "!nowarn" marcobaye 2024-02-10 17:21:54 +0000
  • f660f26d2b added --debuglevel cli switch and !debug/!info pseudo opcodes marcobaye 2024-02-10 12:43:56 +0000
  • 2092961bb8 another one of those "great rename" cleanup commits, no change in functionality marcobaye 2024-02-08 19:17:07 +0000
  • e90cfc90b2 fixed link to "no more secrets" in docs marcobaye 2024-02-07 14:00:26 +0000
  • c6739be77d slightly improved experimental feature to dynamically create symbol names marcobaye 2024-02-06 21:56:52 +0000
  • aec6f8e99d added experimental feature to dynamically create symbol names (and a bit of cleanup) marcobaye 2024-01-29 22:02:28 +0000
  • b9d7e83e5c added "reu-detect" example file marcobaye 2024-01-29 00:59:41 +0000
  • 4d33e5db14 a bit of internal cleanup before adding new features... marcobaye 2024-01-28 19:38:20 +0000
  • 4f0f108494 Added MacOS build script provided by Claus. Thanks Claus! marcobaye 2023-03-20 09:33:17 +0000