0
I Use This!
Inactive

Commits : Listings

Analyzed 10 days ago. based on code collected 10 days ago.
Mar 30, 2025 — Mar 30, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #8 from toby1984/dependabot/maven/junit-junit-4.13.1 More... over 3 years ago
Merge pull request #9 from toby1984/dependabot/maven/commons-io-commons-io-2.7 More... over 3 years ago
Bump commons-io from 1.4 to 2.7 More... over 3 years ago
Bump junit from 4.8.1 to 4.13.1 More... over 3 years ago
Update README.markdown More... almost 10 years ago
added screenshot More... almost 10 years ago
added caching of last successful memory region lookup to MainMemory class More... about 12 years ago
Added emulator flag to control whether store operations with IMMEDIATE mode target should halt the emulation. According to spec the default behaviour should be to silently ignore these instructions, I prefer to keep the default the other way around (crash). More... about 12 years ago
fixed sign-extension issues in some instructions More... about 12 years ago
Lines of macro definition bodies are not represented by RawLineNode instances instead of their contents just being stored in the StartMacroNode ... I thought this might help with the line numbering issues in the source-code editor but seems it made things even worse... More... about 12 years ago
fixed highlighting of current source line in source-level debugger when stepping through expanded macros ; line numbers in editor still broken by the fact that macro body is parsed by StartMacroNode as well More... about 12 years ago
organized imports, trying to get source-level debugging of macro invocations right More... about 12 years ago
fixed emulator glitch with arithmetic operations that use EX to return some additional result/flags and EX being the target (b) operand itself. More... about 12 years ago
fixed emulator not properly handling chained conditionals More... about 12 years ago
guards against overflow More... about 12 years ago
fixed handling of INSTRUCTION [--SP] , a More... about 12 years ago
fixed signed/unsigned issue in DIV More... about 12 years ago
Fixed bug in CPU class that caused interrupts to accumulate (used addAll() instead of clear() + addAll() in clone method) More... about 12 years ago
fixed StackView not refreshing after SP changed More... about 12 years ago
fixed bug causing some symbols not to be resolved and thus debugger showing no tooltip More... about 12 years ago
Adjusted behaviour of SBX (EX now only depends on final outcome), fixed some places where overflowing values might've caused issues More... about 12 years ago
added support for persisting per-project debugger settings (like breakpoints etc.) More... about 12 years ago
fixed NPE when deleting breakpoints More... about 12 years ago
SourceCodeView now shows expanded macro invocations as tooltips More... about 12 years ago
removed debug output More... about 12 years ago
debugging More... about 12 years ago
fixed issue with parsing empty macro bodies, added warning for unused macro parameters More... about 12 years ago
refactored ISymbolTable and friends to properly support local labels inside of macros, bugfixed macro handling, line numbers/offsets in expanded macros are currently broken and confuse the source-level debugger/syntax highlighting More... about 12 years ago
macro expansion bugfixing More... about 12 years ago
more work on macro support More... about 12 years ago