Class EmbeddedBinaryDirective
java.lang.Object
org.applecommander.bastools.api.Directive
org.applecommander.bastools.api.directives.EmbeddedBinaryDirective
Embed an binary file into a BASIC program. See writeup in the README-TOKENIZER.md file.
-
Nested Class Summary
Nested classes/interfaces inherited from class Directive
Directive.Expression, Directive.MapExpression, Directive.SimpleExpression, Directive.Variable -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class Directive
config, ONLY_ONE, outputStream, ZERO, ZERO_OR_ONE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidwriteBytes(int startAddress, Line line) Write directive contents to output file.
-
Field Details
-
NAME
- See Also:
-
PARAM_FILE
- See Also:
-
PARAM_MOVETO
- See Also:
-
PARAM_VAR
- See Also:
-
-
Constructor Details
-
EmbeddedBinaryDirective
-
-
Method Details
-
writeBytes
Description copied from class:DirectiveWrite directive contents to output file. Note that address is adjusted for the line header already.- Specified by:
writeBytesin classDirective- Throws:
IOException
-