Search:

Type: Posts; User: albert_sps

Search: Search took 0.01 seconds.

  1. Well, i'll get some GC library. Althougt use INT...

    Well, i'll get some GC library. Althougt use INT 21,4A to modify allocated memory block should help, theoretically....
  2. Garbage output without cout, printf or another ...

    When I run a program a lot of characters are showed at end of program execution, although i don't use any like cout or printf functions that could display variables.

    This occurs when I execute...
  3. Replies
    2
    Views
    1,191

    Next intruction to execute (IP)

    I have a script that load into memory a .exe file. I know the CS:IP address, but how can I execute code using this address and an interrupt of DOS after i have loaded file into memory. I'm using...
  4. Replies
    3
    Views
    4,517

    I changed this line, and to send sregs using...

    I changed this line, and to send sregs using intdosx.

    Its working although with some memory garbage outputs.
    Thanks 4 your support Brewbuck
  5. Replies
    3
    Views
    4,517

    It doesn´t Works :(

    I did changes in line sregs , but its doesn´t works.
    I added lines for alloc/dealloc memory too.

    I´ve tryed differente ways to implement in C++ this (in Basic)...
  6. Replies
    3
    Views
    4,517

    EXEC using DOS int 21h functions

    I have been trying to load and execute a .COM file using int 21h DOS interrups (EXEC), but it seems there is a problem with the Parameter Block passed to BX. This script executes .COM file but no...
Results 1 to 6 of 6