Search:

Type: Posts; User: grumpy

Search: Search took 0.05 seconds.

  1. Replies
    5
    Views
    8,111

    That assembler code involves a couple of simple...

    That assembler code involves a couple of simple loops calling fgetc() - a function in the standard C library. No self-respecting assembler programmer would write such code, because it is not worth...
  2. Replies
    5
    Views
    8,111

    Given the nature of that assembly code (obviously...

    Given the nature of that assembly code (obviously output from a C or C++ compiler) it would probably be easier to find the C/C++ source from which it was produced, modify that, and recompile.

    Why...
Results 1 to 2 of 2