[A83] Re: quick data storage question
[Prev][Next][Index][Thread]
[A83] Re: quick data storage question
ds is actually the 32 bit declaration(4 bytes)
but sence the z80 has no way of accessing all 4 bytes at once, i doubt that
it was included in the assembler, but on higher level procs, the ds. would
probably be ints, dw would be shorts, db would be chars/bytes.
And most of the other variables tend to be combonations of the other(like
floats are two ds combined)
but, sence we have no way(that i've ever heard of, unless someone wants to
write the code for them) to use .ds i would just keep it in mind if you want,
or just forget it ^_^
Follow-Ups: