File: test.z80 - Tab length: 1 2 4 8 - Lines: on off - No wrap: on off

 
;         a.z80
;**OK : This code works.**
 
.NOLIST
#define equ .equ
#define EQU .equ
#include "ti83asm.inc"
#include "tokens.inc"
.LIST
.org 9327h
 call _CLRLCDFULL
 ld hl,1
 ret
 .end
.end