Tuesday, 5 April 2016

Assembly Language: Finding the largest number

Q: Write an ALP to find the largest number in a given set of  numbers.


Assembler: Nasm
OS : Ubuntu 14.04 LTS(64 bit Linux)

DAC interfacing with 8086

Q: Write a ALP to interface DAC with 8086.

Software: Minicom
OS: Fedora(Linux-64 bit)

Linux Shell Scripting: Lowercase n Uppercase

Q: Write a shell script for manipulating the case of input text.




C Program for Fork in Linux

Q: Write a program in C for linux fork system call. Also show zoombie and orphaned processes.

The use of fork system call is displayed using the following two programs


Friday, 1 April 2016

Monday, 28 March 2016

Interfacing of 8251 with 8086 (with Detailed Comments)

Q: Write an ALP to interface 8251 with 8086. Transfer some data from 8086 memory at some location to another location in the memory through 8251.

OS: Fedora-64 bit(Linux)
Software: Minicom

 

Interfacing of 8253(Programmable Interrupt Timer) with 8086(Detailed Comments)

Q: Write an Alp to interface 8253 with 8086 in all the different modes

Os: Fedora-64 bit<Linux>
Software: Minicom

ADC : Interfacing with 8086 (with detailed comments)

Q: Write an Alp to interface ADC with 8086

Os: Fedora
Software: Minicom

Sunday, 27 March 2016

Keyboard and display controller:Hardware Interfacing(Properly Commented)

Q: Write a ALP to display the word Hello using keyboard and display controller.


Operating System: Fedora -64 bit
Software Used : Minicom