added tests
This commit is contained in:
5
test/tests/bigint/bigIntTestAdd.asm
Normal file
5
test/tests/bigint/bigIntTestAdd.asm
Normal file
@@ -0,0 +1,5 @@
|
||||
pushc 5
|
||||
pushc 4
|
||||
add
|
||||
wrint
|
||||
halt
|
||||
5
test/tests/bigint/bigIntTestDiv.asm
Normal file
5
test/tests/bigint/bigIntTestDiv.asm
Normal file
@@ -0,0 +1,5 @@
|
||||
pushc 5
|
||||
pushc 4
|
||||
div
|
||||
wrint
|
||||
halt
|
||||
5
test/tests/bigint/bigIntTestMod.asm
Normal file
5
test/tests/bigint/bigIntTestMod.asm
Normal file
@@ -0,0 +1,5 @@
|
||||
pushc 5
|
||||
pushc 4
|
||||
mod
|
||||
wrint
|
||||
halt
|
||||
5
test/tests/bigint/bigIntTestMul.asm
Normal file
5
test/tests/bigint/bigIntTestMul.asm
Normal file
@@ -0,0 +1,5 @@
|
||||
pushc 5
|
||||
pushc 4
|
||||
mul
|
||||
wrint
|
||||
halt
|
||||
5
test/tests/bigint/bigIntTestSub.asm
Normal file
5
test/tests/bigint/bigIntTestSub.asm
Normal file
@@ -0,0 +1,5 @@
|
||||
pushc 5
|
||||
pushc 4
|
||||
sub
|
||||
wrint
|
||||
halt
|
||||
Reference in New Issue
Block a user