1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-03-10 21:25:31 +00:00

nes: added road, tint demo; extra tools; embed.html fetch remote url

This commit is contained in:
Steven Hugg
2019-04-26 15:38:34 -04:00
parent 0e47e7d035
commit fe1e0fc9aa
28 changed files with 407 additions and 113 deletions

View File

@@ -103,6 +103,7 @@ TODO:
- per-View keyboard shortcuts
- parse labels
- parse .incbin directives?
- can't replace in hex directives
- crt0.s compiled each time?
- debug highlight doesn't go away when debugging -> running
- show breakpoint of PC or highest address on stack
@@ -124,6 +125,7 @@ TODO:
- CPU debugging
- disassemble more code around breakpoint
- single-stepping vector games makes screen fade
- break on stack overflow, bad op, bad access, etc
WEB WORKER FORMAT