mirror of
https://github.com/pevans/erc-c.git
synced 2025-02-16 01:32:40 +00:00
Show nothing if no value is associated with an instruction
This commit is contained in:
parent
945bf23f22
commit
56433e2ebe
@ -297,6 +297,7 @@ mos6502_dis_opcode(mos6502 *cpu, FILE *stream, int address)
|
|||||||
if (stream) {
|
if (stream) {
|
||||||
s_label[0] = '\0';
|
s_label[0] = '\0';
|
||||||
s_oper[0] = '\0';
|
s_oper[0] = '\0';
|
||||||
|
s_value[0] = '\0';
|
||||||
|
|
||||||
// Hey! We might have a label at this position in the code. If
|
// Hey! We might have a label at this position in the code. If
|
||||||
// so, let's print out the label.
|
// so, let's print out the label.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user