Feature: Basic GUI that displays hex information, register information, instruction information.

This commit is contained in:
0x221E
2026-02-06 19:20:42 +01:00
parent caadd2f706
commit 88721ee0da
29 changed files with 8476 additions and 91 deletions

View File

@@ -1,5 +1,7 @@
#include <stdio.h>
int main(void){
int a = 16;
printf("Hello!");
return 0;
}