optimizacije za arith.asm
This commit is contained in:
parent
bda365abe0
commit
27d49a9f27
1 changed files with 6 additions and 6 deletions
|
|
@ -23,10 +23,10 @@ halt J halt
|
|||
. podatki
|
||||
x WORD 17
|
||||
y WORD 4
|
||||
sum WORD 0
|
||||
diff WORD 0
|
||||
prod WORD 0
|
||||
quot WORD 0
|
||||
temp WORD 0
|
||||
mod WORD 0
|
||||
sum RESW 1
|
||||
diff RESW 1
|
||||
prod RESW 1
|
||||
quot RESW 1
|
||||
temp RESW 1
|
||||
mod RESW 1
|
||||
END arithm
|
||||
Loading…
Add table
Add a link
Reference in a new issue