Integer Directives
These directives let you initialize blocks of integer data:
byte
Declares an initialized block of bytes.
fill
Declares a block of bytes, initializing each byte to zero.
incbin
Tells the assembler to include the binary content of the specified file.
long
Declares an initialized block of 32-bit short integers.
short
Declares an initialized block of 16-bit short integers.
space
Declares a block of bytes, initializing each byte to zero.