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
- Host: GitHub
- URL: https://github.com/theluqmn/temperate
- Owner: theluqmn
- Created: 2024-11-16T16:54:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-17T04:21:26.000Z (over 1 year ago)
- Last Synced: 2025-10-13T10:33:54.692Z (8 months ago)
- Topics: 64-bit, asmx86, assembly, assembly-x86, nasm, nasm-assembly
- Language: Assembly
- Homepage:
- Size: 11.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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