mpw/TODO.txt

40 lines
1.0 KiB
Plaintext
Raw Normal View History

2013-02-16 04:58:06 +00:00
--trace-cpu:
- add support for global vars [?]
- improve MOVEM disassembly [?]
---
2013-02-18 03:59:07 +00:00
- --24 flag for non-32-bit clean code
- since code segments are loaded from a resource and the code may try to reload itself (ResourceByName), it really needs to be done via the emulated ResourceMgr/Memory Manager.
- ftrap_editor_tabs
2013-05-13 02:17:11 +00:00
2013-02-18 03:59:07 +00:00
- move time to OS::, add OS::Init to set start time global / ticks
- use alarm / ualarm to update ticks/ time global?
2013-05-16 04:11:22 +00:00
- duplicate / duplicate iigs replacement
- stdout -- convert macroman to utf8 on output?
-- orca/c - symfile support.
2013-02-18 03:59:07 +00:00
Done
----
- Use MM code for all memory allocs
- GetFileInfo -- create fake finderinfo record from extension.
2013-02-16 04:58:06 +00:00
- check for stack range errors
- add memory manager code
- add stand-alone disasm utility
- log memory access to global vars
2013-02-18 03:59:07 +00:00
- --trace-cpu: add support for tool traps
- --trace-cpu: move trace-cpu code into a logger callback
2013-02-16 04:58:06 +00:00
2013-05-13 02:17:11 +00:00
- ftrap_delete
- if file doesn't exist, check in $MPW/Tools/
2013-02-16 04:58:06 +00:00
2013-05-13 02:17:11 +00:00
- include file w/ all global names
- include file w/ all os errors