From 607668671eb6d10e7ca036df81b3f288bce57339 Mon Sep 17 00:00:00 2001 From: Ian C Date: Sat, 20 Nov 2021 10:01:52 +0000 Subject: Added Intel HEX output handler --- doc/casm.html | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) (limited to 'doc/casm.html') diff --git a/doc/casm.html b/doc/casm.html index d52c0ea..89a2fe0 100644 --- a/doc/casm.html +++ b/doc/casm.html @@ -1030,6 +1030,13 @@ An Amstrad CPC CDT file. A Commodore 64 PRG file. + +hex + + +An Intel HEX format file. + + @@ -1591,6 +1598,34 @@ to the start of written memory in the bank. +

Intel HEX Output Format

+

+Generates a Intel HEX file for an emulator or real hardware. This format is +used by various tools and programmers. +

+ +

Intel HEX Output Format options

+ +

The Intel HEX output driver supports the following settings that can be +set via an option command. +

+ + + + + + + + + +
OptionDescription
+option hex-null, value + +Sets the value that the output handler considers an empty byte that doesn't +need to be output. Defaults to zero. +
+ +

Listing

-- cgit v1.2.3