Results 1 to 4 of 4

Thread: Assembler in General

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 2000
    Posts
    33

    Cool

    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!

  2. #2
    Fanatic Member
    Join Date
    Feb 2000
    Location
    Japan
    Posts
    840
    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!)

  3. #3

    Thread Starter
    Member
    Join Date
    Oct 2000
    Posts
    33
    Well, I only know how to assemble in DOS. Any web sites regarding assembler in windows?

  4. #4
    Fanatic Member
    Join Date
    Feb 2000
    Location
    Japan
    Posts
    840
    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
  •  



Click Here to Expand Forum to Full Width