feat: heap, dbg command (currently heap test there)

This commit is contained in:
Karina
2025-12-29 08:41:51 +04:00
parent 6bfce3c866
commit db9b7cdbd5
14 changed files with 294 additions and 15 deletions
+1
View File
@@ -10,6 +10,7 @@ void cmd_help();
void cmd_regs();
void print_regs();
void cmd_sleep();
void cmd_debug();
int rectest(int a);
#endif