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

;This file was converted by Dragonsoft's BASIC to Assembler
;Made by Frank Schoep in 1999. Current version : Interface �eta 0.4.
;Thanks to James Matthews and Jimmy Conner and several other people.
;The original input file was    : C:\DOCUME~1\FELIX\BUREAU\EFFECRAN.83P.
;The original output file was   : c:\docume~1\felix\bureau\EFFECRAN.z80.
;The name on the calc was       : EFFECRAN.
;The comments included were     : .
;The number of instructions was : 6.
.NOLIST
#include "ti83asm.inc"
#include "tokens.inc"
#define end .end
#define END .end
#define equ .equ
#define EQU .equ
.LIST
.org 9327h
        call _clrLCDFull
        ret
.end
END