Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 408 Bytes

dot-enumt.md

File metadata and controls

17 lines (10 loc) · 408 Bytes

Asmc Macro Assembler Reference

.ENUMT

.ENUMT [[ name ]] [[ : type ]] [[ { ]]

The enumt keyword is similar to .ENUM but uses type as size multiplier.

For example, in the following enumeration, Sat is 0, Sun is 2, Mon is 4, and so forth.

    .enum Day : WORD {Sat, Sun, Mon, Tue, Wed, Thu, Fri}

See Also

Conditional Control Flow