Test des instructions de base
Sortie attendue :
$ ./sobfvm base.sobf --print-end-machine
Index: 14
Accumulator: 1
Stack:
1
1
1
1
Global:
0 139696787451264
1 139696787451312
2 139696787451360
3 139696787451400
4 139696787451456
5 139696787451504
6 139696787451560
7 139696787451608
8 139696787451656
9 139696787451704
10 139696787451752
11 139696787451800
12 1

Contenu du tableau de code :
Instruction	   Numéro (décimal)	Numéro (hexadécimal)	Vu comme un caractère
PUSH	9	9		
PUSH	9	9		
PUSHACC0	10	a	

ASSIGN	20	14	
ACC0	0	0	 
ACC0	0	0	 
POP	19	13	
ACC1	1	1	
PUSHACC1	11	b	
PUSHACC1	11	b	
PUSHACC3	13	d	
POP	19	13	
ACC2	2	2	
PUSHACC2	12	c	
STOP	143	8f	
