Skip to main content
Code Review

Questions tagged [lc-3]

Little Computer 3 (LC-3) is an educational assembly language, designed to help teach low-level programming. It is run using a simulator, not actual hardware.

Filter by
Sorted by
Tagged with
6 votes
2 answers
1k views

Small CPU Emulator (LC3) in Python

I wrote a small emulator for fun. Full code @ bottom of post, available on GitHub here. Design choices: modeling 16 bit little endian memory — opted for ctypes and ...
ian5v's user avatar
  • 161
1 vote
1 answer
4k views

Efficient LC3 assembly code to print the numbers leading up to any digit

I'm using an LC3 microarchitecture simulator to write assembly code. I've only been writing assembly for about three weeks, so I am still very new. My goal is to print all the numbers leading up to a ...
shiftybits's user avatar
4 votes
2 answers
5k views

Implementing OR with the lc-3

Today, something possessed me and I started learning assembly. My poison of choice is the lc-3, this is my very first program. It is actually only the first part of a two part problem, but this ...
Legato's user avatar
  • 9,929

AltStyle によって変換されたページ (->オリジナル) /