Re: LZ: .db vs .dw vs .block??


[Prev][Next][Index][Thread]

Re: LZ: .db vs .dw vs .block??



>I'm fairly new to ZShell programming, and I saw in the NIBBLES 1.1 asm
>file at the bottom some variables marked with a .dw and a .block.  What
>are those?  I know that .db's are just strings that you can use for text
>or anything (data binary)?
>
>Also, does one of those have to do with keeping high scores?
>
>Thanks!
>
>-Doug Melton
> http://www.smartlink.net/~dx4
db.  data byte
dw. data word


yup high scores can go in the word area, that why most high scores in the games can only go up to 65556...


Follow-Ups: References: