Fix db512->db 512
This commit is contained in:
parent
2342c2d49d
commit
f87c4484c2
1 changed files with 1 additions and 1 deletions
|
|
@ -820,7 +820,7 @@ WAIT_KEY macro
|
||||||
endm
|
endm
|
||||||
;
|
;
|
||||||
stack segment para stack ‘STACK'
|
stack segment para stack ‘STACK'
|
||||||
db512 dup (?)
|
db 512 dup (?)
|
||||||
stack ends
|
stack ends
|
||||||
;
|
;
|
||||||
Data segment word ‘DATA'
|
Data segment word ‘DATA'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue