aboutsummaryrefslogtreecommitdiffstats
path: root/tests/t_bas52/bas52.tl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/t_bas52/bas52.tl')
-rw-r--r--tests/t_bas52/bas52.tl16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/t_bas52/bas52.tl b/tests/t_bas52/bas52.tl
new file mode 100644
index 0000000..fdf95da
--- /dev/null
+++ b/tests/t_bas52/bas52.tl
@@ -0,0 +1,16 @@
+
+ ;**************************************************************
+ ;
+TIMER_LOAD:; Load the timer
+ ;
+ ;*************************************************************
+ ;
+ ACALL $-1 ;DELAY FOUR CLOCKS
+ CLR TR1 ;STOP IT WHILE IT'S LOADED
+ MOV TH1,T_HH
+ MOV TL1,T_LL
+ CLR TF1 ;CLEAR THE OVERFLOW FLAG
+ SETB TR1 ;START IT NOW
+ RET
+ ;
+