Search results for query: *

  1. A

    Music Generator

    If you are interested in music soft programming, this programm will help you. It is a visual editor, based on graph design (like visio, simulink and rational rose), but it also suports c and x86 asm subroutines. You can easily sketch up your synth or effect before doing it in your code...
  2. A

    Ds Emulator Interface

    ARM7 in nintendo ds is ARM7TDMI, which uses ARMv4T version of instruction set.
  3. A

    Ds Emulator Interface

    from http://www.arm.com/products/processors/technologies/instruction-set-architectures.php
  4. A

    Ds Emulator Interface

    Yes, that how it works. But, you forgot one thing. Both Nintendo DS and Pandora are ARM-based. So we dont realy need to translate mashine code, because it is already ARM code. What we are realy need is some form of Partial Virtualisation. But there is still a problem. Even if we can run ARM code...
Back
Top