Fun Text-based game written in Assembly for the FRDM-KL46Z board.
Think you know your ARM CPU instructions? Put you knowledge to the test by playing "The Ulimate Assembler"!
Based on a CPU instruction description or RTN, enter the correct instruction to get points!
Be careful though... the FRDM-KL46Z will be using it's PIT module to time you, and
if you run out of time you loose the game!
Have fun improving your familiarity with some CPU instructions, and achieve ranks ranging from
"Retake DSD I" to "Dr. Roy Melton" !
Set up:
- Download/install required hardware/software
- Plug in the FRDM-KL46Z board.
- Open windows device manager
- Select "Ports"
- Find the corresponding port for the FRDM-KL46Z board.
- Open putty.
- Select Serial
- Change the serial line to correspond the the FRDM-KL46Z port and click "open".
- Download the Kiel project file posted here or start a new project including the run.s, MKL46Z4.s, and Start.s files.
- Open Kiel and build the project
- Load the project onto the board.
- Click the "reset" button on the board and play through the putty terminal!
To play this game you must have the required hardware/software:
-Putty http://www.putty.org/
-Kiel http://www.keil.com/download/
-Windows 7 OS