Skip to content

Commit

Permalink
documentation problem!
Browse files Browse the repository at this point in the history
  • Loading branch information
xubiod committed Jun 24, 2024
1 parent 7a3ecef commit ad84132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assembler/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ func (a *Assembler) PreprocessAndParse(prg string) (out []byte, err error) {
// with no modifications to it.
//
// This reads from `opTable` but does not modify it. The value at the `out` pointer
// **will be overwritten**, and the value at the `mp` pointer is incremented twice.
// **will be overwritten**, and the value at the `mp` pointer is incremented thrice.
//
// Output is the opcode, the low byte of the operand, and the high byte of the
// operand, in that order.
Expand Down

0 comments on commit ad84132

Please sign in to comment.