7 segment display

Thread Starter

hami007

Joined Oct 26, 2008
14
hello i need a program in assembly( tasm)

Use the lower 4 bits of the pc parallel data port and connect it to the seven segment display inputs. The input A is the least significant bit, and input D is the most significant bit. Use the upper 4 bits of the data port and connect to the socket for the second seven segment display.

Make a two digit up counter using two 7-segment displays

what would be the logic for up counter from 00 to 99 as i am using a BCD decoder
 

hgmjr

Joined Jan 28, 2005
9,027
Please discontinue your practice of starting the same thread. If you have not received an answer to your request then most likely there are no forum members that feel comfortable enough with TASM to reply.

hgmjr
 
Top