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

01: ;   a.z80
02: ;**OK : This code works.**
03:  
04: .NOLIST
05: #define equ .equ
06: #define EQU .equ
07: #include "ti83asm.inc"
08: #include "tokens.inc"
09: .LIST
10: .org 9327h
11:     call _CLRLCDFULL
12:     ld hl,1
13:     ret
14:     .end
15: .end