Merge branch 'master' of https://github.com/KylerOlsen/ytd_12-bit_computer
This commit is contained in:
commit
c9df9bd3e7
|
@ -7,8 +7,12 @@ It is a custom computer and instruction set architecture. It also has its own
|
||||||
assembly language with assembler written in Python. Custom high level language
|
assembly language with assembler written in Python. Custom high level language
|
||||||
currently in development.
|
currently in development.
|
||||||
|
|
||||||
|
The purpose of this project is for me to practice creating an ISA and a compiler and assembler tool chain for the platform. I also plan to possibly build a redstone computer in Minecraft that implements this ISA.
|
||||||
|
|
||||||
## ISA
|
## ISA
|
||||||
|
|
||||||
|
*See file `docs/12-bit ISA.ods`*
|
||||||
|
|
||||||
## Assembly Language
|
## Assembly Language
|
||||||
|
|
||||||
### Registers
|
### Registers
|
||||||
|
|
Loading…
Reference in New Issue