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

Latest commit

 

History

28 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

1 star

Watchers

1 watching

Forks

Contributors

Languages