Skip to content

Commit

Permalink
agc: Fix disassembling of incr.
Browse files Browse the repository at this point in the history
mikeakohn committed Dec 8, 2024
1 parent 5bac8a8 commit 54e8ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion table/agc.cpp
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@ struct _table_agc table_agc[] =
{ "dxch", 052001, 076001, AGC_OP_K10, false, 3 },
{ "edrupt", 007000, 077000, AGC_OP_IO, true, 3 },
{ "extend", 000006, 077777, AGC_OP_NONE, false, 1 }, // not used
{ "incr", 024000, 076001, AGC_OP_K10, false, 2 },
{ "incr", 024000, 076000, AGC_OP_K10, false, 2 },
{ "resume", 050017, 077777, AGC_OP_NONE, false, 2 },
{ "index", 050000, 076000, AGC_OP_NDX, false, 2 }, // 12 bit as extra
{ "ndx", 050000, 076000, AGC_OP_NDX, false, 2 }, // same as index

0 comments on commit 54e8ff6

Please sign in to comment.