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