Fix error in object file documentation

This commit is contained in:
ISSOtm
2019-10-02 13:55:32 +02:00
parent 5bd0076233
commit 302b210470

View File

@@ -91,8 +91,8 @@ REPT NumberOfSections
; decide (floating bank). This field is only valid for ROMX,
; VRAM, WRAMX and SRAM sections.
LONG Align ; Alignment of this section (expressed as number of low bits
; to leave as 0). -1 if not defined.
LONG Align ; Alignment of this section, expressed as 1 << align. 1 if
; not specified.
IF (Type == ROMX) || (Type == ROM0) ; Sections that can contain data.