hasmer
Properties | List of all members
Hasmer.Assembler.Parser.HasmHeader Class Reference

Represents a ".hasm" header declaration. More...

Properties

HasmIntegerToken Version [get, set]
 The token which declares the version of the Hasm bytecode. More...
 
bool IsExact [get, set]
 True if the version declaration specified that the instructions should be interpretered literally, and not as abstracted forms. See HbcDisassembler.IsExact for more information. More...
 

Detailed Description

Represents a ".hasm" header declaration.

Property Documentation

◆ IsExact

bool Hasmer.Assembler.Parser.HasmHeader.IsExact
getset

True if the version declaration specified that the instructions should be interpretered literally, and not as abstracted forms. See HbcDisassembler.IsExact for more information.

◆ Version

HasmIntegerToken Hasmer.Assembler.Parser.HasmHeader.Version
getset

The token which declares the version of the Hasm bytecode.


The documentation for this class was generated from the following file: