-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeatures_request
More file actions
17 lines (12 loc) · 888 Bytes
/
features_request
File metadata and controls
17 lines (12 loc) · 888 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Chickendude :
- Print the hexa values of an instruction into the debugger (reasons : to know the values, to replace the values)
- When going up in the debugger, print instruction by instruction instead of byte per byte
- Conditional breakpoints (when a register is equal to a value, when a flag is set etc...)
- A shortcut to switch the calc speed instead of opening the pref menu.
- Conditional breakpoint when pc comes to stupid values (outside the range $9D95-$C000 for ti83+ by example ...)
- Be able to open a portion of the memory like the graph buffer in a new pane as an picture (it could be graph buffer or somethign else if we choose another place for buffer, or even to open a sprite etc...)
Guillaume Hoffman :
- Could launch a program and save a screenshot automatically without gui
- Terminal output for the lcd
Carl (woolleyc):
- Save : ask user before exit -> DONE