Implemented negative numbers
This commit is contained in:
parent
944bacf4e1
commit
6861ae9a90
4 changed files with 28 additions and 1 deletions
5
tests/programs/negative.q
Normal file
5
tests/programs/negative.q
Normal file
|
@ -0,0 +1,5 @@
|
|||
main() {
|
||||
a := -32
|
||||
b := 64
|
||||
syscall(60, a + b)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue