Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.

Questions tagged [binary-translation]

Binary translation looks at a short sequence of code—typically on the order of a single basic block—then translates it and caches the resulting sequence. Code is only translated as it is discovered and when possible, and branch instructions are made to point to already translated and saved code (memoization).

Filter by
Sorted by
Tagged with
6 votes
4 answers
2k views

Context: I'm fascinated by Rosetta 2 so I Googled a bit and reached the wiki page. It talked about the M68K emulator (embedded in ROM), and the related wiki page says: Early versions emulated it by ...
Nicholas Humphrey's user avatar
2 votes
3 answers
797 views

CP/M was mostly portable across systems but most of them were z80 based. It was ported to 8086, 68000 and maybe more but without binary compatibility. No z80 systems that wanted CP/M compatibility ...
Valentino Miazzo's user avatar
2 votes
4 answers
2k views

I know most computer architecture store data in binary in drives/storage, but i'm unsure where in a computer (x86, etc) does the conversion/interpretation of binary (base2) to hexadecimal (base16) ...
secemp9's user avatar
  • 181
15 votes
2 answers
2k views

Transmeta Corporation produced the Transmeta Crusoe Processor architecture. (Transmeta was also famous for having Linus Torvalds work there at the time.) We can see from the wikipedia article that ...
hawkeye's user avatar
  • 3,107