This document contains an assignment for an Assembly Language Programming Lab course. It includes 3 questions asking students to:
1) Design a 2-bit counter circuit using J-K flip flops and provide the state transition diagram and Karnaugh map.
2) Write assembly language programs to:
a) Check if two given strings are a palindrome.
b) Convert a 4-bit binary number to a decimal digit by calling a subroutine and passing the binary value as a parameter.
c) Convert a two digit ASCII number into packed BCD format.
The assignment is worth 50 marks total and is due on October 15th, 2012 or April 15th, 2013. Students must follow the given