Y
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
spc476
2112 days ago
It depends upon the assembly language. Intel defines its opcodes as `dest,src` and Motorola did `src,dest`.
link