3
votes
2answers
239 views

Are there any mixed stack register virtual machines?

I was reading about JVM and Android, and the technical differences between them, and one important it that one VM was stack based, and the other register based. I studied assembler in College, & ...