Added more tests, function calls work
Fixed a bunch of bugs in other opcodes, too
This commit is contained in:
10
test/mid.c0
Normal file
10
test/mid.c0
Normal file
@@ -0,0 +1,10 @@
|
||||
int main()
|
||||
{
|
||||
int low = 0x15;
|
||||
int high = 0x122;
|
||||
int mid;
|
||||
|
||||
mid = low + (high - low)/2;
|
||||
return mid;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user