bcasm/README

28 lines
336 B
Plaintext

bcasm
=====
Build
-----
$ git clone <clone URL>
$ make
Install
-------
# make install
Run
---
$ bcasm <file>
Examples
--------
$ cd examples/
$ bcasm dumb.asm
$ bcasm adult.asm > adult.txt
License
-------
Copyright (C) 2021 KikooDX <kikoodx@paranoici.org>
This software is under the MIT license.
See LICENSE for more informations.