Changeset 151 for sbliveos2/trunk/drv16/vddentry.asm
- Timestamp:
- May 28, 2000, 6:50:46 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sbliveos2/trunk/drv16/vddentry.asm
r142 r151 103 103 _OSSIDC_ENTRY ENDP 104 104 105 PUBLIC _inpd 106 _inpd proc near 107 in eax, dx 108 mov dx, ax 109 shr eax, 16 110 xchg ax, dx 111 ret 112 _inpd endp 113 114 PUBLIC _outpd 115 _outpd proc near 116 mov ax, cx 117 shl eax, 16 118 mov ax, bx 119 out dx, eax 120 ret 121 _outpd endp 122 105 123 _TEXT ENDS 106 124
Note:
See TracChangeset
for help on using the changeset viewer.