mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-04-19 18:46:43 +00:00
Fixed RET instruction that wouldn't assemble without any parameter
This commit is contained in:
parent
293795b215
commit
18aaf91991
@ -37,4 +37,9 @@ public class RetInstruction extends Instruction {
|
||||
|
||||
return status;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean noOperandsValid() {
|
||||
return true;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user