You are on page 1of 1

https://prezi.

com/eiv8vvtylkqh/virtudes-eticas-y-dianoeticas-segun-aristoteles/

https://prezi.com/egsmls8dknvr/clasificacion-de-las-virtudes/

https://prezi.com/9ofwogc0fnix/virtudes/

A EQU 0 ; declara
B EQU 1 ; B,C Y D
C EQU 2
D EQU 3

LOADK 8 ; B = 4
STORE B

LOADK 6 ;C = 2
STORE C

LOADK 9 ;D = 1
STORE D

LOAD B
ADDDC C ; A=B+C-D
SUBDC D
STORE A

You might also like