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

https://github.com/hvky/convertidor

Conversor de Sistemas de Numeración
https://github.com/hvky/convertidor

conversor-de-base ensamblador fasm radasm x86-32

Last synced: 3 months ago
JSON representation

Conversor de Sistemas de Numeración

Awesome Lists containing this project

README

        

# Convertidor de Bases

* Compilar recursos
```hs
gorc /r convertidor.Rc
```

* Ensamblar
```hs
fasm convertidor.asm .exe
```