ref: 302b21047090cc3ae11db26915b91f6d0239ea71
parent: 5bd007623374ef0f7e110b59b48e8beaab0c2e82
author: ISSOtm <[email protected]>
date: Wed Oct 2 09:55:32 EDT 2019
Fix error in object file documentation
--- a/src/rgbds.5
+++ b/src/rgbds.5
@@ -91,8 +91,8 @@
; 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.