A custom programming language inspired by assembly, with a compiler and virtual machine written in C++.
- Custom assembly-like syntax
- Compiler that translates
.casmto binary.bin - Virtual machine to execute compiled binaries
- Dump tool for debugging
-To use the compiler, write in the console: casm <file_name>.casm <file_name>.bin -To use the virtual machine, write in the console (warning! the virtual machine uses only little indian's binaries): casm_vm <file_name>.bin -To use the dump, write in the console (still!): casm_dump <file_name>.bin WARNING! To use commands, you should have configured your computer's path.
The emulator is not finish