LMC Instruction Set Summary

KS3 Computer Science

11-14 Years Old

48 modules covering EVERY Computer Science topic needed for KS3 level.

GCSE Computer Science

14-16 Years Old

45 modules covering EVERY Computer Science topic needed for GCSE level.

A-Level Computer Science

16-18 Years Old

66 modules covering EVERY Computer Science topic needed for A-Level.

GCSE Theory Topics Resources (14-16 years)

  • An editable PowerPoint lesson presentation
  • Editable revision handouts
  • A glossary which covers the key terminologies of the module
  • Topic mindmaps for visualising the key concepts
  • Printable flashcards to help students engage active recall and confidence-based repetition
  • A quiz with accompanying answer key to test knowledge and understanding of the module

A-Level Software and Software Development (16-18 years)

  • An editable PowerPoint lesson presentation
  • Editable revision handouts
  • A glossary which covers the key terminologies of the module
  • Topic mindmaps for visualising the key concepts
  • Printable flashcards to help students engage active recall and confidence-based repetition
  • A quiz with accompanying answer key to test knowledge and understanding of the module
Instruction Mnemonic Machine Code
Load LDA 5xx
Store STA 3xx
Add ADD 1xx
Subtract SUB 2xx
Input INP 901
Output OUT 902
End HLT 000
Branch always BRA 6xx
Branch if zero BRZ 7xx
Branch if zero or positive BRP 8xx
Data storage DAT

NOTE: xx represents a memory address between 0 and 99.

Further Readings: