我的任務是將AX和BX加到AX,而不使用「MOV」或「LEA」操作數。 我有點卡在這裏,你能幫我嗎? ; AX need to be 15, using ONLY 'mov' and 'lea'.
; Do NOT use arithmetic instrutions (add, inc, mul, etc.)
mov ax,10
mov bx,4
lea
我有一個MOV文件,我想解碼它,並將所有幀作爲單獨的圖像。 所以我嘗試按以下方式配置未壓縮的媒體類型: // configure the source reader
IMFSourceReader* m_pReader;
MFCreateSourceReaderFromURL(filePath, NULL, &m_pReader);
// get the compressed media