[Solved] Compact implementation of logical AND in x86 assembly [closed]
MUL BX OR AX, DX On older machines this might not be very fast compared to longer answers. 10 solved Compact implementation of logical AND in x86 assembly [closed]
MUL BX OR AX, DX On older machines this might not be very fast compared to longer answers. 10 solved Compact implementation of logical AND in x86 assembly [closed]
I think you would have a better experience if you used a text editor, typed either binary (ones and zeros) or hex into a text file then write a small program that reads that ascii file and saves it as the binary bits or bytes you intended. Basically making a machine code assembler. You should … Read more