1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Aug 17, 2024 — Aug 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
dps8: Initial integration of Michael Mondy's iom/scu/disk/console stuff. Thanks Michael! More... about 12 years ago
dps8: more fault stuff...... More... about 12 years ago
dps8: more fault stuff. More... about 12 years ago
dps8: code cleanups in anticipation of fault/interrupt processing code. More... about 12 years ago
dps8: initial work on fault/interrupt handlers More... about 12 years ago
as8: more playing with typing system. Tweaked a few things and things seem to be a lot better. >whew< More... about 12 years ago
dps8: some cleanups of warning messages due to sim_debug; a few adjustments for unit test framework More... about 12 years ago
dps8: long standing (& undetected bug) in DTB instruction. More... about 12 years ago
dps8: added STCD & LCAQ instructions. Added automatic write of Ypair operands for instructions that write Y-pairs (rather than an explicit call to write2.) More... about 12 years ago
dps8: added pointer-register parsing code to dps8_sys.c(parse_addr) so we can do things like "ex PR[0]/4" or "ex ap|3/4" with all PR offsets taken into account; Fixed a few debug printf formats in dps8_append.c that caused incorrect debugging info More... about 12 years ago
latest working FXE stuff More... about 12 years ago
as8+: beginnings of rewrite of expression typing mechanism (needs a bit more versatility.) Fixed code generated by Multics "call" pseudo-op More... about 12 years ago
dps8: fixed bug in SIGNEXT15() macro was sign-extending a 16-bit number, not 15-bit -- not good for negative segment offset calks. Silly me. Enabled call6 instruction. More... about 12 years ago
as8+: error in calculating !SIZE directive. Forgot to include linkage section size. More... about 12 years ago
starting to work with / test the FXE More... about 12 years ago
dps8: pretty-printing segdef's/segref's More... about 12 years ago
simh: latest simh changes More... about 12 years ago
as8+: a few tweaks for entry sequences and pretty-printing segref/def's etc... More... about 12 years ago
Test files for new biner/linker support More... about 12 years ago
as8: More external reference fixes/additions. Allow for offset to be added/subtracted to/from external references. (To allow for things like "tra UtilsA$rd_clock-1") More... about 12 years ago
simh: latest simh v4.0-Beta changes More... about 12 years ago
dps8: adjusted makeITS() to add linkage offset when snapping link. (To allow for things like "tra UtilsA$rd_clock+1") More... about 12 years ago
as8+: a misunderstanding as to how the link pseudo-op actually works. "link name, ext expression defines the symbol name with the value equal to the offset from lp to the link pair generated for the external expression extexpression. The name is not an external symbol, so an instruction should refer to this link by: pr4|name,* More... about 12 years ago
FEX stuff More... about 12 years ago
more FEX stuff More... about 12 years ago
some preliminary source files dealing with the FXE (faux execution environment.) More... about 12 years ago
as8+: fixed a bug with the link pseudo-op. Added more support for external references... e.g. "tra <UtilsA>|[ioa]", etc. now works More... about 12 years ago
dps8: beginnings of builtin linker/binder support ... Yay! More... about 12 years ago
simh: more faux Multics Execution Environment setup. More... about 12 years ago
as8+: as few nits More... about 12 years ago