RetroClinic wrote:
Hi.
(Sorry for late reply, I don't seem to be getting topic notifications)
It was simply for Version numbers and dates:
ver$ = "1.00"
date$ = "28 Jul 2009" or even better to be able to set it to the current date of the PC, so that it automatically assembles with the correct date.
So at the beginning of a ROM, I would have
EQUS ver$
EQUB &00
EQUS "("
EQUS date$
EQUS ")"
What I did for dates was to write a little external program that spits out the date in the apropreate format for my assembler, add a command to run that to my Makefile, and include the output.
I could let you have a copy of that if youi want.
Cheers.
Phill.