https://codeberg.org/TechPaula/DCJ11HackPlus This website requires JavaScript. Logo Logo Explore About FAQ Help Donate Register Sign in TechPaula/DCJ11HackPlus Watch 1 Star 0 Fork You've already forked DCJ11HackPlus 0 Code Issues Pull requests Activity DCJ11 Hack+ related boards and code 27 commits 1 branch 0 tags 31 MiB * HTML 97.8% * Assembly 2.2% main Find a file HTTPS [https://codeberg.org] Download ZIP Download TAR.GZ Download BUNDLE Open with VS Code Open with VSCodium Open with Intellij IDEA # Paula M a2b02d69e0 fixed broken image link 2026-03-26 19:30:39 +00:00 CPU Board Added 16x16 dotmatrix display PCB and 2024-08-13 test code 16:01:45 +01:00 Display I missed one jsr 2024-11-24 16x16 21:18:17 +00:00 Documents Added 16x16 dotmatrix display PCB and 2024-08-13 test code 16:01:45 +01:00 Example fixed a number of bugs and removed the 2024-11-24 Code use of r6 in places for JSR 21:13:54 +00:00 images Update README 2024-08-13 16:18:38 +01:00 Octal 2024-08-13 Display Updated Readme 16:06:41 +01:00 board RAMROMText working on GoL assembly code, 2024-11-23 Board 15:45:02 +00:00 .gitignore Auto stash before merge of "main" and 2024-02-04 "origin/main" 12:33:37 +00:00 README.md fixed broken image link 2026-03-26 19:30:39 +00:00 README.md DCJ11Hack+ DCJ11 Hack+ related boards, PAL code and example code by Paula Maddox http://maddoxp.pro I've decided to share my DCJ11 based board. It's based heavily on the word done by Beent Hilpert http://madrona.ca/e/pdp11hack/ but I wanted to able to add and remove functionality via a back plane. I've long admired this chip for no other reason than it looks so freekin' cool, I mean just look at it, it's gorgeous. Picture of DCJ11 PCB The Boards So far There is the main CPU board and also the RAM, ROM and text display board. You'll find the schematics and PCB files here and they were made in KiCAD. I've also included the PAL files for each of the PALs on the board (one on each board). Hopefully this will give you enough to get going. The text displays are mounted on the opposite side to the RAM/ROM chips as I wanted to be able to see the text and also be able to turn it to see the DCJ11 chip (did I say how gorgeous this chip is?). Picture of Displays PCB Now there's a 16x16 Dot Matrix display, it does have two levels of brightness (just two overlapping portions of 32 bytes of RAM), but the difference between dim and bright isn't very much. Picture of Displays PCB I got my backplane from eBay here - https://www.ebay.co.uk/itm/ 284367015211 and the same seller also does backplanes with more slots. When it powers up the chip jumps to it's "ODT" mode rather than running code, this was done to allow me to play around with thinngs and get an understanding of the chip. The default baud rate is 115200 and uses 8bits, 1 stop and no parity. Memory Map My memory map is as follows and was updated on 07/04/2024; HEX * 0x0000 - 0x7FFE = RAM (32K) * 0x6000 - 0x7FFE = Text Display (shadowed in RAM as it's WRITE only) * 0x8000 - 0xBFFE = ROM (16K) * 0xC000 - 0xDFFE = Matrix display * 0xE000 - 0xFFFE = Future OCTAL (has to end on a multiple of 2) * 000 000 - 077 776 - RAM * 060 000 - 060 020 - Text Display (repeated multiple times) * 100 000 - 137 776 - ROM * 140 000 - 157 776 - Matrix Display * 160 000 - 177 776 - Future Code examples The code examples are for a basic "Hello World!" which just writes characters to the display memory, there's also a more intelligent one. I've also included a "Knight Rider" (or Cylon if you prefer) bit of code and finally a terminal test code which spits "B" to the console (hit the halt switch to stop it). You'll find the .asm files and the .oct files. I use the pdp11 simulator found here https:// programmer209.wordpress.com/2011/08/14/ pdp-11-assembly-language-simulator/ to compile and test my code, there are others but this is a lot easier to copy and paste code into :) There is also a pretty good guide to the PDP11 instruction set here - https://programmer209.wordpress.com/2011/08/03/ the-pdp-11-assembly-language/ of note, this board ONLY supports 16bit wide read/writes, i.e. "word" only, if you use byte commands it will destroy one half of the memory, in the same way as the PDP11 Hack board does, this is less than ideal but it simplifies the circuitry needed a lot. I user TeraTerm to upload the code, I use a 10mS character and line feed delay, just to give the CPU a chance to respond when it sees the "/". The future Finally, I do this for a hobby and for fun, so I don't know when I will add more code or do the third board. Status * 2026-03-26 - Moved away from github to Codeberg Logo Logo Powered by Forgejo logo Forgejo logo with modifications Codeberg * Blog * Documentation * Community Issues * Contributing * Report Abuse Association * Who are we? * Bylaws / Satzung * Donate * Join / Support * Contact Services * Codeberg Pages * Codeberg Translate * Woodpecker CI * Forgejo API * Status Page Legal * Imprint / Impressum * Privacy Policy * Licenses * Terms of Use Mastodon | Matrix Space (Web link) Powered by Forgejo English Bahasa Indonesia Dansk Deutsch English Espanol Esperanto Filipino Francais Italiano Latviesu Magyar nyelv Nederlands Plattduutsch Polski Portugues de Portugal Portugues do Brasil Slovenscina Suomi Svenska Turkce Cestina Ellenika B'lgarski Russkii Ukrayins'ka frsy Ri Ben Yu Jian Ti Zhong Wen Fan Ti Zhong Wen (Tai Wan )Fan Ti Zhong Wen (Xiang Gang ) hangugeo Page: 784ms Template: 76ms