Skip to content

Zivbz/Assembly-Simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Assembly simulator

The final assignment for "Systems programming" course was to create an Assembly simulator using the C programming language. The simulator simulates an Assembler's work. Files with Assembly orders are received, errors are checked, orders are processed, and actions are generated accordingly.

Most of the work involves developing testing functions and understanding the logic of an Assembler. Furthermore, the assignment involved learning and understanding the C programming language, memory allocation, the use of pointers, and more.

About

Simulating an Assembler's work. Files with Assembly orders are received, errors are checked, orders are processed, and actions are generated accordingly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors