at_fixed_memory_location - GreatCowBASIC/Help GitHub Wiki

At (Fixed Memory Location)

At places a variable at a specific RAM location:

    Dim SerialBuffer As Byte At 0x20

If the location is already used or invalid, a warning is generated.

At and Alias are mutually exclusive.

⚠️ **GitHub.com Fallback** ⚠️