Little Man Computer Introduction - A Level and GCSE Computer Science

Поділитися
Вставка
  • Опубліковано 9 вер 2024
  • The Little Man Computer CPU Simulator is used to learn and teach about assembly language for A Level and GCSE Computer Science. This is a brief introduction looking at how addition is performed using the LMC instruction set.
    We have articles on our website if you wish to explore further: compucademy.co...
    For other articles relating to GCSE and A Level Computer Science, this is our blog page: compucademy.co...
    Link to CPU simulator: peterhigginson...
    Code below:
    INP
    STA FIRST
    INP
    ADD FIRST
    OUT
    HLT
    FIRST DAT

КОМЕНТАРІ • 3

  • @transparentguy9096
    @transparentguy9096 Місяць тому

    Thanks for explaining. Came from Coursera's ARM course

  • @kingstewie6436
    @kingstewie6436 3 роки тому +6

    GREAT EXPLAINING THANK YOU!!

  • @boss4078
    @boss4078 3 роки тому +9

    Very good video. What does the last line do/mean in the code?