From 725c3f53ae6e2cc6f436a8f31de2fa7486e1877e Mon Sep 17 00:00:00 2001 From: Ryan Durk Date: Thu, 4 Jan 2018 18:57:49 -0500 Subject: [PATCH] Updated Snippett: Move in a random direction (markdown) --- Snippett:-Move-in-a-random-direction.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Snippett:-Move-in-a-random-direction.md b/Snippett:-Move-in-a-random-direction.md index cbbd667..3852491 100644 --- a/Snippett:-Move-in-a-random-direction.md +++ b/Snippett:-Move-in-a-random-direction.md @@ -1,4 +1,5 @@ ;This snippett moves the cubot in a random direction. +```assembly HWID_RNG equ 0x0007 HWID_HOLO equ 0x0009 @@ -15,4 +16,5 @@ LEGS_SET_DIRECTION_AND_WALK equ 0X002 HWI HWID_HOLO ; Display the direction's numeric representation MOV A, LEGS_SET_DIRECTION_AND_WALK - HWI HWID_LEGS \ No newline at end of file + HWI HWID_LEGS +``` \ No newline at end of file