Skip to content

lily-a-dev/assembler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

assembler

/*

  • This is a university project. For the purpose of this project, the university
  • has defined a custom assembly syntax.
  • This program receives a list of .as files (through the command-line) and,
  • should the code be valid, create a .ob file with the code encoded to hex.
  • In addition, should the code refer to other files, the program would create
  • .ent and .ext files that list those references.
  • If the code is invalid, the program would print the first error of each line.

*/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published