Quote Originally Posted by Delfi
Quote Originally Posted by pstudio
Just curious
Is it legal to use absolute to make a variable begin from adress 0?
Technically you can make it anywhere, this was useful in DOS times to read bios stuff which was at constant addresses, this is no longer useful today and absolute serves more for cases which i demonstrated.
That, or in console development, where absolute is used for accessing video memory areas, for example