# SPDX-License-Identifier: MIT # Copyright Murad Karammaev, Nikita Kuzmin # This program computes 3 + 7 + 8 + 80 # and stores result in [15] MOV R0.l, 3 MOV R1.l, 7 ADD MOV R1.l, 8 ADD MOV R1.l, 0 MOV R1.h, 5 ADD MOV R1.l, 0xf STORE HALT