Skip to content

johnyu916/Noon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Noon

A simulator for a simple computer processor

Build: make

Usage: ./noon -v -h instruction_file

-v -- verbose output
-h -- print help

instruction_file contains instructions for the processor to run. It is equivalent to an executable file (see sample.ins) 

Introduction:

This program simulates a simple processor.

Language definition:

read_location branch write_value

read_location - unsigned integer memory address to read branch - unsigned interger where to branch next if location is 1 write_value - boolean write some value to read_location

About

Simple computer processor simulator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors