Search:

Type: Posts; User: Brian

Search: Search took 0.04 seconds.

  1. Replies
    8
    Views
    3,724

    Cool, what's the ISBN # ?

    Cool, what's the ISBN # ?
  2. Replies
    8
    Views
    3,724

    Yeah I don't understand any of it yet, I'm doing...

    Yeah I don't understand any of it yet, I'm doing a few online tutorials whilst waiting for my book to arrive. (stupid amazon).


    I ordered this one:...
  3. Replies
    8
    Views
    3,724

    Hehe, forgot the "START" after "END" ...

    Hehe, forgot the "START" after "END"



    .MODEL SMALL
    .STACK 200H
    .DATA
    Textstring db "Hmm...It just seems to work.$"
    .CODE
    START:
  4. Replies
    8
    Views
    3,724

    Huh? Why doesn't it work?

    .MODEL SMALL
    .STACK 200H
    .DATA
    Textstring db "Hmm...It just doesn't seem to work.$"
    .CODE
    START:

    Mov ax, SEG Textstring
    Mov ds, ax
    Mov dx, OFFSET Textstring
Results 1 to 4 of 4