• initializing variables

    From Paul Edwards@21:1/5 to All on Thu Nov 24 14:38:01 2022
    I assume that this:

    .data

    banner db "PDPCLIB"
    __psp dd ?
    __envptr dd ?
    __osver dw ?


    says that the variables can be of any value at startup time,
    and that if I want to ensure that they are initialized to 0,
    I need to make them "0" instead of "?"?

    Thanks. Paul.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)