openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
T
titokone
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Sep 03, 2024 — Sep 03, 2025
Showing page 1 of 26
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Update version and changelog
Tuupertunut
More...
over 3 years ago
Add menu option for base changing
Tuupertunut
More...
over 3 years ago
Fix displaying numbers in other bases than 10
Tuupertunut
More...
over 3 years ago
Handle base number consistently with other settings
Tuupertunut
More...
over 3 years ago
Select k91 by default in file open dialog K91 is what users want to open 99% of the time.
Tuupertunut
More...
over 3 years ago
Enable breakpoint support by default
Tuupertunut
More...
over 3 years ago
Make default setting values consistent with default settings file
Tuupertunut
More...
over 3 years ago
Update version numbers and links in code
Tuupertunut
More...
over 3 years ago
Remove unused onejar plugin repository
Tuupertunut
More...
over 3 years ago
Merge pull request #9 from Tuupertunut/master
Tuupertunut
More...
over 3 years ago
Merge pull request #6 from OlliV/master
Tuupertunut
More...
over 3 years ago
Allow also =(R1) and @(R1)
Tuupertunut
More...
over 3 years ago
Fix invalid registers compiling if there was space before parentheses
Tuupertunut
More...
over 3 years ago
Fix wrong addressing mode in store r1, @r2
Tuupertunut
More...
over 3 years ago
Enable using (R1) addressing mode in all instructions
Tuupertunut
More...
over 3 years ago
Merge pull request #3 from cxcorp/onejar-release
Olli Vanhoja
More...
almost 9 years ago
Merge pull request #2 from cxcorp/fix-test-assumption
Olli Vanhoja
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.
cxcorp
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.
cxcorp
More...
almost 9 years ago
Merge pull request #1 from cxcorp/fix-build
Olli Vanhoja
More...
almost 9 years ago
Remove dead dependency
Joona Heikkilä
More...
almost 9 years ago
No need to check if application is loaded on every runLine() call
Olli Vanhoja
More...
over 12 years ago
Adds Clear button to the Comment/Log list
Olli Vanhoja
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.
Olli Vanhoja
More...
over 12 years ago
Speeds up turbo mode by ignoring commented run and animated run in turbo mode
Olli Vanhoja
More...
over 12 years ago
No need to force GUI repaints by GUIBrain
Olli Vanhoja
More...
over 12 years ago
Changed changedMemory lines type to ArrayList<SimpleEntry<Integer, MemoryLine>> to improve code readability.
Olli Vanhoja
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.
Olli Vanhoja
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.
Olli Vanhoja
More...
over 12 years ago
- Enables stepping after breakpoint is hit - Clear all breakpoints when memory is erased
Olli Vanhoja
More...
over 12 years ago
←
1
2
3
4
5
6
7
8
9
…
25
26
→
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