diff options
Diffstat (limited to 'blob2xex.rst')
-rw-r--r-- | blob2xex.rst | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/blob2xex.rst b/blob2xex.rst index 0921886..a35bf65 100644 --- a/blob2xex.rst +++ b/blob2xex.rst @@ -50,6 +50,10 @@ filename, anyway? Addresses, offsets, and sizes may be given in decimal or hex. Hex addresses must be prefixed with either **$** or **0x**. +It's impossible to create a segment that would wrap around the Atari's +64KB address space. Once address **$FFFF** is reached, no more data is +read from the input file. + OPTIONS ======= @@ -104,11 +108,13 @@ Messages containing *warning* are non-fatal, and the output file is created. There are only a few possible warnings: start/end address XXXX loads into ROM. - This means your .exe file's start/end addresses will load the + This means your .xex file's start/end addresses will load the file into ROM (or the unmapped area at **$C000** on a 400/800). Normally this means the .xex file won't load properly on the Atari, but feel free to ignore this warning if you know exactly - what you're doing. + what you're doing. Example: if your .xex file is intended to + be loaded on an 800 with an Axlon memory upgrade, mapped at + **$C000**, this warning can be ignored. extra arguments after last input file ignored. You gave at least one option that would affect the next file, |