This website requires JavaScript.
Explore
Help
Sign in
Retro
/
pcjs
Watch
1
Star
0
Fork
You've already forked pcjs
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
1,691
commits
4
branches
83
tags
557
MiB
980c2ac5ab
Commit graph
pcjs
/
devices
/
pdp11
/
machine
/
1120
/
test
/
debugger
/
machine.xml
Author
SHA1
Message
Date
Jeff Parsons
980c2ac5ab
Updated PC8080 and PDPjs to support RAM images, eliminating the need for the old "writable ROM" kludge; RAM images can include their own load and exec addresses as part of the JSON file, but the RAM component can provide explicit overrides (if no load address is specified either way, the default load address is the starting RAM address)
2016-10-17 11:01:32 -07:00
Jeff Parsons
0f4cbd6e7b
Added my first PDP-11 add-on device component (PC11)
2016-10-15 16:32:59 -07:00
Jeff Parsons
3a7b769fa3
Added support to FileDump for generating binary dumps from MACRO11 listing (.lst) files, since I wasn't having much success with dumpobj or obj2hex.pl; note that this assumes a listing file produced by the macro11 cross-assembler written by Richard Krehbiel in 2001, updated in 2009, and maintained here:
https://github.com/shattered/macro11
. There are other versions of macro11 floating around, like the one in the simtools project that accompanies simh, and the one built for the Windows-based PDP11GUI app.
2016-10-15 11:05:38 -07:00