Meta Project

The Unofficial Meta Documentation

REFERENCE

Summary

REFERENCE Used in ATARI example

Category

Categoryname

Refinements

This method has no refinements

Description

REFERENCE Used in ATARI example

Example Code

Only use found so far (July 2023) is in the Atari example

; Define fixed memory addresses

Unsafe!!! constant reference volatile byte! [
	; Operating system software addresses

	...

	; Hardware addresses
	...
]

Related

CONSTANT  
UNSAFE!!!  
VOLATILE  

Back to the Meta Methods Reference index