summaryrefslogtreecommitdiff
path: root/test.c
blob: b8cecd6567f2fb4b9ac9d4e9738c4546b16ac48b (plain)
1
2
3
4
5
6
7
8
9
10
11
#include"include.h"
#include"debug.h"

int main(){
	fAddressGetLength(eAbsolute);
	printf("fAddressGetLength Success\n");
	getITFunction(0x00);
	printf("getITFunction Success\n");
	getITAddressing(0x00);
	printf("getITAddressing Success\n");
}