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