<--  back   Last regenerated: 2022-04-20 17:31:36 kio

zasm - Z80 Assembler – Version 4.4

Assembler directives

#insert

#insert <filename>

Inserts a binary file. The file name must be given as an absolute path or relatively to the current source file.

The file's contents are just copied into the code segment verbatim.

Examples:
#insert "image.gif"       ; file in same directory
#insert "./image.gif"     ; file in same directory
#insert "pics/g1.gif"     ; file in subdirectory "pics/"

As an alternate syntax the Pseudo instructions
8080 Assembler: 8080 pseudo instructions
pseudo instruction "incbin" is also supported:

    incbin "characters.bin"

Valid HTML   Valid CSS