diff --git a/assembler/instructions.go b/assembler/instructions.go index c84c509..c211fcf 100644 --- a/assembler/instructions.go +++ b/assembler/instructions.go @@ -1,6 +1,6 @@ package assembler -// Instruction stores a single instruction, made up of a one byte Opcode and an instruction length. +// Instruction stores a single instruction, made up of a one byte opcode and an instruction length. type Instruction struct { Opcode byte Length int