added tests

This commit is contained in:
nilspolek
2024-01-27 21:18:34 +01:00
parent 49e4911238
commit 4cc117fdd4
35 changed files with 393 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
pushc 5
pushc 4
add
wrint
halt

View File

@@ -0,0 +1,5 @@
pushc 5
pushc 4
div
wrint
halt

View File

@@ -0,0 +1,5 @@
pushc 5
pushc 4
mod
wrint
halt

View File

@@ -0,0 +1,5 @@
pushc 5
pushc 4
mul
wrint
halt

View File

@@ -0,0 +1,5 @@
pushc 5
pushc 4
sub
wrint
halt