2
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 13, 2023 — May 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use get() instead of setdefault(). More... almost 14 years ago
Removed use of defaultdict to fix compatibility with Python 2.4. More... about 14 years ago
Back to -dev until next release. More... about 14 years ago
Incremented version to 0.8. More... about 14 years ago
Removed ez_setup.py. More... about 14 years ago
Added ">" as a monitor shortcut for the fill command for consistency with VICE. More... over 14 years ago
Updated changelog. More... over 14 years ago
Applied patch by Ed Spittles that fixes the behavior of the BREAK and UNUSED flags in the processor status register. Closes #16. More... over 14 years ago
We no longer bundle ez_setup to bootstrap setuptools installation. More... over 14 years ago
Fixed deprecation warnings on Python 2.6. More... over 14 years ago
Prepare 0.7 release. More... over 14 years ago
Applied patch from Ed Spittles to fix Z and C flags for SBC. Closes #15. More... over 14 years ago
Small tweaks to the README. More... over 14 years ago
Added tests for monitor shortcuts. More... over 14 years ago
Added tests for "load" command. More... over 14 years ago
Added a new "save" command to the monitor. More... over 14 years ago
Help now accepts command shortcuts. More... over 14 years ago
Added maxwidth to specify maximum address width. More... over 14 years ago
Tilde command now works as in VICE (e.g. "~c000"). More... over 14 years ago
Move interactive mode machinery into console utils. More... over 14 years ago
Removed interactive assembly mode from TODO list. More... over 14 years ago
See http://peak.telecommunity.com/DevCenter/setuptools#namespace-packages More... over 14 years ago
Interactive assembler continues at same address on error. More... over 14 years ago
Command shortcuts now work when the command has no args. More... over 14 years ago
Removed special case for "flags". More... over 14 years ago
Processor status (p) is now "p" instead of "flags". More... over 14 years ago
Use lstrip() to remove leading dots. More... over 14 years ago
Ignore leading dots in monitor commands. More... over 14 years ago
SBC now properly sets the V flag. Closes #6. More... over 14 years ago
Fixed opCMPR to use register_value instead of accumulator. More... over 14 years ago