setting assembly language for constants

Arthur Paulino 2017-12-30 19:03:38 -03:00
parent db4e0fb284
commit 89dd7e8615

@ -88,7 +88,7 @@ Constants by hackersoup with help from
Insert this code before the new code you write for MuchAssemblyRequired, and use a text editor like VSCode, Notepad++, Sublime, etc. for auto-complete. Insert this code before the new code you write for MuchAssemblyRequired, and use a text editor like VSCode, Notepad++, Sublime, etc. for auto-complete.
</summary> </summary>
``` ```assembly
;; Hardware IDs ;; Hardware IDs
HWID_LEGS equ 0x1 HWID_LEGS equ 0x1
HWID_LASER equ 0x2 HWID_LASER equ 0x2