[Coco] web includes in assembly
Robert Gault
robert.gault at worldnet.att.net
Wed Jan 24 20:47:39 EST 2007
Roger Taylor wrote:
>
> I've never seen a line like .LDA.#5.0300.
>
As referred to previously, that line actually is
$20 $09 'L 'D 'A $09 '# '5 $0D '0 '3 '0 '0 $20 $09
and translates into
(# missing) LDA #5
0300 (rest of line missing)
It seems to be EDTASM source code as displayed by Hex Edit, a raw file
editor.
More information about the Coco
mailing list