Mano PDP-8 Simulation Project

From Minor Miracle Software
Revision as of 17:56, 13 June 2016 by WikiSysop (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Mano PDP-8 Simulation Project


Computer System Architecture 3rd.

While reading Computer System Architecture (3rd Edition), by M. Morris Mano (1992)[1], I became interested in the simplified DEC PDP-8[2] hardware architecture he used to describe Assembly and Machine Code. So I decided to implement a Mano Machine[3] in C++ under LINUX. The criticisms and faults found in the book are well deserved, but in this part, the author did well.

Mano PDP-8 Simulation Project

Main Article: Mano PDP-8 Simulation Project Source Code


Test Code

mano_pdp8_prog.0.mano mano_pdp8_prog.0.mano.output

Internal Links

Parent Article: Programming Portfolio