agfa said... Do varaiables in PASM initialize to zero? They don't for me. I was just wondering if I am doing something wrong?
Comments
A little more detail would be nice.
variables you declare using LONG will initialise. Variables declared using RES don't.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
lt's not particularly silly, is it?
agfa