mirror of https://git.sr.ht/~kikoodx/bcasm
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
11 months ago | |
---|---|---|
examples | 11 months ago | |
.gitignore | 11 months ago | |
INSTRUCTIONS | 11 months ago | |
LICENSE | 11 months ago | |
Makefile | 11 months ago | |
README | 11 months ago | |
bcasm.c | 11 months ago |
README
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.