Commit Graph

52 Commits

Author SHA1 Message Date
Seth Morabito fccda1da6b
Merge pull request #1 from domesticmouse/patch-1
Tidying up markdown links
2018-07-03 07:20:07 -07:00
Brett Morgan 8c8fa00632
Tidying up markdown links 2018-07-03 16:50:51 +10:00
Seth Morabito 8034e97620 Full BASIC support 2014-07-27 15:32:32 -07:00
Seth Morabito 9e7042f604 First pass at integrating BASIC 2014-07-27 13:50:37 -07:00
Seth Morabito 1a39525929 Fix crlf issue 2014-07-26 23:53:37 -07:00
Seth Morabito 4b1053447a Move some addresses around
Avoid conflicts with Enhanced 6502 BASIC memory addresses.
2014-07-26 14:12:03 -07:00
Seth Morabito 9737fd2119 Formatting 2014-07-25 19:09:47 -07:00
Seth Morabito 26b9dcf1f9 Added TODO to Readme 2014-07-25 19:08:39 -07:00
Seth Morabito 5172e4c58f Comments; Better loop 2014-07-13 10:30:44 -07:00
Seth Morabito 4ac7edf4bb Fix for PRTBLE 2014-07-12 19:57:08 -07:00
Seth Morabito a94fea5631 Added PRTBLE (Printable) routine 2014-07-12 19:47:44 -07:00
Seth Morabito a05e2dad6d Enforce maximum length of input buffer 2014-07-12 19:41:25 -07:00
Seth Morabito 7f421cc0d0 Deposit of multiple bytes per line 2014-07-12 19:34:30 -07:00
Seth Morabito 719bce0801 Improved error handling 2014-07-11 22:57:01 -07:00
Seth Morabito f3368c83ee Prevent illegal deposits 2014-07-11 17:52:21 -07:00
Seth Morabito f7ead18925 Fix for 1-nibble address bug 2014-07-11 17:48:16 -07:00
Seth Morabito f28dd3a19c Cleanup 2014-07-11 17:24:07 -07:00
Seth Morabito 02d6b00f1d Check for valid range in Examine 2014-07-10 22:43:02 -07:00
Seth Morabito 4fdcc56961 Cross-page examine 2014-07-10 21:47:35 -07:00
Seth Morabito 3eae217844 Better range examination 2014-07-10 17:32:30 -07:00
Seth Morabito db82ee4c33 Fix bug with help command 2014-07-10 16:31:24 -07:00
Seth Morabito 8edcee9845 Implemented very messy range examine 2014-07-10 16:22:47 -07:00
Seth Morabito 1d37eba4d9 Added HELP and GO commands 2014-07-10 14:51:09 -07:00
Seth Morabito 087c84efa3 Better comments 2014-07-08 20:33:03 -07:00
Seth Morabito 5e3291c2ac Fix bug with spaces at end of line 2014-07-08 20:27:07 -07:00
Seth Morabito e6dea2623b Formatting 2014-07-08 19:59:38 -07:00
Seth Morabito 0c3fa1c49b Comment change 2014-07-08 19:57:10 -07:00
Seth Morabito 40f9a6d282 Further refactoring 2014-07-08 19:56:47 -07:00
Seth Morabito 9406d80b95 Operand refactor 2014-07-08 19:48:34 -07:00
Seth Morabito 0a91b9b2e9 Rename some symbols and labels 2014-07-08 19:25:11 -07:00
Seth Morabito e4f3eaccdd Implementation of D (Deposit) 2014-07-07 23:35:14 -07:00
Seth Morabito 64c75bf772 Find up to 2 operands 2014-07-07 23:24:32 -07:00
Seth Morabito c9402f842a Comments 2014-07-07 23:07:30 -07:00
Seth Morabito 24caf0f7ca Fix pointer/token end bug 2014-07-07 22:02:04 -07:00
Seth Morabito b0495c3bde Add loop to parse routine 2014-07-07 21:24:42 -07:00
Seth Morabito 548c0ff737 Use Y only instead of X in parsing 2014-07-07 21:16:34 -07:00
Seth Morabito 169c2ef4ad Rename TKST 2014-07-07 21:13:58 -07:00
Seth Morabito cf709fac63 Add token start&end ptrs 2014-07-07 21:08:27 -07:00
Seth Morabito db4281d0d0 Even more comments 2014-07-06 20:08:16 -07:00
Seth Morabito bbde11d546 Better commenting 2014-07-06 20:00:31 -07:00
Seth Morabito 9191ce9ce5 Functional examine (E) command 2014-07-06 19:41:53 -07:00
Seth Morabito e9eeb7d33a Prep for command handling 2014-07-06 14:02:43 -07:00
Seth Morabito 7bd7929ffa Store IBUF length on enter 2014-07-06 13:58:16 -07:00
Seth Morabito 419705bc8b Store input in memory 2014-07-06 12:18:49 -07:00
Seth Morabito 8edf8d5282 Comment fixes 2014-07-05 23:09:16 -07:00
Seth Morabito e42910ee9f Macro formatting 2014-07-03 21:20:16 -07:00
Seth Morabito 024c490f29 Added banner, CIN and prompt loop 2014-07-03 21:19:19 -07:00
Seth Morabito 785130f1ba Added STOUT routine and STR macro 2014-07-03 20:56:00 -07:00
Seth Morabito d96972973f Print 'hello 6502 world' 2014-07-03 17:15:26 -07:00
Seth Morabito ee5c2735e3 Console output 2014-07-03 15:55:57 -07:00