mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-16 14:41:44 +00:00
Implement [[ fragment literals ]] (#1614)
This feature is referred to as "code/data literals" in ASMotor, and simply as "literals" in some older assemblers like MIDAS for the PDP-10. RGBASM already had the "section fragments" feature for keeping disparate contents together when linked, so these worked naturally as "fragment literals".
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
FATAL: fragment-literal-in-ram.asm(6):
|
||||
Section 'RAM' cannot contain fragment literals (not ROM0 or ROMX)
|
||||
Reference in New Issue
Block a user