[Solved] Compact implementation of logical AND in x86 assembly [closed]
[ad_1] MUL BX OR AX, DX On older machines this might not be very fast compared to longer answers. 10 [ad_2] solved Compact implementation of logical AND in x86 assembly [closed]
[ad_1] MUL BX OR AX, DX On older machines this might not be very fast compared to longer answers. 10 [ad_2] solved Compact implementation of logical AND in x86 assembly [closed]
[ad_1] 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 … Read more