Skip to content

lumynou5/merak16-asm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

merak16-asm

A lightweight assembler library for Merak16.

Note that this is just a toy project and cannot handle hexadecimal numbers, negative numbers, etc., yet.

Build

Please ensure CMake and Catch2v3 installed.

mkdir build
cd build
cmake ..
cmake --build . --target merak16_asm      # Build the library.
cmake --build . --target merak16_asm_test # Build the test.

About

A lightweight assembler library for Merak16.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published