diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-07-20 18:09:24 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-07-20 18:09:24 -0700 |
commit | 21fe59329478a2d4db4f1d4f19b88f9978bffa6e (patch) | |
tree | ab7e0009b9e575fef2d94fd56c2a6a10f66a21f0 /subx | |
parent | 8557cd84698b36adaf1102b7d0764dd05583d214 (diff) | |
download | mu-21fe59329478a2d4db4f1d4f19b88f9978bffa6e.tar.gz |
4379
Diffstat (limited to 'subx')
-rw-r--r-- | subx/011parse.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/011parse.cc b/subx/011parse.cc index de62ac50..d0a6cca4 100644 --- a/subx/011parse.cc +++ b/subx/011parse.cc @@ -235,7 +235,7 @@ init_op_names(); :(code) void init_op_names() { put(name, 0xf4, "halt"); - put(name, 0x05, "add imm32 to register R0 (EAX)"); + put(name, 0x05, "add imm32 to R0 (EAX)"); // End Initialize Op Names(name) } |