0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 03, 2024 — Sep 03, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update version and changelog More... over 3 years ago
Add menu option for base changing More... over 3 years ago
Fix displaying numbers in other bases than 10 More... over 3 years ago
Handle base number consistently with other settings More... over 3 years ago
Select k91 by default in file open dialog K91 is what users want to open 99% of the time. More... over 3 years ago
Enable breakpoint support by default More... over 3 years ago
Make default setting values consistent with default settings file More... over 3 years ago
Update version numbers and links in code More... over 3 years ago
Remove unused onejar plugin repository More... over 3 years ago
Merge pull request #9 from Tuupertunut/master More... over 3 years ago
Merge pull request #6 from OlliV/master More... over 3 years ago
Allow also =(R1) and @(R1) More... over 3 years ago
Fix invalid registers compiling if there was space before parentheses More... over 3 years ago
Fix wrong addressing mode in store r1, @r2 More... over 3 years ago
Enable using (R1) addressing mode in all instructions More... over 3 years ago
Merge pull request #3 from cxcorp/onejar-release More... almost 9 years ago
Merge pull request #2 from cxcorp/fix-test-assumption More... almost 9 years ago
Use maven-assembly-plugin to gen "one jar" package Previous one-jar plugin died from the plugin repo. Use `mvn package` to generate `titokone-1.3.1-SNAPSHOT-jar-with-dependencies.jar` file in the target folder. More... almost 9 years ago
Remove non-cross-platform test Test assumes that the default output is /root/teststdin and that it is unwritable. On Windows, the default output seems to be a file in the temp folder, which is inherently writable. More... almost 9 years ago
Merge pull request #1 from cxcorp/fix-build More... almost 9 years ago
Remove dead dependency More... almost 9 years ago
No need to check if application is loaded on every runLine() call More... over 12 years ago
Adds Clear button to the Comment/Log list More... over 12 years ago
Stepping should not run command on current line but run it after execution continues. This commit changes behaviour of Titokone to more like how it works and feels on many real CPU debuggers. More... over 12 years ago
Speeds up turbo mode by ignoring commented run and animated run in turbo mode More... over 12 years ago
No need to force GUI repaints by GUIBrain More... over 12 years ago
Changed changedMemory lines type to ArrayList<SimpleEntry<Integer, MemoryLine>> to improve code readability. More... over 12 years ago
Fixed bug where GUI was updated at every line if line by line exectuon was unselected and turbo mode was selected. More... over 12 years ago
Memory and register contents are now updated when stepping line by line in turbo mode but updating is still disabled if cpu runs in continuous mode. This will enable Titokone to run programs "very fast" until it hits a breakpoint for example. More... over 12 years ago
- Enables stepping after breakpoint is hit - Clear all breakpoints when memory is erased More... over 12 years ago