Toy ASM language that translates to Basic Casio
Go to file
KikooDX 20ff035b85 add MOD instruction 2021-08-20 13:51:14 +02:00
examples #include instruction 2021-08-20 11:48:56 +02:00
.gitignore just why? 2021-08-20 01:46:17 +02:00
INSTRUCTIONS add MOD instruction 2021-08-20 13:51:14 +02:00
LICENSE MIT license & README 2021-08-20 11:55:37 +02:00
Makefile MIT license & README 2021-08-20 11:55:37 +02:00
README MIT license & README 2021-08-20 11:55:37 +02:00
bcasm.c add MOD instruction 2021-08-20 13:51:14 +02:00

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.