Commit Graph

9 Commits

Author SHA1 Message Date
Zellyn Hunter 5ae6c9cea7 reorganize langcard and shasum code 2017-01-05 21:47:49 -05:00
Zellyn Hunter 54710c10a0 shasum: Longer tests, slightly shorter code
Added tests for 0x1ff- and 0x200-length inputs. Also changed code that
sets k constants to use constant values, rather than copying, to save
a few bytes.
2016-10-10 20:54:50 -04:00
Zellyn Hunter 37de1f5cac shasum: working for 0x0, 0x37, or 0x100 ROM bytes 2016-09-28 22:45:57 -04:00
Zellyn Hunter 049df4a55f shasum: complete, but broken 2016-09-27 22:09:04 -04:00
Zellyn Hunter 5f66a516f7 shasum: asm and go versions now compute w[16:80] 2016-09-23 23:37:18 -04:00
Zellyn Hunter 18ab07be67 shasum: bug: make message length 64 bits, not 32 2016-09-21 21:58:40 -04:00
Zellyn Hunter 44777cbcdd shasum: clean up TODO comments 2016-09-18 23:26:30 -04:00
Zellyn Hunter c4a62b5c35 shasum: process input in chunks, w/ 1-bit + length
For now, just call `prbytes` on each chunk.
2016-09-18 23:19:26 -04:00
Zellyn Hunter c1664150da Initial commit: floating bus test
- Translated "Have an Apple Split" routine to assembly.
- Created build script to build autorunning floatbus.dsk disk image.
2016-09-12 21:52:46 -04:00