reorganisation par cours dans sous-répertoires
This commit is contained in:
13
1-ComputationAndData/MVaP/3n+2.mvap
Normal file
13
1-ComputationAndData/MVaP/3n+2.mvap
Normal file
@@ -0,0 +1,13 @@
|
||||
# calcule : 2 + 3 * n
|
||||
PUSHI 2
|
||||
LABEL 1
|
||||
PUSHI 3
|
||||
ADD
|
||||
WRITE
|
||||
DUP
|
||||
PUSHI 100
|
||||
INF
|
||||
JUMPF 2
|
||||
JUMP 1
|
||||
LABEL 2
|
||||
HALT
|
Reference in New Issue
Block a user