formatiral arith.asm

This commit is contained in:
privsk 2025-10-22 10:37:01 +02:00
parent 27d49a9f27
commit efac46aa32

View file

@ -2,15 +2,19 @@ arithm START 0
LDA x LDA x
ADD y ADD y
STA sum STA sum
LDA x LDA x
SUB y SUB y
STA diff STA diff
LDA x LDA x
MUL y MUL y
STA prod STA prod
LDA x LDA x
DIV y DIV y
STA quot STA quot
LDA x LDA x
DIV y DIV y
MUL y MUL y
@ -18,6 +22,7 @@ arithm START 0
LDA x LDA x
SUB temp SUB temp
STA mod STA mod
halt J halt halt J halt
. podatki . podatki