update example
This commit is contained in:
10
test.asm
10
test.asm
@@ -1,12 +1,12 @@
|
||||
operations:
|
||||
add R1 R2 R3
|
||||
sub R1 R2 #69
|
||||
and R1 R2 R3
|
||||
add R1 R2 #1
|
||||
sub R1 R2 R3
|
||||
and R1 R2 #33
|
||||
xor R1 R2 R3
|
||||
or R1 R2 R3
|
||||
sl R1 R2 R3
|
||||
sr R1 R2 R3
|
||||
mult R1 R2 R3
|
||||
mul R1 R2 R3
|
||||
io:
|
||||
str R1 R2 R3
|
||||
ld R1 R2 R3
|
||||
@@ -18,4 +18,4 @@ sauts:
|
||||
jinf R1 R2 controle
|
||||
controle:
|
||||
call io
|
||||
ret
|
||||
ret
|
||||
|
||||
Reference in New Issue
Block a user