General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Gorilla Disco
Creel
comments
Comments by "Gorilla Disco" (@gorilladisco9108) on "Top 10 Craziest Assembly Language Instructions" video.
If you ever learn about microprocessors, it's all about microcode. Every assembly instruction are function call to microcode. The design will basically the same, with microcode printed in ROM inside the chip. You just have to be creative using that microcode to come up with a new instruction.
14
Easy. Those instructions are basically a function call to microprocessor microcode. The real work is inside the microcode.
13
@johnbrown9181 And that's why you won't see any instruction like the ones listed on this video on any RISC microprocessors. The thing about x86 and other CISC microprocessors is they use microcode liberally. Microcode is how a microprocessor work. All you have to do is to have imagination.
8
@HappyBeezerStudios The basic instructions are more or less RISC-like, but the advance instructions like the ones mentioned in the video is definitely not RISC.
4
I believe those are not part of x86 assembly language but x64 assembly language.
1