Hacker News new | ask | show | jobs
by ultrarunner 2112 days ago
I think I would use this if I were writing a cpu emulator in Ruby (which I wouldn't). It mirrors assembly, but I'm not sure that's a good thing.
1 comments

It depends upon the assembly language. Intel defines its opcodes as `dest,src` and Motorola did `src,dest`.