我必须了解我的工作的一个小概念.我必须使用8086使用汇编语言中的DOS中断将存储在寄存器中的值传送到并行端口.以下是需要澄清的微小代码.
[org 0x0100]
mov AL, 01001011 ;any value in AL register that is to be transmitted
(...here...how to transmit it to parallel ports using DOS Interrupt?)
Run Code Online (Sandbox Code Playgroud)