OCR A Level Computer Science

1.2.4c: Assembly language (including following and writing simple programs with the Little Man Computer instruction set).

Keywords:
Software and software development
Test your self on these keywords and definitions using the games below or Play random game
KeywordDefinition
ADDAdds the value in a specified memory location to the value in the accumulator, and stores the result in the accumulator.
BRAUnconditionally jumps to a specified memory location.
BRPConditionally jumps to a specified memory location if the value in the accumulator is positive.
BRZConditionally jumps to a specified memory location if the value in the accumulator is zero.
HLTHalts the execution of the program.
INPReads a value from the input device and stores it in the accumulator.
LDALoads the value from a specified memory location into the accumulator.
OUTWrites the value in the accumulator to the output device.
STAStores the value in the accumulator in a specified memory location.
SUBSubtracts the value in a specified memory location from the value in the accumulator, and stores the result in the accumulator.
Keyword games:
Resources: