Diamond Mesh

Author: Dr. Lutz Bellmann
Category: Christmas Challenge
System: Commodore SX-64
Language: Assembler (Turbo Macro Pro v1.2)
Len source code: dunno, Windows says the text file has 1250bytes; the code is 73 lines including comments and blank lines
Len exe file:    119 bytes
Len code only:   117 bytes
Instructions:
Simply open the "vccc23-lutz.prg" in Vice (C64 or SX-64) and run "sys4096".
Description:
The program divides the picture into diagonals. Two loops go around the figure from left to right and use a plot-like routine to set the cursor and
use the chrout routine of the kernal to put the stars. One loop for diagonals from left to right the other from right to left. 
Comments:
This was a quick shot, so this is not heavily optimized. I just had a lot of fun handtyping the program on my real SX-64. Perfect evening job for just before christmas. Keep it up!
I included the Assembler file for TMP as well.
