Feature: Basic GUI that displays hex information, register information, instruction information.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
int main(void){
|
||||
int a = 16;
|
||||
printf("Hello!");
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user