私の入力
.text
.globl start
start:
# load with sign extension
lw $t0, memory
lh $t1, memory
lb $t2, memory
# load without sign extension
lhu $t3, memory
lbu $t4, memory
.data
memory:
.word 0xABCDE080 # little endian: 80E0CDAB
私のエラー
0x00400028で非命令実行を試みる
どういう意味ですか?