]> Witch of Git - jade-mouse/log
jade-mouse
4 years agoImplement mov and add tests
Cassie Jones [Sat, 11 Jan 2020 04:32:01 +0000 (23:32 -0500)]
Implement mov and add tests

4 years agoRun cargo fmt
Cassie Jones [Sat, 11 Jan 2020 03:37:27 +0000 (22:37 -0500)]
Run cargo fmt

4 years agoStart adding framework for encoding and decoding
Cassie Jones [Sat, 11 Jan 2020 03:25:15 +0000 (22:25 -0500)]
Start adding framework for encoding and decoding

4 years agoStart adding the toolchain
Cassie Jones [Sat, 11 Jan 2020 03:03:02 +0000 (22:03 -0500)]
Start adding the toolchain

The toolchain project will include an instruction set simulator, an
assembler, etc.

4 years agoAdd instruction program synthesis
Cassie Jones [Sat, 11 Jan 2020 02:51:58 +0000 (21:51 -0500)]
Add instruction program synthesis

This is inspired by Whitequark's work with program synthesis in Rosette.
I used it for generating wider shifts to gain some confidence that I
don't need instructions that use the carry.

4 years agoAdd a revision of the ISA design
Cassie Jones [Sat, 11 Jan 2020 02:44:15 +0000 (21:44 -0500)]
Add a revision of the ISA design