Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 464 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 464 Bytes

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

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.