]>
Witch of Git - jade-rose/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Cassie Jones [Wed, 15 Jan 2020 02:11:34 +0000 (21:11 -0500)]
Implement wrappers for web
Cassie Jones [Mon, 13 Jan 2020 15:42:28 +0000 (10:42 -0500)]
Update spec
Cassie Jones [Mon, 13 Jan 2020 15:41:47 +0000 (10:41 -0500)]
Add disassembler, update spec
Cassie Jones [Sun, 12 Jan 2020 00:35:23 +0000 (19:35 -0500)]
Add instruction formatter
Cassie Jones [Sat, 11 Jan 2020 23:29:53 +0000 (18:29 -0500)]
Add support for binary, hex, and octal literals
Cassie Jones [Sat, 11 Jan 2020 22:31:19 +0000 (17:31 -0500)]
Add decoding with proptest round-trip test
Cassie Jones [Sat, 11 Jan 2020 12:20:21 +0000 (07:20 -0500)]
Add a very basic assembler utility
Cassie Jones [Sat, 11 Jan 2020 11:57:34 +0000 (06:57 -0500)]
Add parser and encoder tests, fix a parser bug
We test the parser by parsing an instruction, and then encoding it back
to binary, printed nicely. The test cases are generated by looking at
the spec table.
The parser was incorrectly parsing LD2U as ST2U. Fixed.
Cassie Jones [Sat, 11 Jan 2020 11:10:33 +0000 (06:10 -0500)]
Add an instruction parser
Cassie Jones [Sat, 11 Jan 2020 08:52:38 +0000 (03:52 -0500)]
Add instruction encoder
Cassie Jones [Sat, 11 Jan 2020 07:42:32 +0000 (02:42 -0500)]
Add Reg constructor
Cassie Jones [Sat, 11 Jan 2020 06:50:31 +0000 (01:50 -0500)]
Add encode and decode traits
Cassie Jones [Sat, 11 Jan 2020 06:44:06 +0000 (01:44 -0500)]
Add instruction datatype
Cassie Jones [Sat, 11 Jan 2020 05:58:12 +0000 (00:58 -0500)]
Add Jordan Rose's ISA spec