DOS 3.30 source code leak
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

5 years ago
  1. ; THIS IS THE ONLY DOS "MESSAGE". IT DOES NOT NEED A TERMINATOR.
  2. PUBLIC DIVMES
  3. Public DIVM001S,DIVM001E
  4. DIVM001S label byte
  5. ;include divmes.inc
  6. DIVMES DB 13,10,"Divide overflow",13,10
  7. PUBLIC DivMesLen
  8. DivMesLen DW $-DivMes ; Length of the above message in bytes
  9. DIVM001E label byte