blob: 29b327b788086a51faa2cc1e29d7ba1742120010 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
#include"include.h"
#include"debug.h"
int main(){
char c;
unsigned char a, b;
initIT();
printf("\n\n");
dStatusDump(); dIdataDump(); printf("\n");
//func(*(IT + ((sizeof(uintptr_t)*256)) + (0xA9 * sizeof(Addressing))), *(IT + ((sizeof(uintptr_t)*0xA9))));
callIT(0xA9, 0x01);
dStatusDump(); dIdataDump();
printf("%x\n", (IT + 31));
return 0;
}
|