mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-20 22:33:43 +02:00
Detection of too long a variable area at compile time.
This commit is contained in:
@@ -755,6 +755,9 @@ EndofBFGDLI
|
||||
rts
|
||||
.endp
|
||||
;--------------------------------------------------
|
||||
.if variablesEnd > (PMGraph + $300)
|
||||
.ERROR 'Variables too long'
|
||||
.endif
|
||||
.IF * > MODUL-1
|
||||
.ECHO *
|
||||
.ERROR 'Code and data too long'
|
||||
|
||||
Reference in New Issue
Block a user