Fix python output of IN instruction in pioasm
This commit is contained in:
parent
095091208a
commit
33dbd11dad
@ -215,7 +215,7 @@ struct python_output : public output_format {
|
|||||||
if (source.empty()) {
|
if (source.empty()) {
|
||||||
invalid = true;
|
invalid = true;
|
||||||
} else {
|
} else {
|
||||||
op("in");
|
op("in_");
|
||||||
op_guts(source + ", " + std::to_string(arg2 ? arg2 : 32));
|
op_guts(source + ", " + std::to_string(arg2 ? arg2 : 32));
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user