summaryrefslogtreecommitdiff
path: root/tool/p8bin2hex.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-05-09Keyboard input.Julian Blake Kongslie2-5/+35
2021-05-07Delete no-longer-used hex file for pre-PDP-8 ISA.Julian Blake Kongslie1-125/+0
2021-05-02Add a bunch of microcoded instructions.Julian Blake Kongslie2-11/+103
This is a minimum viable PDP-8 that can print "Hello, world!" and halt.
2021-04-18Fix a few trivial errors with vector sizes, state names, and syntax.Julian Blake Kongslie1-4/+4
2021-04-18PDP-8 memory opcodesJulian Blake Kongslie1-84/+92
2021-04-18Less noisy file format conversion.Julian Blake Kongslie1-14/+4
2021-04-18Support a proper PDP-8 assembler.Julian Blake Kongslie6-72/+333
2021-04-18Move the core logic out of the top module.Julian Blake Kongslie2-219/+232
2021-04-15Change synthesis of PLL wrapper to avoid latch logic.pre-dp-8Julian Blake Kongslie2-32/+20
2021-04-15Fix timing declarations for PLL in Quartus assignments.Julian Blake Kongslie2-1/+2
2021-04-15More makefile corrections/simplifications for quartus on Linux.Julian Blake Kongslie1-4/+4
2021-04-15Properly quote quartus_pgm commandline.Julian Blake Kongslie1-1/+1