I am looking to set up a simple 6 button controller for a raspberry pi project, and in order to complete the project I need to us assembly to manipulate the registers so it will "map" to certain keyboard keys.
So for instance I press the up button on the controller and the system reads a "W" as an input for example.
All buttons are working and are mapped to their respective GPIO pins.
I'm not sure where to start, and all that i have to go off of is python code, which is not what the professor wants us to use.
Any help would be appreciated.