Search:

Type: Posts; User: A34Chris

Page 1 of 8 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,007

    OK this was the easy solution talking to the...

    OK this was the easy solution talking to the author of TinyGl. Like Duh!

    But I'll post it here for the challenged like myself.



    So the link address for the first is:
    ...
  2. Replies
    1
    Views
    1,007

    8 bit Tiny GL sources needed

    Is there a tinygl version out there that handles 8 bit palettes instead of 16 bits? Or is the only option for the sources to be rewritten? Internet searched turned up nothing conclusive. Near as I...
  3. ok thanks guys.

    ok thanks guys.
  4. We have the specs of the chips. We have the...

    We have the specs of the chips. We have the assemblers. We have the development documentation. We have programmers with 20 year experience working on them.

    We have no one skilled at retargetting...
  5. This is interesting. And it would be easier to...

    This is interesting. And it would be easier to reverse engineer a backend from this information rather than the actual decompiled backend? Am I misunderstanding?
  6. The chips are custom, they are not off the shelf...

    The chips are custom, they are not off the shelf in any way. Absolutely unique.

    Actually the people/company that made them then went to work for Nvidia and I think the new gfx chips in the PS4 ...
  7. Thank you for the input! :)

    Thank you for the input! :)
  8. Decompiling an old GCC for backend extraction

    There is an old gcc(2.6.3) that has a unique backend for a custom set of risc's. The people who worked on it for contract was a company called BrainStorm who never complied with the GPL and never...
  9. Replies
    2
    Views
    14,629

    Borland C decompiler

    I have an old exe from the mid 90s to reverse engineer. Does anyone know of a good Borland decompiler that's perhaps free?

    Or if not free what is the best bang for the buck?
  10. Replies
    6
    Views
    1,242

    Nevermind. Stupid question. Thanks everyone...

    Nevermind. Stupid question.

    Thanks everyone for the help!
  11. Replies
    6
    Views
    1,242

    Thanks guys. My memory is faulty I guess. Been a...

    Thanks guys. My memory is faulty I guess. Been a while since I dug into all this. Will study up on this.
  12. Replies
    6
    Views
    1,242

    thank you very much. So this produces one value...

    thank you very much. So this produces one value out of all that bitwise ORing and assigns it to the pointer. In this case it is the new memory location to point at? *pointer means memory address to...
  13. Replies
    6
    Views
    1,242

    Need help understanding bit operation

    Here is a line I am confused about:


    *B_CMD = SRCENX | UPDA1 | UPDA2 | PATDSEL | BCOMPEN | BKGWREN | DSTEN;

    I understand that the left side is a pointer assignment. I understand that the right...
  14. Replies
    8
    Views
    1,338

    And thanks to everyone for their time and input!...

    And thanks to everyone for their time and input! Much appreciated. :)
  15. Replies
    8
    Views
    1,338

    Just to wrap this up while talking with the...

    Just to wrap this up while talking with the author he theorizes
  16. Replies
    8
    Views
    1,338

    It does seem to be a code error because I...

    It does seem to be a code error because I compiled the latest version of this fine with no warnings. And runs without crashing.
  17. Replies
    8
    Views
    1,338

    I may have made a mistake. Can a mod please...

    I may have made a mistake. Can a mod please remove all copies of names and emails from this post? I am very sorry.

    Mod: Done, though I don't really see the point - googling for the code will...
  18. Replies
    8
    Views
    1,338

    Problems with Orwell CPP

    Does anyone from the Orwell community come here? I need hellp.

    I have actually been trying to build the latest versions of a linker since I was finding problems using them last year. So the author...
  19. Replies
    1
    Views
    649

    When I asked him what help he needed this was the...

    When I asked him what help he needed this was the vasm authors reply:



    I told him there was no gpu ELF format and it would have to be created the same way it was for everything else at one time.
  20. Replies
    1
    Views
    649

    ELF conversion suggestions needed

    An assembler that supports ELF, among other formats is being adapted to handle the Atari Jaguar systems RISCs.

    Atari Jaguar - Wikipedia, the free encyclopedia

    The Jags GPU RISC has a Jaguar...
  21. Whoops nevermind I think I found it. I was using...

    Whoops nevermind I think I found it. I was using wrong search criteria.

    http://gcc.gnu.org/onlinedocs/gcc-4.1.2/gcc/M680x0-Options.html
  22. Prebuilt GNU toolchain for m68k-elf questions.

    I have downloaded this for a system using a motorola 68000.

    Prebuilt GNU toolchain for m68k-elf

    However its producing 68020 output.


    (gdb) c
    Continuing.
  23. Replies
    7
    Views
    1,238

    Well that worked... kinda.... It wont get back...

    Well that worked... kinda....

    It wont get back to the command prompt...


    Microsoft Windows XP [Version 5.1.2600]
    (C) Copyright 1985-2001 Microsoft Corp.

    C:\Documents and...
  24. Replies
    7
    Views
    1,238

    Got some input elsewhere. What do you guys think?...

    Got some input elsewhere. What do you guys think?



    So I need to somehow use the GNU make with this? nuts.
  25. Replies
    7
    Views
    1,238

    I altered the makefile for mingw32. About the...

    I altered the makefile for mingw32. About the only changes I did to it.
Results 1 to 25 of 176
Page 1 of 8 1 2 3 4