Commit Graph

  • e8df8af5c7 added new library files and fixed comments in others marcobaye 2023-03-05 23:34:35 +00:00
  • dac562b84f fixed comments marcobaye 2021-11-05 09:41:40 +00:00
  • eeece2db6e added "double dabble" example marcobaye 2021-11-04 20:15:04 +00:00
  • ec1e640dfd fixed comments in vdc library file marcobaye 2021-09-14 13:32:00 +00:00
  • 9f4817951a clarified CIA info marcobaye 2021-08-11 16:55:40 +00:00
  • 836227f9da added python script to convert MASM to ACME syntax. marcobaye 2021-02-14 21:32:32 +00:00
  • 550d1a3976 changed "=" to "==" in a test source marcobaye 2021-01-31 22:02:00 +00:00
  • 3bb7fce2f0 removed warning about C-style "==" comparison operator. marcobaye 2021-01-31 21:56:37 +00:00
  • d5394bb5a7 made a fn static, no change in functionality marcobaye 2021-01-28 10:46:44 +00:00
  • 8229fe47b0 Changed "Bin/Hex value without any digits" from warning to error. marcobaye 2021-01-27 19:59:25 +00:00
  • 088c5af442 moved rc4 code into macro marcobaye 2020-12-27 17:45:44 +00:00
  • b09b484a90 rc4 implementation in ACME_Lib seems to work marcobaye 2020-12-27 00:23:13 +00:00
  • 98e8ae453a removed selfmods in rc4 marcobaye 2020-12-26 23:32:03 +00:00
  • 65e258488a added file to library (unfinished, do not use!) marcobaye 2020-12-26 23:13:11 +00:00
  • 8dc1b0ca0f fix for previous commit; inhibited warning marcobaye 2020-11-09 00:45:57 +00:00
  • 125d525b7d added some misc example files and fixed kernal docs in lib marcobaye 2020-11-09 00:43:43 +00:00
  • 5629c58010 tidied up c128 zp library file marcobaye 2020-10-29 12:35:59 +00:00
  • a768b72b58 small fix in c128 zp library file marcobaye 2020-10-29 00:24:48 +00:00
  • c9d148d345 added "!for VAR in ITERABLE { BLOCK }" possibility. marcobaye 2020-10-23 23:13:26 +00:00
  • cc82e17cda indexing of strings and lists can now be done from outside of expression parser. marcobaye 2020-10-23 21:48:06 +00:00
  • 1048e12fc7 another minor cleanup concerning "!for" loops, no change in functionality marcobaye 2020-10-22 17:33:44 +00:00
  • ecab6ba3d6 fiddled with "!for" struct, no change in functionality marcobaye 2020-10-21 18:42:50 +00:00
  • 5b3fc9a805 fixed dependency in Makefiles marcobaye 2020-10-21 16:36:03 +00:00
  • 64c36dd382 fixed error in description of CHRIN vs. GETIN marcobaye 2020-10-20 20:05:39 +00:00
  • f76c51e38d fix to amend previous fix (it's complicated) marcobaye 2020-10-18 23:34:50 +00:00
  • 2a004d8153 fixed bug found two commits ago marcobaye 2020-10-18 22:19:27 +00:00
  • 79e3950760 updated Makefiles for RISC OS version marcobaye 2020-10-18 17:11:05 +00:00
  • be040ebef2 inserted a comment about a bug I have to fix asap marcobaye 2020-10-16 16:10:13 +00:00
  • e27b4bafe7 bugfix for "//" in joe syntax marcobaye 2020-09-24 09:29:57 +00:00
  • 4901f44fdd updated syntax file for "joe" editor marcobaye 2020-08-26 23:25:53 +00:00
  • d59b45036d "Cannot open input file" error message now contains file name. marcobaye 2020-08-24 16:31:36 +00:00
  • 88cc8cd886 small fix to RISC OS makefile marcobaye 2020-08-22 22:31:33 +00:00
  • 5b1fabc1f5 got rid of another init marcobaye 2020-08-20 18:00:20 +00:00
  • beb1e178cd got rid of most of the *_init() functions marcobaye 2020-08-16 17:39:13 +00:00
  • 2be25080aa internal cleanup: keyword trees are now only built when needed. marcobaye 2020-08-15 14:55:22 +00:00
  • aa8d766e6c made docs match online help marcobaye 2020-08-12 13:15:45 +00:00
  • b2b14cb176 minor cleanup, no change in functionality marcobaye 2020-08-12 12:31:06 +00:00
  • b03b217979 disabled all indexed addressing for m65's "quad" mode, except for LDQ. marcobaye 2020-07-29 23:30:33 +00:00
  • 3db33bafb5 nmos6502 mode now also accepts ALR mnemonic (alias for ASR) marcobaye 2020-07-28 23:08:07 +00:00
  • 26168e6752 small change in tests, improved 65816 register length checking marcobaye 2020-07-28 13:13:26 +00:00
  • 2acece9c60 added test script marcobaye 2020-07-28 12:57:26 +00:00
  • 6dd15f7116 added BITQ and ASRQ to m65 cpu. marcobaye 2020-07-27 23:37:36 +00:00
  • f87ddbb5e6 added last cpu test source and expected output marcobaye 2020-07-27 22:58:10 +00:00
  • 32d59eafa3 still more test sources and expected outputs marcobaye 2020-07-27 22:09:27 +00:00
  • a3d36ca156 more test sources and expected outputs marcobaye 2020-07-27 21:25:39 +00:00
  • 78390cb632 added more test sources marcobaye 2020-07-27 19:47:07 +00:00
  • 465da8c139 several small changes: fixed a bug where "number out of range" error led to bogus "label already defined" errors made "number out of range" errors more specific (8/16/24 bit range) re-phrased two error messages cleaned up docs concerning "command/opcode/mnemonic/instruction" added test program to trigger "out of range" errors internal cleanup concerning INW/DEW/JAM mnemonics marcobaye 2020-07-18 13:50:46 +00:00
  • 62dd48ab9f fixed another typo in docs marcobaye 2020-07-17 13:19:38 +00:00
  • b8f9bb9d36 minor changes only (FIXMEs and docs) marcobaye 2020-07-17 11:47:05 +00:00
  • ca08a1d150 started work on !watch and !trace (commented out), minor cleanup, no changes in functionality marcobaye 2020-07-12 18:46:06 +00:00
  • eb138ae785 added experimental support for 16MiB outbuf using "--test" marcobaye 2020-07-04 13:43:20 +00:00
  • 70b9ee222d tweaked docs and removed some comments, no change in functionality marcobaye 2020-06-30 09:24:30 +00:00
  • a7dd713d93 cleaned up list of cpu types and added opcode table(s) for m65 cpu marcobaye 2020-06-29 15:10:42 +00:00
  • a534d9c28a put hashbang info in change log marcobaye 2020-06-29 09:55:58 +00:00
  • 94f36db2e5 added support for hashbang lines (if file starts with '#', line is ignored) marcobaye 2020-06-29 09:53:03 +00:00
  • 21cc635bc8 added library files making use of the new string features: <cbm/msbstring.a> defines macro to store a string with msb set in last character, <cbm/multicolor.a> defines macros to "paint" 4-color graphics via strings. marcobaye 2020-06-28 22:48:10 +00:00
  • ecca1552d0 added another test program marcobaye 2020-06-28 22:14:41 +00:00
  • d0c824c60a added library file for easy splitting of tables into low and high bytes marcobaye 2020-06-28 18:59:08 +00:00
  • d2683cc64d Release 0.97: Now with string symbols, lists, backslash escaping, "unpseudopc" operator, MEGA65 support, !while, else if, and a CLI switch to mimic older versions. Make sure to read "docs/Changes.txt" and "docs/Upgrade.txt"! 0.97 marcobaye 2020-06-28 18:56:55 +00:00
  • ca6b6d8771 rewritten docs/Upgrade.txt marcobaye 2020-06-28 12:18:35 +00:00
  • 7038cecfec fixed error in docs/Errors.txt marcobaye 2020-06-28 09:24:56 +00:00
  • 8f432f6aa7 docs only marcobaye 2020-06-28 00:30:43 +00:00
  • 9d637eee25 comments only, no change in functionality marcobaye 2020-06-28 00:05:35 +00:00
  • c85081cbe4 allowed # characters in MVP/MVN syntax marcobaye 2020-06-26 10:45:20 +00:00
  • 296ecefa6c explained more errors in docs marcobaye 2020-06-23 15:30:49 +00:00
  • a5851cd51a removed a few lines that are not really needed marcobaye 2020-06-22 22:24:28 +00:00
  • 6c869568cd amended last change, now depends on v0.97 marcobaye 2020-06-22 20:40:38 +00:00
  • aa51fde056 Added warning about unusual number of digits in binary literals, and a CLI switch to disable that warning. marcobaye 2020-06-22 20:32:38 +00:00
  • 9f5ac5b212 fixed buffer overrun when printing long ints on 64bit machines marcobaye 2020-06-22 13:39:27 +00:00
  • 1441da12ac removed useless code concerning FITS_BYTE flag marcobaye 2020-06-22 11:09:43 +00:00
  • cf167a34e4 added alternative expected output for trigonometric example marcobaye 2020-06-22 11:08:53 +00:00
  • be72f71faa simplified state machine of expression parser marcobaye 2020-06-21 22:30:06 +00:00
  • 89344d34ee added more auto-conversions from 1-char-strings to integer marcobaye 2020-06-21 19:51:55 +00:00
  • 1261960cad adjusted docs (added !WHILE, ELSE IF, etc) marcobaye 2020-06-21 19:06:12 +00:00
  • 7f736ceccb added "nmos6502" as an alias for "6510" marcobaye 2020-06-21 17:24:38 +00:00
  • 3039db71e6 made sure stuff like LDA#"X" keeps working in future version marcobaye 2020-06-21 16:19:05 +00:00
  • b8679e7f06 added is_number(), is_list() and is_string() functions marcobaye 2020-06-21 15:25:37 +00:00
  • ceabdfb4a0 added backslash sequences \0, \t, \n and \r marcobaye 2020-06-21 15:21:27 +00:00
  • 85f0c32ff4 fixed convert-to-lower-case function so keywords may contain underscore in future marcobaye 2020-06-21 15:16:38 +00:00
  • 5b37c4d24e cleanup (moved functions between files; no change in functionality!) marcobaye 2020-06-20 16:45:37 +00:00
  • beb875ff2b refactored (added a union) marcobaye 2020-06-20 16:11:08 +00:00
  • 562ce98f75 changing a list now needs !set marcobaye 2020-06-20 14:54:43 +00:00
  • fc913eefb6 adjusted docs to future syntax change marcobaye 2020-06-20 13:57:16 +00:00
  • 28e196caab added <m65/std.a> to library, with macro to load 32-bit immediate constant marcobaye 2020-06-19 22:35:23 +00:00
  • c3e651f4ca pseudo opcodes like !by, !wo, !tx and friends now accept lists marcobaye 2020-06-18 23:38:24 +00:00
  • eca73fb335 simplified handling of special operators marcobaye 2020-06-18 10:15:53 +00:00
  • 64aa52da35 fixed operator priority bug (see test program added in svn rev 232) marcobaye 2020-06-17 00:37:19 +00:00
  • 326f36fd4f refactoring, about to remove "try to reduce stacks" state marcobaye 2020-06-16 23:51:22 +00:00
  • c2978f7e15 "unpseudopc" operator & now also works with program counter * marcobaye 2020-06-16 23:12:44 +00:00
  • f9a2f5f698 got rid of DEFINED flag by making UNDEFINED its own number type marcobaye 2020-06-16 22:44:54 +00:00
  • 929fefe0e6 added opcode table for NMOS6502 cpu marcobaye 2020-06-16 12:29:48 +00:00
  • b32320d5f3 comments only marcobaye 2020-06-16 10:46:07 +00:00
  • 430b225208 added failing test program, fix will follow realsoonnow(tm) marcobaye 2020-06-15 13:05:14 +00:00
  • f64780a3bd added typedef for "bits" marcobaye 2020-06-14 00:26:38 +00:00
  • 2671eef384 added a bunch of "const" marcobaye 2020-06-13 23:18:51 +00:00
  • 1199c75025 more test programs marcobaye 2020-06-13 23:12:06 +00:00
  • 4643e841f9 symbol assignment refactoring seems to be finished now marcobaye 2020-06-13 23:11:10 +00:00
  • 395dcf55f3 fixed a dependency in Makefiles marcobaye 2020-06-13 22:42:14 +00:00
  • 8bf6bcd6eb fixed bug introduced in svn rev 217: !for threw "too late for postfix" with wrong line number marcobaye 2020-06-13 09:32:21 +00:00
  • ec2b7515ca fixed bugs: trig functions did not clear FITS_BYTE flag, comparisons did not set it! marcobaye 2020-06-10 13:12:25 +00:00