8000 GitHub - robertbarroso/pmachine: One of the homework assignment for COP3402 System Software - PMachine
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

robertbarroso/pmachine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

P-Machine Homework Assignment 1

Final version of the P-Machine Homework Assignment. Here, it is called "vm.c"

Code takes in strings with 3 values each:

For example,

7 0 45

7 = The operator code. 0 = The lexograpchial level 45 = The "m" value, or the value that will be implemented/modified.

Code will output instructions as they happen, and deliver the final result through an output string (printf).

About

One of the homework assignment for COP3402 System Software - PMachine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0