Class: Input

Input(locationIndex)

The input instruction that reads the input and places it in the current data cell. Uses ASCII formatting.

Constructor

new Input(locationIndex)

Constructor for the input instruction
Parameters:
Name Type Description
locationIndex Number The location of the instruction within the unoptimised source code
Source:

Methods

operation(cpu)

Applies the input instruction to the cpu
Parameters:
Name Type Description
cpu BFCpu The cpu to apply the operation on.
Source:

Documentation generated by JSDoc 4.0.2 on Sun Feb 08 2026 18:39:25 GMT-0800 (Pacific Standard Time)