Finish emulating hello world

This commit is contained in:
momo5502
2024-09-01 20:29:39 +02:00
parent dba4970822
commit 679fecda4e
2 changed files with 41 additions and 3 deletions

View File

@@ -24,7 +24,7 @@
#define STACK_ADDRESS (0x80000000000 - STACK_SIZE)
#define KUSD_ADDRESS 0x7ffe0000
bool use_gdb = true;
bool use_gdb = false;
struct breakpoint_key
{