CRLF Output Stream
CRLF Output Stream...
CRLF Output Stream...
* * Input * bin_data : binary data * bin_size : binary data length * Mode : operation mode * BASE64_NeedCRLF ---- Need a CRLF every 64 base6...
.data val1 sword 0 val sword -276 .code main proc mov ax,val cwd mov bx,10 idiv bx mov val1,ax call writebin call crlf mov ax,...
輸入、輸出功能,檢驗輸入的數是否為數字功能,ASCII碼與二進制數的的相互轉化功能,兩數相乘功能,因此整個程序定義了兩個宏INPUT和MULTIPLE,宏INPUT實現了輸入、檢驗和ASCII碼與二進制的相互轉換功能,MULTIPLE實現了兩數相乘功能,實現輸出功能的是子程序OUTPUT,由于在輸入...