Skip to content

DefS Class

Definition

The DEFS length[, fill] directive: reserves length bytes, filled with fill or zero. DS is accepted as an alias when parsing.

public sealed class DefS : Directive, IIncreasesLocation, IHasLocation

View source

Properties

Name Description
Fill The fill byte, defaulting to zero.
Length The number of bytes reserved. Zero until the length argument has been resolved to a constant.
Location