Uses of Class
edu.iu.jrsalata.DirectiveStatement
-
Uses of DirectiveStatement in edu.iu.jrsalata
Modifier and TypeFieldDescriptionprotected Queue<DirectiveStatement>
AbstractStatementBuilder.literals
literals are values that are hard coded in like =X'05' These need to be placed in a literal pool later, hence why they are stored hereModifier and TypeMethodDescriptionprotected DirectiveStatement
AbstractStatementBuilder.handleAsmStatement
(String mnemonic, String args) Handles assembly statements by processing the given mnemonic and arguments.protected DirectiveStatement
StatementBuilder.handleAsmStatement
(String mnemonic, String args) Handles assembler directives and generates a corresponding DirectiveStatement object.Modifier and TypeMethodDescriptionprotected void
AbstractStatementBuilder.handleByte
(String args, DirectiveStatement statement) Handles the BYTE directive in an assembly file.void
ModificationVisitor.visit
(DirectiveStatement statement) void
VisitorInterface.visit
(DirectiveStatement statement) Visits the given statement.