mirror of https://github.com/chyyuu/v8-cpu.git
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:
parent
3836e12619
commit
5d4798cd58
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue