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

zasm - Z80 Assembler – Version 4.4

Targets

#target TZX

0x32: Archive info

#tzx ARCHIVE-INFO
    Pseudo instructions: defb, db, .db and .byte
8080 pseudo instructions: DB
db type, text ...

Store information like author, publisher, release date, price etc.

Only defb pseudo opcodes (and aliases) are allowed. Each line must consist of one byte indicating the type of information and a quoted text string giving this information.

There must be at most one ARCHIVE-INFO block for each tzx file. The archive block is reordered to the front of the file regardless of it's position in the source.

#insert: Examples:
#assert: Example:
incbin: Examples:
#assert: Example:
Example

#tzx archive-info
    Pseudo instructions: defb, db, .db and .byte
8080 pseudo instructions: DB
db 0,"Fufu goes bobo" ; title Pseudo instructions: defb, db, .db and .byte
8080 pseudo instructions: DB
db 3,"2018" ; year ...

Information IDs (tzx v1.20):

00 - Full title
01 - Software house/publisher
02 - Author(s)
03 - Year of publication
04 - Language
05 - Game/utility type
06 - Price
07 - Protection scheme/loader
08 - Origin
FF - Comment(s)

Valid HTML   Valid CSS