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

https://github.com/saeedmosaffer/assymblyproject

This project is a number conversion utility written in 8086 assembly language. It takes an input between 0 and 999 and converts it to three formats: Binary, Hexadecimal, and Roman numerals. The project demonstrates subroutine-based programming in assembly, handling user input, data conversion, and formatted output.
https://github.com/saeedmosaffer/assymblyproject

architecture assembly intel8086 organization

Last synced: 7 months ago
JSON representation

This project is a number conversion utility written in 8086 assembly language. It takes an input between 0 and 999 and converts it to three formats: Binary, Hexadecimal, and Roman numerals. The project demonstrates subroutine-based programming in assembly, handling user input, data conversion, and formatted output.

Awesome Lists containing this project

README

          

# AssymblyProject1