项目作者: IanM-Matrix1

项目描述 :
Some structured statements for KickAssembler
高级语言: C++
项目地址: git://github.com/IanM-Matrix1/KickAss_hla.git
创建时间: 2020-07-25T21:16:35Z
项目社区:https://github.com/IanM-Matrix1/KickAss_hla

开源协议:MIT License

下载


KickAss_hla

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

Credits

Inspired by Garth Wilson - http://wilsonminesco.com