Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

A simple GNU-like assembler implementation in C++ for the given 16-bit architecture.

License

Notifications You must be signed in to change notification settings

nikolovjovan/GNULikeAssembler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GNU-like Assembler

A simple GNU-like assembler implementation in C++ for the given 16-bit architecture. It supports GNU-like syntax with basic directives such as: .global , .extern , .equ (with support for expressions), .text, .data, .bss, .section, .end, .byte, .word, .align and .skip.

Made for the course in System Software at the University of Belgrade, School of Electrical Engineering. (http://si3ss.etf.rs/)

About

A simple GNU-like assembler implementation in C++ for the given 16-bit architecture.

Topics

Resources

License

Stars

Watchers

Forks