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

zasm - Z80 Assembler – Version 4.4

Pseudo instructions

end, .end

Define the logical Pseudo instructions: end, .end
8080 pseudo instructions: END
end of your source.

Pseudo instructions: end, .end
8080 pseudo instructions: END
end
must not be inside an #if branch or in a Assembler directives: #local, #endlocal, .local and .endlocal
Pseudo instructions: #local, #endlocal, .local and .endlocal
Including C Source Files: #local, #endlocal, .local and .endlocal
#local
scope. This is so that using Pseudo instructions: end, .end
8080 pseudo instructions: END
end
does not disable the test for a missing #endif or Assembler directives: #local, #endlocal, .local and .endlocal
Pseudo instructions: #local, #endlocal, .local and .endlocal
Including C Source Files: #local, #endlocal, .local and .endlocal
#endlocal
.

Anything after 'Pseudo instructions: end, .end
8080 pseudo instructions: END
end' is ignored by the assembler.

This Pseudo instructions
8080 Assembler: 8080 pseudo instructions
pseudo instruction is an alias for the assembler directive #end.

This instruction is optional.

Valid HTML   Valid CSS