yakout / SIC-assembler

Assembler for SIC (Simplified Instructional Computer).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SIC Assembler

Codacy Badge

SIC machine is a hypothetical computer system introduced in System Software: An Introduction to Systems Programming, by Leland Beck. Due to the fact that most modern microprocessors include subtle, complex functions for the purposes of efficiency, it can be difficult to learn systems programming using a real-world system. The Simplified Instructional Computer solves this by abstracting away these complex behaviors in favor of an architecture that is clear and accessible for those wanting to learn systems programming. wiki

About

Assembler for SIC (Simplified Instructional Computer).


Languages

Language:C++ 94.7%Language:Assembly 2.0%Language:CMake 1.7%Language:C 1.6%