Home |
RTTarget-32 Programming Manual Running Win32 Programs without Win32 OUT Commands Running a Program on the Target Compiling and Linking with On Time RTOS-32 |
OUT CommandsOut commands can be used to send 8, 16, or 32 bit values to I/O ports at boot time: OUTB Port Value OUTW Port Value OUTD Port Value OUTB sends the byte Value to port address Port. OUTW sends the word Value to port address Port. OUTD sends the dword Value to port address Port.
|