From: Tobias Girstmair Date: Sun, 2 May 2021 14:41:09 +0000 (+0200) Subject: make sram section absolute X-Git-Url: https://git.gir.st/Chiptunes-pms150c.git/commitdiff_plain/428f6a3dc571a0bee60e9a6fed516d006b9a2f15 make sram section absolute since the note selection code depends on absolute addresses, make it explicit. this doesn't change anything in the output. --- diff --git a/bsv.asm b/bsv.asm index ebda820..5401d64 100644 --- a/bsv.asm +++ b/bsv.asm @@ -3,7 +3,7 @@ .word ( 0x0260 | 1<<0 | 5<<2 | 1<<7 | 3<<10 ) ; reserved_bits | security_off | lvr_1v8 | io_drv_norm | boot_fast -.area OSEG (OVR,DATA) +.area OSEG (ABS,OVR,DATA) notes: .ds 16 ; 0x00 .. 0x0f i0: .ds 1 ; 0x10 i1: .ds 1 ; 0x11