|
-
Oct 29th, 2000, 05:21 PM
#1
Thread Starter
Member
Hello. I have been learning assembler, and can do most character input and output:
Code:
mov ah, 2
mov dl, 65
int 21
int 20
And know how to do loops, and several other things. Anyone got tips on drawing stuff? A line? I also cannot figure out how to do colored text. Thanks!
-
Oct 29th, 2000, 09:16 PM
#2
Fanatic Member
Depends on the OS,
If you're in DOS then you use call the 21h interupt with the appropriate video variable (I know this is vague but I can't remember off the top of my head)
Or in windows then you have to use the API, get a handle on a device context etc.
Paul Dwyer 
Network Engineer
Aussie In Tokyo
Using Powerbasic 6 & VB6 SP4 (Please also add your VB Version to your signature!)
-
Oct 30th, 2000, 06:30 PM
#3
Thread Starter
Member
Well, I only know how to assemble in DOS. Any web sites regarding assembler in windows?
-
Oct 31st, 2000, 05:35 AM
#4
Fanatic Member
have a look through the other assembler threads, there are links to MASM32 which is a 32bit assember for windows
Paul Dwyer 
Network Engineer
Aussie In Tokyo
Using Powerbasic 6 & VB6 SP4 (Please also add your VB Version to your signature!)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|