File: EFFECRAN.Z80 - Tab length: 1 2 4 8 - Lines: on off - No wrap: on off

01: ;This file was converted by Dragonsoft's BASIC to Assembler
02: ;Made by Frank Schoep in 1999. Current version : Interface �eta 0.4.
03: ;Thanks to James Matthews and Jimmy Conner and several other people.
04: ;The original input file was    : C:\DOCUME~1\FELIX\BUREAU\EFFECRAN.83P.
05: ;The original output file was   : c:\docume~1\felix\bureau\EFFECRAN.z80.
06: ;The name on the calc was       : EFFECRAN.
07: ;The comments included were     : .
08: ;The number of instructions was : 6.
09: .NOLIST
10: #include "ti83asm.inc"
11: #include "tokens.inc"
12: #define end .end
13: #define END .end
14: #define equ .equ
15: #define EQU .equ
16: .LIST
17: .org 9327h
18:         call _clrLCDFull
19:         ret
20: .end
21: END