Multi-Media Logic 3
- Using simple gates create a one bit flip-flop.
- String eight JK flip-flops together to make a counter. Look at this file
for help.
Flip-flops are the fifth item down on the right side of the tool bar in MMLogic.
You will have to go into the properties to change it to a JK flip-flop.
- Create an Edge Triggered Latch using a JK flip-flop.
- Read the help file on memory.
Memory has two types of input:
Data: one byte of binary data that needs to be stored.
Address: one byte representing the location that the data
will be stored into.
Input five different pieces of data into five different addresses then read
the data out of each address into eight LEDs.
- Read the help file on Read Files and Write Files. Create a text file to
be read from. Read from your text file and write to a Write File.
- Read the help file on ALU. Create a program that reads from two files into
the ALU and adds the two numbers. The program should then write the result
to a third file.

©2003 C. Whittington