openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
J
jASM_16
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
10 days
ago. based on code collected
10 days
ago.
Mar 30, 2025 — Mar 30, 2026
Showing page 1 of 10
Search / Filter on:
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
Tobias Gierke
More...
over 3 years ago
Merge pull request #9 from toby1984/dependabot/maven/commons-io-commons-io-2.7
Tobias Gierke
More...
over 3 years ago
Bump commons-io from 1.4 to 2.7
dependabot[bot]
More...
over 3 years ago
Bump junit from 4.8.1 to 4.13.1
dependabot[bot]
More...
over 3 years ago
Update README.markdown
Tobias Gierke
More...
almost 10 years ago
added screenshot
Tobias Gierke
More...
almost 10 years ago
added caching of last successful memory region lookup to MainMemory class
Tobias Gierke
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).
Tobias Gierke
More...
about 12 years ago
fixed sign-extension issues in some instructions
Tobias Gierke
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...
Tobias Gierke
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
Tobias Gierke
More...
about 12 years ago
organized imports, trying to get source-level debugging of macro invocations right
Tobias Gierke
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.
Tobias Gierke
More...
about 12 years ago
fixed emulator not properly handling chained conditionals
Tobias Gierke
More...
about 12 years ago
guards against overflow
Tobias Gierke
More...
about 12 years ago
fixed handling of INSTRUCTION [--SP] , a
Tobias Gierke
More...
about 12 years ago
fixed signed/unsigned issue in DIV
Tobias Gierke
More...
about 12 years ago
Fixed bug in CPU class that caused interrupts to accumulate (used addAll() instead of clear() + addAll() in clone method)
Tobias Gierke
More...
about 12 years ago
fixed StackView not refreshing after SP changed
Tobias Gierke
More...
about 12 years ago
fixed bug causing some symbols not to be resolved and thus debugger showing no tooltip
Tobias Gierke
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
Tobias Gierke
More...
about 12 years ago
added support for persisting per-project debugger settings (like breakpoints etc.)
Tobias Gierke
More...
about 12 years ago
fixed NPE when deleting breakpoints
Tobias Gierke
More...
about 12 years ago
SourceCodeView now shows expanded macro invocations as tooltips
Tobias Gierke
More...
about 12 years ago
removed debug output
Tobias Gierke
More...
about 12 years ago
debugging
Tobias Gierke
More...
about 12 years ago
fixed issue with parsing empty macro bodies, added warning for unused macro parameters
Tobias Gierke
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
Tobias Gierke
More...
about 12 years ago
macro expansion bugfixing
Tobias Gierke
More...
about 12 years ago
more work on macro support
Tobias Gierke
More...
about 12 years ago
←
1
2
3
4
5
6
7
8
9
10
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree