Results 1 to 3 of 3

Thread: bo

  1. #1

    Thread Starter
    Ex-Super Mod'rater Electroman's Avatar
    Join Date
    Sep 2000
    Location
    Newcastle, England
    Posts
    4,349

    bo

    D3DXLoadSurfaceFromSurface(g_pBackBuffer,NULL,NULL,g_GUISurface,NULL,NULL,D3DX_FILTER_NONE,0xFF00000 0);
    When your thread has been resolved please edit the original post in the thread ()
    and amend "-[RESOLVED]-" to the end of the title and change the icon to , Thank you.

    When posting Code use the [VBCode]Code Here[/VBCode] tags to be able to use the code highlighting.

  2. #2

    Thread Starter
    Ex-Super Mod'rater Electroman's Avatar
    Join Date
    Sep 2000
    Location
    Newcastle, England
    Posts
    4,349
    ,0xFF000000);
    When your thread has been resolved please edit the original post in the thread ()
    and amend "-[RESOLVED]-" to the end of the title and change the icon to , Thank you.

    When posting Code use the [VBCode]Code Here[/VBCode] tags to be able to use the code highlighting.

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    Code:
    #make_BIN#
    MOV     AX, 0B800h
    MOV     DS, AX
    MOV [52h], 'H'
    MOV [54h], 'E'
    MOV [56h], 'L'
    MOV [58h], 'L'
    MOV [5Ah], 'O'
    PUSH    CS
    POP     DS      ; DS = CS.
    MOV     AX, 0B800h
    MOV     ES, AX
    MOV ES:[5Eh], 'W'
    MOV ES:[60h], 'O'
    MOV ES:[62h], 'R'
    MOV ES:[64h], 'L'
    MOV ES:[66h], 'D'
    MOV ES:[68h], '!'
    HLT

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