Directives that specify the values of individual bytes in the resulting code.
Syntax:
|
|
|
Example:
|
|
|
|
Description:
Directive .DB (.Byte .ASCII) allows you to generate individual bytes in the memory of the program code. The data can be provided in the form of numerical or textual information.
For example, applications:
msg: .DB "Out of memory", 0