From 89dd7e861581835dfca8dcbd4901b98da4df63db Mon Sep 17 00:00:00 2001 From: Arthur Paulino Date: Sat, 30 Dec 2017 19:03:38 -0300 Subject: [PATCH] setting assembly language for constants --- Assembly-program-examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assembly-program-examples.md b/Assembly-program-examples.md index f73f2a4..4ba5161 100644 --- a/Assembly-program-examples.md +++ b/Assembly-program-examples.md @@ -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. -``` +```assembly ;; Hardware IDs HWID_LEGS equ 0x1 HWID_LASER equ 0x2