letting winds #82

This commit is contained in:
2022-06-04 16:07:01 -04:00
parent bf11a9967f
commit 4c3203854c
6 changed files with 70 additions and 130 deletions
+3 -2
View File
@@ -113,8 +113,9 @@ L1 .DS 1 ; variable used in multiplications (by 10:)
gravity .DS 1 ;only the decimal part (1/10 = 25)
;-----------------------------------
Wind .ds 2 ;walue displayed on the screen
;multiplied by 16 (decimal part only)
Wind .ds 4 ;format: 0000.hhll
;walue displayed on the screen is
;decimal portion divided by 16 (>>4)
;-----------------------------------
MaxWind .ds 1 ;
WindOrientation .DS 1 ;(0-right,1-left)