mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-04-20 02:56:44 +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) {
|
if (instructionSet.get(mnemonic) == null) {
|
||||||
throw new InvalidMnemonicException(mnemonic, currentLine);
|
throw new InvalidMnemonicException(mnemonic, currentLine);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//Check operands and encode instruction
|
//Check operands and encode instruction
|
||||||
|
Loading…
x
Reference in New Issue
Block a user