Browse Source
Connect with gdb, and the core will jump to Debug ROM and start executing it. Then it crashes when it jumps to 0x400 because Debug RAM isn't implemented (and doesn't live there anyway, for now).pull/39/head
9 changed files with 25 additions and 7 deletions
@ -0,0 +1,2 @@ |
|||
extern unsigned char *debug_rom_raw; |
|||
extern unsigned int debug_rom_raw_len; |
|||
Loading…
Reference in new issue