Top "Lc3" questions

Little Computer 3 (LC-3) is an educational assembly language, designed to help teach low-level programming.

How does Lc3 division work

Ive been trying to figure out how the division by subtraction works but there are no resources online that make …

assembly lc3
Load a value into a register in LC3

Is there a single LC3 instruction to load a value into a register? I need to write some assembly code …

load lc3 cpu-registers
How to implement a logical shift (to the left) by 8 bits?

I am trying to determine how to shift the last 8 bits (i.e. byte) of a 16 bit (two byte) word …

binary lc3
How would you go about converting a stored Hex value to it's binary equivalent using lc3/assembly code?

The values are stored in a .BLKW object and are loaded in a LOOP with LDR R0,R1,0 - ADD …

assembly binary hex lc3