Lines Matching refs:USE16
9139 RESET_CODE segment er PUBLIC USE16
11837 D-bit is zero is a USE16 segment. The D-bit eliminates the need to
11885 In a USE16 segment:
11902 a USE16 or USE32 segment. The choice of the USE16 or USE32 attribute for a
11923 both USE16 and USE32 code segments. The only limitation is the one imposed
11926 Kilobytes is to be shared among USE32 and USE16 segments, the data that is
11927 to be accessed by the USE16 segments must be located within the first 64
11930 A stack that spans addresses less than 64K can be shared by both USE16 and
11943 of stack used by a USE16 code segment. The size of stack pointer used by the
11950 stack references, such as accesses to parameters or local variables. A USE16
11956 than 64K, therefore USE16 code cannot utilize such a stack segment unless
11963 When transferring control among procedures in USE16 and USE32 code
11995 An interface procedure can enable transfers from USE16 segments to 32-bit
12045 USE16 segment match the corresponding RET in a USE32 segment, or to make a
12046 CALL in a USE32 segment match the corresponding RET in a USE16 segment.
12170 Interface procedures between USE32 and USE16 segments can be constructed