Toy ASM language that translates to Basic Casio
Go to file
KikooDX eda49eafa7 update example: n.asm 2021-08-20 15:21:31 +02:00
examples update example: n.asm 2021-08-20 15:21:31 +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 swap JEZ & JNZ behaviors 2021-08-20 14:45:08 +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.