Commit Graph

85 Commits

Author SHA1 Message Date
michaelizer b463062562
Update README.md 2018-06-06 01:46:29 -04:00
Bobbi Webber-Manners e3f5558b00 v074: comp command now accepts argument for bytecode filename 2018-06-01 16:44:21 -04:00
Bobbi Webber-Manners a79611f6d8 README.md - renaming of executables 2018-05-28 14:50:28 -04:00
Bobbi Webber-Manners 456edf8497 Updated README.md to reflect change to names of executables 2018-05-28 14:44:02 -04:00
Bobbi Webber-Manners 09296759fb Updated to reflect renamed disk images. 2018-05-27 17:08:13 -04:00
Bobbi Webber-Manners 27cc69a155
Clarified Apple II compatibility 2018-05-27 13:57:26 -04:00
Bobbi Webber-Manners 7488d7b05c
Added brief notes about bytecode disassembler 2018-05-21 15:25:13 -04:00
Bobbi Webber-Manners f94f6117bc
Added new VM opcodes. 2018-05-21 14:35:59 -04:00
Bobbi Webber-Manners 3e68d8e58b
Added DISC VM instruction to table 2018-05-18 20:52:00 -04:00
Bobbi Webber-Manners 0ca0350333
Added link to Wiki 2018-05-18 20:48:30 -04:00
Bobbi Webber-Manners 7acdb899cd
Added reference to the Wiki 2018-05-18 20:47:39 -04:00
Bobbi Webber-Manners 5dc202ec2a
Added docs on pr.ch (was missing) 2018-05-13 15:40:07 -04:00
Bobbi Webber-Manners 43d45a06dd
Fixed sieve example code - was out of date 2018-05-11 21:05:28 -04:00
Bobbi Webber-Manners 964032ae28
Updated sieve example to use const 2018-05-11 21:03:58 -04:00
Bobbi Webber-Manners 115c9e0f72
Added note about char literals being ASCII 2018-05-11 01:10:31 -04:00
Bobbi Webber-Manners 19e341675e
Added documentation on const 2018-05-11 00:58:43 -04:00
Bobbi Webber-Manners cb11857832
Added missing parenthesis 2018-05-08 19:52:43 -04:00
Bobbi Webber-Manners ad137a39eb
Formatting fixup 2018-05-08 18:53:39 -04:00
Bobbi Webber-Manners ebdc59b8b5
Minor fixes to array initializer section 2018-05-05 01:07:01 -04:00
Bobbi Webber-Manners 5d66a25b01
Formatting fix 2018-05-05 01:05:16 -04:00
Bobbi Webber-Manners 4e4501e0b4
A few more notes about array initializers 2018-05-05 00:02:29 -04:00
Bobbi Webber-Manners 2dc7af0076
Documented new array initializers 2018-05-04 22:28:34 -04:00
Bobbi Webber-Manners 7cdaccab52
Updated sieve example source 2018-05-03 21:15:14 -04:00
Bobbi Webber-Manners 2d90634e2a
'Naked' array name evaluates to address 2018-05-03 20:02:20 -04:00
Bobbi Webber-Manners da72878d33
Array pass-by-reference now works in compiler 2018-05-03 19:56:08 -04:00
Bobbi Webber-Manners 456c7259d7
Added documentation for character constants. 2018-05-03 10:22:45 -04:00
Bobbi Webber-Manners d4810980a8
Updated - constant exprs are now OK for array dims 2018-05-03 01:17:43 -04:00
Bobbi Webber-Manners 5a4fa67d1b
Added ATOR VM instruction. 2018-05-02 22:25:44 -04:00
Bobbi Webber-Manners f22f303c80
Added documentation on `mode` statement 2018-05-02 20:30:07 -04:00
Bobbi Webber-Manners 17e49979c7
Fixed formatting typo 2018-05-02 18:55:59 -04:00
Bobbi Webber-Manners ac0279cf91
Updated information on internals (memory mgmt) 2018-05-02 18:55:14 -04:00
Bobbi Webber-Manners 2dc9bfc4f9
Fixed link to wiki? 2018-05-02 15:03:05 -04:00
Bobbi Webber-Manners 94367b05db
Added link to wiki 2018-05-02 15:02:25 -04:00
Bobbi Webber-Manners 0d7d73d74e
Added roadmap section. 2018-05-02 15:00:36 -04:00
Bobbi Webber-Manners 5e19f57bac
Added section on Data Types 2018-05-01 21:08:00 -04:00
Bobbi Webber-Manners 82aec409d5
Removed references to the wiki. 2018-05-01 20:49:47 -04:00
Bobbi Webber-Manners 4d506a06da
Finished section on compiler internals (for now) 2018-05-01 20:38:02 -04:00
Bobbi Webber-Manners b676a6915d
Fixed example code to be legal! 2018-05-01 20:25:20 -04:00
Bobbi Webber-Manners c7081c357a
Additional info on internals 2018-05-01 20:21:39 -04:00
Bobbi Webber-Manners fd807e0346
Improved example code a bit 2018-05-01 17:52:48 -04:00
Bobbi Webber-Manners bdcb01e7a9
Added yet another example. 2018-05-01 17:49:30 -04:00
Bobbi Webber-Manners 6c6eafffd5
Additional example, clarification. 2018-05-01 17:44:03 -04:00
Bobbi Webber-Manners 46e0f0ce71
Added mention of endsub. 2018-05-01 17:39:02 -04:00
Bobbi Webber-Manners 8b4488ece4
Added example on locals hiding globals 2018-05-01 17:29:50 -04:00
Bobbi Webber-Manners 8f29e9d968
Minor improvements to subroutine section 2018-05-01 17:22:00 -04:00
Bobbi Webber-Manners 27a1a9eb44
Added clarification that it is :l, not :1 2018-05-01 17:17:19 -04:00
Bobbi Webber-Manners f90b88dad5
Minor change to text. 2018-05-01 17:11:00 -04:00
Bobbi Webber-Manners 5571265666
Added Hello World. Just coz. 2018-05-01 17:09:07 -04:00
Bobbi Webber-Manners 8d927c9104
Formatting fix. 2018-05-01 16:44:21 -04:00
Bobbi Webber-Manners 567edfa382
Improved description of the project. 2018-05-01 16:43:11 -04:00