1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
Sep 02, 2024 — Sep 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
As the SCU behavior becomes more canonical, configuration starts to make a difference. The RSCR instruction needs to know how to find the right SCU; adding the base_system.ini to the relevant scripts provides that data. More... over 11 years ago
Code cleanup. More... over 11 years ago
Add a reconstruction of a missing file More... over 11 years ago
Merge remote-tracking branch 'origin/master' into master1 More... over 11 years ago
Xcode stuff More... over 11 years ago
Fixed bug in formatDecimal() that caused SIGFPE to be thrown - he was heard to hope. More... over 11 years ago
Deprecate flag_t for bool. More... over 11 years ago
Misc. code cleanups. More... over 11 years ago
Add doFault call to btd() More... over 11 years ago
Fix miscopy of multics-emul code in 'show stack' More... over 11 years ago
clang static analyzer pointed out code that some brain-dead programmer wrote. More... over 11 years ago
clang static analyzer says that there is a path in decBCDFromNumber that uses an uninitialized value for obyte; I believe that the path will never be taken, but initialize obyte to calm analyzer. More... over 11 years ago
clang static analyzer says segNameCmp passes a NULL into strcmp; add guard code. More... over 11 years ago
Some of the signed/unsigned math issues are caused by mixing signed and unsigned terms in unsigned expressions; a leading source of this is mask values which are being specified as signed values. Start on a rampage to get signedness issues under control by respecifying *many* numeric literals. More... over 11 years ago
Slight logic rework in EISget49 to prevent unneeded read cycle. More... over 11 years ago
Rewrite offset calculations for clarity. More... over 11 years ago
Fixed EISwriteToBinaryStringReverse: fix numwords and exit validation. More... over 11 years ago
Cleanup some debug stuff More... over 11 years ago
Added error handler in case there is no ‘name’ directive specified More... over 11 years ago
Add SMCM. Less rewriting this time. More... over 11 years ago
Merge branch 'master' of ssh://git.code.sf.net/p/dps8m/code More... over 11 years ago
Add RMCM instruction with side effect of massive rewrite of dps8_scu.c More... over 11 years ago
Get configuration switches closer. More... over 11 years ago
Fix tape watch code; reinstate. More... over 11 years ago
as8: added unary ‘+’ to expressions. More... over 11 years ago
Xcode stuff More... over 11 years ago
as8: Added option of having a zero-operand ZERO pseudoop More... over 11 years ago
Merge remote-tracking branch 'origin/master' into master1 More... over 11 years ago
Add disable_kbd_bkpt switch. Add segment and component name to stack trace code More... over 11 years ago
Swipe Mondy's stack trace code. More... over 11 years ago