50K 行のコード (生成されたもの) を含むアセンブリ ファイルでこの問題が発生します。巨大なモデルで試しましたが、問題は解決しません。誰か助けて?
*Warning* Libreria.asm(26227) Location counter overflow
*Warning* Libreria.asm(52442) Location counter overflow
私のコードはで始まります
.model small ; I tried with model huge but this does not work
.stack 100h
.data
modovideo db ?
.code
main proc
; paint pixel by pixel - 150 000 lines , if this is less than 26227 lines, this works)
main endp
end main