1
0
mirror of https://github.com/rzzzwilson/pymlac.git synced 2025-06-10 09:32:41 +00:00

283 Commits

Author SHA1 Message Date
Ross Wilson
0329a05e57 Initial commit. Issue #8 2016-02-21 13:16:38 +07:00
Ross Wilson
e7a1ec0ee0 Added to display opcode tests 2016-02-20 16:22:44 +07:00
Ross Wilson
7346b3c7f3 Fixed bugs handling INC mode 2016-02-20 16:22:30 +07:00
Ross Wilson
7770ff64bc Document SVM byte commands better 2016-02-19 12:34:17 +07:00
Ross Wilson
0b2ac0acfd Made test_harness use only *.asm files 2016-02-19 12:13:47 +07:00
Ross Wilson
90f2932998 Cleanup and add more harness checking 2016-02-19 12:11:34 +07:00
Ross Wilson
c7454d6396 Extending display code tests 2016-02-17 16:29:52 +07:00
Ross Wilson
08f843a311 Fixed small error in display code 2016-02-17 15:21:49 +07:00
Ross Wilson
9834bc77e8 Changes reverted 2016-02-16 20:10:36 +07:00
Ross Wilson
30e906536b Start testing display opcodes 2016-02-16 20:10:04 +07:00
Ross Wilson
9c845baa2c Finished main opcode test 2016-02-16 20:09:39 +07:00
Ross Wilson
f84aae1a06 Fixed bad code for PUN opcode 2016-02-16 20:09:24 +07:00
Ross Wilson
08bb2c02cc Don't know, maybe moved a page? 2016-02-16 20:08:21 +07:00
Ross Wilson
92709617a9 Start test case for main opcodes 2016-02-16 18:12:48 +07:00
Ross Wilson
7a3b610e92 Cleanup and added ASCIIZ test 2016-02-15 15:15:45 +07:00
Ross Wilson
26a8d7b54e Fixed bug with ASCIIZ 2016-02-15 15:15:22 +07:00
Ross Wilson
c56a275f10 Implemented 'expected fail' in tests 2016-02-15 14:51:59 +07:00
Ross Wilson
35a2dc2e8f Fixed bug in ASCII handling 2016-02-14 10:43:39 +07:00
Ross Wilson
083471f5d3 Example code for the wiki 2016-02-14 10:43:18 +07:00
Ross Wilson
6df2cdcd11 Allow value syntax in test comments 2016-02-13 17:29:53 +07:00
Ross Wilson
fd03f7576e Added labels 2016-02-13 12:30:42 +07:00
Ross Wilson
9c1c70240e Test comment marker is now ';|' 2016-02-13 11:43:59 +07:00
Ross Wilson
61661f050f Added description of test files 2016-02-10 12:46:42 +07:00
Ross Wilson
c76fe7910c Added description of test files 2016-02-10 12:45:21 +07:00
Ross Wilson
e5d66b8f9a Added description of test files 2016-02-10 12:43:34 +07:00
Ross Wilson
cdac4902d2 Added description of test files 2016-02-10 12:41:43 +07:00
Ross Wilson
10553f5945 Added description of test files 2016-02-10 12:40:42 +07:00
Ross Wilson
16231035ba Expanding tests to multiple ORG blocks 2016-02-10 12:26:37 +07:00
Ross Wilson
4e81b33f76 Better list file format 2016-02-10 12:26:00 +07:00
Ross Wilson
c631885246 Testing starting to work 2016-02-10 12:04:47 +07:00
Ross Wilson
50882d1f7a Initial commit 2016-02-09 15:08:35 +07:00
Ross Wilson
6e9e7468b5 Extending... 2016-02-09 15:08:27 +07:00
Ross Wilson
3c69189cc6 Handle empty input files 2016-02-09 15:07:58 +07:00
Ross Wilson
05bbefdaea Initial commit 2016-02-09 14:06:56 +07:00
Ross Wilson
2ac5112e01 Handling display instructions 2016-02-07 12:20:18 +07:00
Ross Wilson
b5e9536887 Display instructions test case 2016-02-07 12:20:05 +07:00
Ross Wilson
0ee38ced6c Got save asm/project working 2016-02-06 10:49:18 +07:00
Ross Wilson
3ecadf4494 Simpler: no start address 2016-02-05 10:45:33 +07:00
Ross Wilson
d2e1f30e7a Handling last block correctly 2016-02-05 10:45:17 +07:00
Ross Wilson
6c3144373c Now reading blocks correctly 2016-02-05 10:44:59 +07:00
Ross Wilson
0f026b295b Moving toward new blockloader code 2016-02-04 15:37:27 +07:00
Ross Wilson
f5ed1a6b9c Investigating checksum algorithms 2016-02-03 19:46:55 +07:00
Ross Wilson
685d049132 Reformatted display, blanks when dot changes 2016-02-02 15:26:06 +07:00
Ross Wilson
d272fbe944 Made 'checksum error' a warning 2016-02-02 15:25:27 +07:00
Ross Wilson
7593981532 Better docs in loder code listing 2016-02-01 16:51:58 +07:00
Ross Wilson
918cd9344c Handle 'bad checksum' error better 2016-02-01 16:51:27 +07:00
Ross Wilson
7af3a79f04 Try to figure out checksum algorithm 2016-02-01 16:50:42 +07:00
Ross Wilson
c880f9c0f6 Try to figure out the checksum algorithm 2016-02-01 16:49:56 +07:00
Ross Wilson
f836002b40 Added UTF tag, extending display 2016-01-31 15:53:49 +07:00
Ross Wilson
cffd27640a Fixed minor problem writing blocks 2016-01-30 18:08:09 +07:00