Skip to content

An emulator for a processor architecture I came up with one afternoon.

Notifications You must be signed in to change notification settings

Noodels/Afternoon1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 

Repository files navigation

An emulator for the Afternoon1 processor, a minimalistic simple stack based processor designed one afternoon.

The processor features:
    4-bit stack items and instructions, allowing for 16 instructions
    16-bit addressing
    A cache of 16 16-bit words
    Addition without the use of an ALU, instead using binary XOR, AND, SHIFTLEFT, and a special carry register

About

An emulator for a processor architecture I came up with one afternoon.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages