Skip to content

Commit

Permalink
Output tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Guido committed Mar 19, 2022
1 parent ee68c3e commit 0008bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/md_opc.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ uint16_t md_opcode(FILE *infd, FILE *ofd, uint16_t pc, uint8_t mcode)

case 0355 :
// CLX
OUT("\t; ->%s.%03o", import[a1], b1)
OUT("\t; ->%s.%d", import[a1], b1)
break;
}

Expand Down

0 comments on commit 0008bcb

Please sign in to comment.