My book says "MOV BX 5" the result will be BX=0005; that is ,BH=00 and BL=05; The BX register is 16 bits, so isn't the high bit (BH) 0000 and the low bit (BL) 0005? Is it okay to write it like that?...
Hello everyone, I just received an offer from H3C's low-end Ethernet switch product management department. I just graduated. Does anyone know about this company? How is the department? Thank you...
Hello everyone! I want to use the camera of Coolpad phone (wince5.0) to take pictures, using the SHCameraCapture API, but I found that wince5.0 does not seem to support this API at all, because SHCAME...
My board is mini2440 and I am porting the official 5.0 bsp. Now I find that my board freezes when calling the OEMEthGetSecs() function. I think there may be something wrong with my board, because I al...