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

https://github.com/theluqmn/temperate

Temperature converter program written in 64-bit x86 asm, compiled with NASM
https://github.com/theluqmn/temperate

64-bit asmx86 assembly assembly-x86 nasm nasm-assembly

Last synced: 4 months ago
JSON representation

Temperature converter program written in 64-bit x86 asm, compiled with NASM

Awesome Lists containing this project

README

          

# Temperate

A temperature converter program made with 64-bit x86 assembly, using NASM. It is not as easy as I thought it would be.

> [!WARNING]
> This program does not work as intended. It has segmentation faults and other issues.
> Please help me fix it!

## Usage

1. Run `bash compile.sh` to compile the code.
2. Run `./temperate` to run the program.
3. Follow the instructions on the terminal