Commit Graph

  • a5bc7a48bd Added README.md master Uffe Jakobsen 2020-09-17 21:39:37 +0200
  • 4901f44fdd updated syntax file for "joe" editor marcobaye 2020-08-26 23:25:53 +0000
  • d59b45036d "Cannot open input file" error message now contains file name. marcobaye 2020-08-24 16:31:36 +0000
  • 88cc8cd886 small fix to RISC OS makefile marcobaye 2020-08-22 22:31:33 +0000
  • 5b1fabc1f5 got rid of another init marcobaye 2020-08-20 18:00:20 +0000
  • beb1e178cd got rid of most of the *_init() functions marcobaye 2020-08-16 17:39:13 +0000
  • 2be25080aa internal cleanup: keyword trees are now only built when needed. marcobaye 2020-08-15 14:55:22 +0000
  • aa8d766e6c made docs match online help marcobaye 2020-08-12 13:15:45 +0000
  • b2b14cb176 minor cleanup, no change in functionality marcobaye 2020-08-12 12:31:06 +0000
  • b03b217979 disabled all indexed addressing for m65's "quad" mode, except for LDQ. marcobaye 2020-07-29 23:30:33 +0000
  • 3db33bafb5 nmos6502 mode now also accepts ALR mnemonic (alias for ASR) marcobaye 2020-07-28 23:08:07 +0000
  • 26168e6752 small change in tests, improved 65816 register length checking marcobaye 2020-07-28 13:13:26 +0000
  • 2acece9c60 added test script marcobaye 2020-07-28 12:57:26 +0000
  • 6dd15f7116 added BITQ and ASRQ to m65 cpu. marcobaye 2020-07-27 23:37:36 +0000
  • f87ddbb5e6 added last cpu test source and expected output marcobaye 2020-07-27 22:58:10 +0000
  • 32d59eafa3 still more test sources and expected outputs marcobaye 2020-07-27 22:09:27 +0000
  • a3d36ca156 more test sources and expected outputs marcobaye 2020-07-27 21:25:39 +0000
  • 78390cb632 added more test sources marcobaye 2020-07-27 19:47:07 +0000
  • 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 +0000
  • 62dd48ab9f fixed another typo in docs marcobaye 2020-07-17 13:19:38 +0000
  • b8f9bb9d36 minor changes only (FIXMEs and docs) marcobaye 2020-07-17 11:47:05 +0000
  • ca08a1d150 started work on !watch and !trace (commented out), minor cleanup, no changes in functionality marcobaye 2020-07-12 18:46:06 +0000
  • eb138ae785 added experimental support for 16MiB outbuf using "--test" marcobaye 2020-07-04 13:43:20 +0000
  • 70b9ee222d tweaked docs and removed some comments, no change in functionality marcobaye 2020-06-30 09:24:30 +0000
  • a7dd713d93 cleaned up list of cpu types and added opcode table(s) for m65 cpu marcobaye 2020-06-29 15:10:42 +0000
  • a534d9c28a put hashbang info in change log marcobaye 2020-06-29 09:55:58 +0000
  • 94f36db2e5 added support for hashbang lines (if file starts with '#', line is ignored) marcobaye 2020-06-29 09:53:03 +0000
  • 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 +0000
  • ecca1552d0 added another test program marcobaye 2020-06-28 22:14:41 +0000
  • d0c824c60a added library file for easy splitting of tables into low and high bytes marcobaye 2020-06-28 18:59:08 +0000
  • 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 +0000
  • ca6b6d8771 rewritten docs/Upgrade.txt marcobaye 2020-06-28 12:18:35 +0000
  • 7038cecfec fixed error in docs/Errors.txt marcobaye 2020-06-28 09:24:56 +0000
  • 8f432f6aa7 docs only marcobaye 2020-06-28 00:30:43 +0000
  • 9d637eee25 comments only, no change in functionality marcobaye 2020-06-28 00:05:35 +0000
  • c85081cbe4 allowed # characters in MVP/MVN syntax marcobaye 2020-06-26 10:45:20 +0000
  • 296ecefa6c explained more errors in docs marcobaye 2020-06-23 15:30:49 +0000
  • a5851cd51a removed a few lines that are not really needed marcobaye 2020-06-22 22:24:28 +0000
  • 6c869568cd amended last change, now depends on v0.97 marcobaye 2020-06-22 20:40:38 +0000
  • 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 +0000
  • 9f5ac5b212 fixed buffer overrun when printing long ints on 64bit machines marcobaye 2020-06-22 13:39:27 +0000
  • 1441da12ac removed useless code concerning FITS_BYTE flag marcobaye 2020-06-22 11:09:43 +0000
  • cf167a34e4 added alternative expected output for trigonometric example marcobaye 2020-06-22 11:08:53 +0000
  • be72f71faa simplified state machine of expression parser marcobaye 2020-06-21 22:30:06 +0000
  • 89344d34ee added more auto-conversions from 1-char-strings to integer marcobaye 2020-06-21 19:51:55 +0000
  • 1261960cad adjusted docs (added !WHILE, ELSE IF, etc) marcobaye 2020-06-21 19:06:12 +0000
  • 7f736ceccb added "nmos6502" as an alias for "6510" marcobaye 2020-06-21 17:24:38 +0000
  • 3039db71e6 made sure stuff like LDA#"X" keeps working in future version marcobaye 2020-06-21 16:19:05 +0000
  • b8679e7f06 added is_number(), is_list() and is_string() functions marcobaye 2020-06-21 15:25:37 +0000
  • ceabdfb4a0 added backslash sequences \0, \t, \n and \r marcobaye 2020-06-21 15:21:27 +0000
  • 85f0c32ff4 fixed convert-to-lower-case function so keywords may contain underscore in future marcobaye 2020-06-21 15:16:38 +0000
  • 5b37c4d24e cleanup (moved functions between files; no change in functionality!) marcobaye 2020-06-20 16:45:37 +0000
  • beb875ff2b refactored (added a union) marcobaye 2020-06-20 16:11:08 +0000
  • 562ce98f75 changing a list now needs !set marcobaye 2020-06-20 14:54:43 +0000
  • fc913eefb6 adjusted docs to future syntax change marcobaye 2020-06-20 13:57:16 +0000
  • 28e196caab added <m65/std.a> to library, with macro to load 32-bit immediate constant marcobaye 2020-06-19 22:35:23 +0000
  • c3e651f4ca pseudo opcodes like !by, !wo, !tx and friends now accept lists marcobaye 2020-06-18 23:38:24 +0000
  • eca73fb335 simplified handling of special operators marcobaye 2020-06-18 10:15:53 +0000
  • 64aa52da35 fixed operator priority bug (see test program added in svn rev 232) marcobaye 2020-06-17 00:37:19 +0000
  • 326f36fd4f refactoring, about to remove "try to reduce stacks" state marcobaye 2020-06-16 23:51:22 +0000
  • c2978f7e15 "unpseudopc" operator & now also works with program counter * marcobaye 2020-06-16 23:12:44 +0000
  • f9a2f5f698 got rid of DEFINED flag by making UNDEFINED its own number type marcobaye 2020-06-16 22:44:54 +0000
  • 929fefe0e6 added opcode table for NMOS6502 cpu marcobaye 2020-06-16 12:29:48 +0000
  • b32320d5f3 comments only marcobaye 2020-06-16 10:46:07 +0000
  • 430b225208 added failing test program, fix will follow realsoonnow(tm) marcobaye 2020-06-15 13:05:14 +0000
  • f64780a3bd added typedef for "bits" marcobaye 2020-06-14 00:26:38 +0000
  • 2671eef384 added a bunch of "const" marcobaye 2020-06-13 23:18:51 +0000
  • 1199c75025 more test programs marcobaye 2020-06-13 23:12:06 +0000
  • 4643e841f9 symbol assignment refactoring seems to be finished now marcobaye 2020-06-13 23:11:10 +0000
  • 395dcf55f3 fixed a dependency in Makefiles marcobaye 2020-06-13 22:42:14 +0000
  • 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 +0000
  • ec2b7515ca fixed bugs: trig functions did not clear FITS_BYTE flag, comparisons did not set it! marcobaye 2020-06-10 13:12:25 +0000
  • 7c82984075 added test source for expression parser marcobaye 2020-06-09 22:51:45 +0000
  • da12925408 started checking in test sources marcobaye 2020-06-09 18:52:49 +0000
  • 0588f0fffe improved error handling of "--cpu" and "--format" switches. started putting m65 in docs. marcobaye 2020-06-09 15:58:48 +0000
  • 1f74a6b8fd comments only marcobaye 2020-06-08 17:25:50 +0000
  • a165279e88 changed symbol usage counter to "has been read" boolean marcobaye 2020-06-08 17:01:17 +0000
  • 93cea56d88 fixed bug introduced in svn rev 214 ("Too late for postfix" error) marcobaye 2020-06-07 13:05:01 +0000
  • b17203faa7 lists can now be concatenated using '+' marcobaye 2020-06-06 12:01:44 +0000
  • 77e945ce88 symbol assigment refactoring nearing completion... marcobaye 2020-06-05 15:15:12 +0000
  • 02a35ac468 more refactoring marcobaye 2020-06-05 09:51:10 +0000
  • 61d5144faa removed unused vars marcobaye 2020-06-05 08:57:09 +0000
  • 00d0462f74 refactored symbol assignment (unfinished) marcobaye 2020-06-05 01:11:51 +0000
  • 72fc28e84c comments only marcobaye 2020-06-04 14:31:15 +0000
  • 9db5ad6fdb first step to refactor symbol assignments marcobaye 2020-06-03 16:30:13 +0000
  • 7a0f9f9528 disabled NOP mnemonic on m65 cpu marcobaye 2020-06-03 11:02:16 +0000
  • 5ea2a03174 removed warning about decimal mode from m65 cpu marcobaye 2020-06-03 00:51:09 +0000
  • f164b737ad in 6510 mode, DOP/TOP can now also be written as NOP marcobaye 2020-06-02 15:09:36 +0000
  • 8c751f3552 removed 0.93 dialect, as it was buggy and not really useful marcobaye 2020-06-01 17:49:46 +0000
  • 8a3bdb265f added "--dialect" CLI switch to set which older version to mimic marcobaye 2020-05-31 20:55:38 +0000
  • 8e4857de4c can now mimic older versions, but still needs a CLI switch to select one marcobaye 2020-05-31 15:04:12 +0000
  • c03d1145f6 made warning about "pointer at $ff" depend on cpu flag marcobaye 2020-05-31 13:07:40 +0000
  • 64a29e4504 amended docs on illegals marcobaye 2020-05-31 13:04:21 +0000
  • 47b1fab4fe more work to be able to mimic older versions marcobaye 2020-05-29 23:33:03 +0000
  • 9bbac556d3 worked on error messages marcobaye 2020-05-29 22:03:04 +0000
  • af4a918f18 comments only marcobaye 2020-05-29 16:53:13 +0000
  • 5bcb80ac47 moved stuff around marcobaye 2020-05-29 14:30:03 +0000
  • 8169cf6e06 changed 6510 to nmos6502 internally marcobaye 2020-05-29 13:04:28 +0000
  • 8c8f425559 some renaming/cleanup marcobaye 2020-05-29 10:57:01 +0000
  • 2ad075911b enabled !while and new warning about parentheses marcobaye 2020-05-28 18:43:49 +0000