Can anyone recommend a quality x86 assembler?
And I have a question. Since assembly code writes direct processor instructions, shouldn’t the assembly code take over the system while it runs, since it doesn’t really run on top of the OS, so the OS can’t time-share it.
Also, in virtual memory, how the does the CPU know which program is which so it can give each its own register space?