I know that it is possible to use inline assembly in C, but can I do the same but for machine code?
If you still don't understand what I mean, I am trying to create a program that doesn't use any libraries (similar to an operating system written in C) which can execute raw machine code, for example raw machine code stored in a char array.
Anyone know what I mean, or know how to do/achieve this?