Go to the first, previous, next, last section, table of contents.

Data output

In assembly code, you often need to specify working areas of memory; depending on the application, you may want to initialize such memory or not. GASP provides preprocessor directives to help you avoid repetitive coding for both purposes.

You can use labels as usual to mark the data areas.


Go to the first, previous, next, last section, table of contents.