mirror of
https://github.com/lefticus/6502-cpp.git
synced 2025-07-14 23:23:59 +00:00
Fix handling of sbc/sub and enable parsing of -fverbose-asm
This commit is contained in:
@ -6,6 +6,8 @@
|
||||
|
||||
bool optimize(std::vector<mos6502> &instructions)
|
||||
{
|
||||
// return false;
|
||||
|
||||
if (instructions.size() < 2) {
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user