How to make loops
;Objective know how to:
; crate and use variables, subroutines, loops
; use: decfsz, call, return
;Assignment:
;1 Create a new project called Lesson2
;2 Create two functions allOn and allOff ( call and return)
;3 Make a PauseLoop funtion (creat a varialbe, use decfsz myVariable,1)
;4 Add your name and decription to the code
;5 Print and hand it in