Search:

Type: Posts; User: _ag0nizer

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,160

    __asm don't work

    When i'am putting an assembler code in C++ like

    __asm
    {



    }

    and calling some of int 13h(I use only BIOS INT in windows applications) and it won't work, works only INT 3, but other...
  2. Replies
    3
    Views
    1,256

    debugging problem

    I have a little problem.
    When i'am debugging my program with MSVC 6.0 I recieve no errors, but when I siply execute it in Explorer it works incorrect. What is the problem? It is the same EXE. I just...
  3. Replies
    8
    Views
    1,313

    __asm don't work

    When i'am putting an assembler code in C++ like

    __asm
    {



    }

    and calling some of int 21h or any thing else it won't work, works only INT 3, but other functions(int 21h, int 13h......)...
  4. Replies
    3
    Views
    1,432

    debugging problem

    I have a little problem.
    When i'am debugging my program with MSVC 6.0 I recieve no errors, but when I siply execute it in Explorer it works incorrect. What is the problem? It is the same EXE. I just...
Results 1 to 4 of 4