C/C++
dudley.lst
Associated article: Porting C Programs to 80386 Protected Mode
Tags: C/C++
_PORTING C PROGRAMS TO 80386 PROTECTED MODE_
by William F. Dudley, Jr.
[LISTING ONE]
; William F. Dudley, Jr.
; real mode module callable from protected mode, passes string in
; buffer in code segment.
ss_text SEGMENT BYTE PUBLIC 'CODE' use16
ASSUME CS:...


