Keil Logo Arm Logo

Ax51 User's Guide

DS Assembler Statement

Arguments
label:〛 DS expression
Description

The DS statement reserves the specified number of bytes in the current memory space. label is a symbol that is assigned the current memory address. expression is the number of bytes to reserve.

This statement reserves space and increments the location counter by the number of bytes reserved.

See Also

ALIGN, DBIT, DSB, DSD, DSW, EVEN

Example
GAP:    DS      (($ + 15) AND 0FFF0h) - $  ; 16-byte alignment
        DS      10
TIME:   DS      8

Keil logo

Arm logo
Important information

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies.