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

https://github.com/chaitanyarahalkar/asm-codes

x86 Assembly Language Programs
https://github.com/chaitanyarahalkar/asm-codes

64bit-assembly assembly-language assembly-language-programming assembly-x86 nasm x86-nasm

Last synced: about 1 year ago
JSON representation

x86 Assembly Language Programs

Awesome Lists containing this project

README

          

# ASM-Codes

## x86 Assembly Language Programs for SPPU Microprocessor Practicals.

---

*Assignment 4 works for 16 digit multiplicand and multiplier with 64 bit result.*

*Commands for Assignment 13 in DOS-BOX*
```console
foo@bar:~$ tasm filename.asm
foo@bar:~$ tlink -o filename filename.asm
foo@bar:~$ filename.exe
```

*Assignment 3 works for 4 digit HEX numbers and 5 digit BCD numbers.*

*Assignment 7 requires the numbers in the file to be without spaces.*