Ms-dos Debug Program Help

Thread Starter

aikale

Joined Dec 5, 2007
1
I know many people don't use debug in dos anymore but I am trying to create a quick cover/title page in dos debug. I can get the screen cleared for it and get ELET 313 Cover on it but I can't seem to get the rest...if anyone could please help.

I want it to look like this:

ELET 313 Cover
Submitted
By

Name1
Name2
Name3

Date

Here's what I am working with right now:

E 130 "ELET 313 Cover"
a
mov ax,0003
int 10
mov ax,09db
mov bx,0001
mov cx,08d0
int 10
mov bp,0130
mov ax,1301
mov bx,0017
mov cx,0012
mov dx,091c
int 10
mov ah,02
mov dx,0000
int 10
mov ax,0c08
int 21
int 20
 
Top