mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-04-10 14:26:45 +00:00
remove random newline
This commit is contained in:
parent
0ff671713c
commit
1157bd5df5
@ -544,7 +544,6 @@ public class Assembler {
|
||||
|
||||
if (instructionSet.get(mnemonic) == null) {
|
||||
throw new InvalidMnemonicException(mnemonic, currentLine);
|
||||
|
||||
}
|
||||
|
||||
//Check operands and encode instruction
|
||||
|
Loading…
x
Reference in New Issue
Block a user