8086 programming

Thread Starter

nitin30

Joined Nov 22, 2008
1
# Write a program in 8086 assembly language that accepts two input characters,packs and then swap its characters,in one word and store them in consecutive locating in a memory buffer. the first address of the buffer is (400)16. The size of buffer is (512)10 words.If buffer overflows,the computation should halt.
 

Mark44

Joined Nov 26, 2007
628
# Write a program in 8086 assembly language that accepts two input characters,packs and then swap its characters,in one word and store them in consecutive locating in a memory buffer. the first address of the buffer is (400)16. The size of buffer is (512)10 words.If buffer overflows,the computation should halt.
No, thanks, but you're welcome to do this.
 
Top