1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2024-11-26 14:49:15 +00:00
Commit Graph

66 Commits

Author SHA1 Message Date
Chris Pressey
f92056d640 REBOOT the entire language & implementation as version 0.2-PRE. 2015-10-16 09:30:24 +01:00
Chris Pressey
c06e2ba2b6 Fix a few small typo's. 2015-05-29 15:23:40 +01:00
Cat's Eye Technologies
cfd99c69e2 Tweaks to README. 2014-04-26 14:41:33 +01:00
Cat's Eye Technologies
ad1e159317 Character tables. Emit tables properly. 2014-04-12 13:55:08 +01:00
Cat's Eye Technologies
7a3b3b1b25 Initial values for reserved tables; checks length is right. 2014-04-12 13:38:11 +01:00
Cat's Eye Technologies
f9d0c8173d Handle tricky case of abs.interp.'ing a repeat loop. 2014-04-12 13:07:46 +01:00
Cat's Eye Technologies
2607e408d5 Update notes in README. 2014-04-12 12:55:33 +01:00
Cat's Eye Technologies
6095aefc5e Add BSD-style licensing. 2014-04-12 12:37:49 +01:00
Cat's Eye Technologies
aaec12d5e5 Initial, awkward support for block-level declarations, including a failing test. 2014-04-11 22:50:03 +01:00
Cat's Eye Technologies
9532a9399c byte table -> byte[SIZE], and you can reserve them. 2014-04-11 21:47:18 +01:00
Cat's Eye Technologies
9a0896c90f Explicit with syntax. 2014-04-11 21:26:27 +01:00
Cat's Eye Technologies
c8ddbd8edf Uninitialized reserved storage becomes .space in .data segment. 2014-04-11 21:05:00 +01:00
Cat's Eye Technologies
aacfb02375 reserved storage locations can have initial values. 2014-04-11 20:35:45 +01:00
Cat's Eye Technologies
2fb9621a04 Switch to C++/Javascript-style comments, in whitespace production. 2014-04-11 16:21:54 +01:00
Cat's Eye Technologies
81526ec834 Poisoning high/low byte of word poisons the word. 2014-04-04 19:06:58 +01:00
Cat's Eye Technologies
56f8407b55 Merge contexts from both branches of an if. 2014-04-04 18:27:51 +01:00
Cat's Eye Technologies
e3c257f4b9 Test for previous feature. 2014-04-04 17:14:31 +01:00
Cat's Eye Technologies
240fd49ac3 named_location production; syntax is "asl .a" now 2014-04-04 17:09:50 +01:00
Cat's Eye Technologies
37215cb72a Always emit main first. 2014-04-04 16:54:25 +01:00
Cat's Eye Technologies
c66b339181 Spiffy up the README, move meaty stuff into docs. 2014-04-04 15:32:47 +01:00
Cat's Eye Technologies
023038833c Beginnings of rework on the analyzer. 2014-04-04 13:06:12 +01:00
Cat's Eye Technologies
0850162d43 Improve game slightly. Add foldRoutine*, use in checker. 2014-04-03 20:29:43 +01:00
Cat's Eye Technologies
569de53797 A refactor 2014-04-03 19:30:40 +01:00
Cat's Eye Technologies
571b3d403b Fix jmp (vector) syntax. Filename extension is .60p.
--HG--
rename : eg/cinv.60pical => eg/cinv.60p
rename : eg/demo.60pical => eg/demo.60p
rename : eg/hi.60pical => eg/hi.60p
rename : eg/screen.60pical => eg/screen1.60p
rename : eg/screen2.60pical => eg/screen2.60p
rename : eg/screen3.60pical => eg/screen3.60p
2014-04-03 18:52:58 +01:00
Cat's Eye Technologies
55a5ee85e3 Support most of the rest of the instructions. 2014-04-03 17:57:30 +01:00
Cat's Eye Technologies
de414ee714 Add failing test for remaining opcodes. 2014-04-03 14:30:27 +01:00
Cat's Eye Technologies
d8d3b283bf Move tests to own files in doc. 2014-04-03 13:32:06 +01:00
Cat's Eye Technologies
e8e9e00a19 Use words in demo. 2014-04-02 21:37:23 +01:00
Cat's Eye Technologies
f5df4e5680 typematching 2014-04-02 20:50:35 +01:00
Cat's Eye Technologies
c9c2d9345f Low, high bytes of word. 2014-04-02 20:11:30 +01:00
Cat's Eye Technologies
249d29b695 addressing_mode gen 2014-04-02 20:02:20 +01:00
Cat's Eye Technologies
a68f8a97d6 checkProgram wasn't deeply evaluating the thing. Merge stuff. 2014-04-02 19:25:41 +01:00
Cat's Eye Technologies
061a1661dd Indexed indirect. For a relaxing demo. 2014-04-02 17:48:44 +01:00
Cat's Eye Technologies
1cf166f0db Allow comments. 2014-04-02 17:10:21 +01:00
Cat's Eye Technologies
159d3835be Parse hex values. 2014-04-02 14:40:01 +01:00
Cat's Eye Technologies
61378f5a88 Put data at end, no need for jmp main 2014-04-02 13:53:56 +01:00
Cat's Eye Technologies
fe1acb11db BASIC header not sixtypical's responsibility. 2014-04-02 13:47:02 +01:00
Cat's Eye Technologies
f9f8cfc0ca Beginning of work on externals. 2014-04-02 09:19:53 +01:00
Cat's Eye Technologies
60287c3850 sbc ora 2014-04-02 09:11:39 +01:00
Cat's Eye Technologies
1aea850043 lda,y sta,y adc and 2014-04-02 09:05:30 +01:00
Cat's Eye Technologies
128fbcf531 lda screen, x 2014-04-01 23:47:10 +01:00
Cat's Eye Technologies
2e186c763d Byte tables. And checking for same. 2014-04-01 23:22:38 +01:00
Cat's Eye Technologies
22d061fb73 No duplicate routine names, jmps must be to vectors. 2014-04-01 22:29:50 +01:00
Cat's Eye Technologies
cb0fe91a8a Wow, we have an interrupt handler. Well, a cinv. Good enough! 2014-04-01 22:05:02 +01:00
Cat's Eye Technologies
c441f96921 Re-introducing specialform jmp vector. Inching towards okayness. 2014-04-01 21:06:35 +01:00
Cat's Eye Technologies
9ae3a621b6 Beginnings of vector type addresses. 2014-04-01 20:34:16 +01:00
Cat's Eye Technologies
91d11c25b6 Loop numbering. Dear god, loop numbering. 2014-04-01 19:44:45 +01:00
Cat's Eye Technologies
629f8bd398 Initial work on if/repeat numbering. 2014-04-01 18:45:17 +01:00
Cat's Eye Technologies
4cceb05256 Immediate mode versions of ldx, ldy, cmp, cpx, cpy. 2014-04-01 18:34:41 +01:00
Cat's Eye Technologies
54f7fe34ef Immediate and absolute parser helper parser combinators. 2014-04-01 18:23:04 +01:00