Oct 3, 2024
LOAD_A 14: Load value from memory address 14 into Register A.LOAD_B 15: Load value from memory address 15 into Register B.ADD B A: Add values in Register B and A, store result in Register A.STORE_A 13: Store value from Register A into memory address 13.JUMP 0 returns to the beginning of the program.JUMP_NEGATIVE.