Forum: Assembly May 14th, 2007 |
| Replies: 1 Views: 2,861 Hi all,
I am using a testing utility to diagnose my memory. when i am running it hangs in random places. If i am disable the USB legacy support its working fine. Let me know the reason... |
Forum: Assembly Jan 23rd, 2007 |
| Replies: 15 Views: 13,114 Hi you can write the Machine Code. Instead of writing mnemonics you can write opcodes in asm files , like
db 0aeh ;equal to far jmp instructions. Hope this will help u... |