nikolovjovan / GNULikeAssembler

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:C++ 86.4%Language:C 8.8%Language:Assembly 4.0%Language:Makefile 0.9%