|
|
|
|
|
by pizlonator
2363 days ago
|
|
It kinda does in this case. Don’t kid yourself. In real assembly, the really interesting part is how to use a finite register file. WebAssembly has an infinite slab of variables available, in the sense that you get to say how big it is. That fundamentally changes the game. |
|
In fact, most mainframes have always made use of microcoded CPUs, with Assembly being referred as bytecode on the programming manuals.
You just need to dive into IBM and Xerox PARC manuals, for starters.