Skip to content

Commit 11543a6

Browse files
committed
Fix typo in i80 dcr b instruction.
1 parent 62e45df commit 11543a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/d80/i80.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ immutable i80[] insni80 = [
2020
{ "stax\tb", 1 },
2121
{ "inx\tb", 1 },
2222
{ "inr\tb", 1 },
23-
{ "dcr", 1 },
23+
{ "dcr\tb", 1 },
2424
{ "mvi\tb, ", 2 },
2525
{ "rlc", 1 },
2626
{ "nop", 1 },

0 commit comments

Comments
 (0)