Constructor
new Plus(locationIndex)
Constructor for the plus instruction
Parameters:
| Name | Type | Description |
|---|---|---|
locationIndex |
Number | The location of the instruction within the unoptimised source code |
- Source:
Methods
operation(cpu)
Applies the plus instruction to the cpu
Parameters:
| Name | Type | Description |
|---|---|---|
cpu |
BFCpu | The cpu to apply the operation on. |
- Source: