mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-12-13 22:59:02 +00:00
remove random newline
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user