Re: A86: Recalling string variables into programs with asm
[Prev][Next][Index][Thread]
Re: A86: Recalling string variables into programs with asm
Okay thank you. the info that you gave me, should that be what to put in the
source code? Should
AStruct: .db $12,1,"A" ; $12 is type PRGM, 1 is name length
BStruct: .db $0C,1,"B" ; $0C is type STRNG, 1 is name length
be the way that it looks in the source code, or should l change it around?
l'm not really good at ASM now, but l can sort of figure things out a little
bit.
lf it isn't real hard to put together l would like to learn how.
Follow-Ups: