;Program Name: 
;Author(s):  your name goes here
;Date of latest revision: 
;File name: filename.ASM 
;
;Program Description: 
;
;Program description goes here 
;
;**************************************************
;
;EQUATES 
;equates go here
;
;******************************************************** 
ORG 00000h 
;PROGRAM 
start: 
;main program goes here 
;
;********************************************************* 
;SUBROUTINES 
;
;subroutines go here
; 
END 