mirror of https://github.com/AR1972/DOS3.3
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
289 B
12 lines
289 B
; THIS IS THE ONLY DOS "MESSAGE". IT DOES NOT NEED A TERMINATOR.
|
|
PUBLIC DIVMES
|
|
Public DIVM001S,DIVM001E
|
|
DIVM001S label byte
|
|
|
|
;include divmes.inc
|
|
DIVMES DB 13,10,"Divide overflow",13,10
|
|
|
|
|
|
PUBLIC DivMesLen
|
|
DivMesLen DW $-DivMes ; Length of the above message in bytes
|
|
DIVM001E label byte
|