summaryrefslogtreecommitdiff
path: root/mem (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a few more binaries to play with.Julian Blake Kongslie2021-05-092-0/+0
* Keyboard input.Julian Blake Kongslie2021-05-091-3/+10
* Delete no-longer-used hex file for pre-PDP-8 ISA.Julian Blake Kongslie2021-05-071-125/+0
* Support a proper PDP-8 assembler.Julian Blake Kongslie2021-04-182-0/+147
* Add UART receive opbit.Julian Blake Kongslie2021-04-072-4/+25
* Change the null byte from no-op to halt.Julian Blake Kongslie2021-04-051-1/+1
* Use the assembler for allocating static storage in the Fib program.Julian Blake Kongslie2021-04-051-51/+51
* Remove idx, add indirect jumps, renumber opcodes so NOP=0, add absolute label...Julian Blake Kongslie2021-04-041-70/+84
* Add indirect memory operations.Julian Blake Kongslie2021-04-041-2/+3
* Very fancy improved Fibonacci machine, with HDL convert-to-ASCII functionalityJulian Blake Kongslie2021-04-041-12/+66
* Streamlined the Fibonacci program somewhat.Julian Blake Kongslie2021-03-301-17/+10
* Add a Fibonacci sequence to the end of output (no ASCII conversion yet)Julian Blake Kongslie2021-03-291-12/+19
* Trivial assembler.Julian Blake Kongslie2021-03-291-10/+7
* Trivial cleanup of initial memory image.Julian Blake Kongslie2021-03-291-2/+1
* Some more interesting opcodes.Julian Blake Kongslie2021-03-281-15/+38
* Initial commit.Julian Blake Kongslie2021-03-282-0/+21