Use a single byte for alignment

This commit is contained in:
ISSOtm
2020-04-07 21:15:55 +02:00
parent e098bf47ba
commit e82ad21704
4 changed files with 15 additions and 16 deletions

View File

@@ -92,8 +92,7 @@ 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 1 << align. 1 if
; not specified.
BYTE Align ; Alignment of this section, as N bits. 0 when not specified.
IF (Type == ROMX) || (Type == ROM0) ; Sections that can contain data.