Including Files
Including files in the Assembler.
If you wish to include files into the source at assemble time W64Asm supports the following.
- include ""
This will open a file requester allowing you to choose a source(*.txt/.asm) file to include.
- Include "file.txt/.asm"
This will include the named file at assemble time,must be in same Dir/folder
- includebinary ""
This will open a file requester allowing you to choose a Binary(*.bin) file to include.
- Includebinary "file.txt/.asm"
This will include the named file at assemble time,must be in same Dir/folder
- includeprg ""
This will open a file requester allowing you to choose a PRG(*.prg) file to include.
- Includebinary "file.txt/.asm"
This will include the named file at assemble time,must be in same Dir/folder