Available on:

BITMAPADDRESS

This is a variable (16 bit) that contains the actual address of the bitmap, the video memory containing the bitmap data of the screen in bitmap mode. It could refer to a certain position in RAM memory or in a separate video memory. It depends on the computer you are programming.

SYNTAX

 = BITMAPADDRESS


Legend
  • id : identifier
  • type : datatype
  • v : value
  • "..." : string
  • [...] : optional

EXAMPLE

 actual = BITMAPADDRESS


Any problem?

If you have found a problem with this keyword, if you think there is a bug or, more simply, you would like it to be improved, open an issue for this example on GitHub.
Thank you!

open an issue BACK TO KEYWORDS