Getting the Address of BASIC Variables on the VIC-20 (techtinkering.com)
author
Lawrence Woodman
excerpt
Getting the address of a BASIC variable can be useful if you want to pass data to a machine code routine or want to access the bytes of a variable directly to improve speed and reduce garbage collection.