Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Androthi/cCalc

a binary calculator using x/86 instructions
https://github.com/Androthi/cCalc

binary calculator

Last synced: about 2 months ago
JSON representation

a binary calculator using x/86 instructions

Awesome Lists containing this project

README

        

![cCalc](https://user-images.githubusercontent.com/46191274/124798946-f73fcb00-df21-11eb-9cf3-faf07511594b.png)

# cCalc

A binary calculator using x/86 instructions. Useful for generating bit masks, and learning how CPU flags are affected by various instructions.

See cCalc.txt for a brief tutorial.

Written in HLA, as a HIDE project file. Use HIDE ide to compile.