add debug funcs

+ created debug funcs
+ created `registers` class
+ add it to build

build not passed(
This commit is contained in:
2025-04-09 21:21:10 +05:00
parent e49aa61c67
commit 764e5a1cde
9 changed files with 384 additions and 40 deletions

View File

@@ -21,4 +21,5 @@
#define DEBUG_LINE(msg) DEBUG_PRINT(msg); DEBUG_PRINT("\n")
#endif // __DEBUG_H__