Keep example 2.2 the same as the one in textbook

Signed-off-by: Junjie Mao <junjie.mao@enight.me>
This commit is contained in:
Junjie Mao 2015-09-30 10:35:34 +08:00
parent 3836e12619
commit 5d4798cd58
1 changed files with 2 additions and 2 deletions

View File

@ -8,6 +8,6 @@
.entry@0xA0:
LOADM R5, 0x6C
LOADM R6, 0x6D
ADDI R5, R5, R6
STOREM R5, 0x6E
ADDI R0, R5, R6
STOREM R0, 0x6E
HALT