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

zasm - Z80 Assembler – Version 4.4

Command Line Options

-g --cgi

Assemble potentially malicious sources, e.g. in a CGI script for a web site.

This option prevents #insert and Assembler directives: #include
Including C Source Files: #include
#include to include files or directories from outside the source file's directory. Additionally option -I is rejected in Assembler directives: #cflags
Including C Source Files: #cflags
#cflags. Traversal via symlinks to any location are possible, also paths in the command line arguments are not affected. Assembler directives: #cpath
Including C Source Files: #cpath
#cpath can only be used to select the compiler (without directory path) but only sdcc and vcc are recognized.

Valid HTML   Valid CSS