This project provides structured commands and higher-level commands to be used within the KickAss assembler.
In summary, the following functionality is available within this library:
- Structured commands:
- if...[else]...endif
- do...[exit_loop|while]...loop
- Controller commands:
- various commands to getting the keyboard status
- get one or both joystick statuses
- additions to the structured commands (if, while, loop) specific to the controllers
Full details of what is available can be found in the wiki: https://github.com/IanM-Matrix1/KickAss_hla/wiki
Inspired by Garth Wilson - http://wilsonminesco.com