|
@@ -113,16 +113,9 @@ typedef struct segoff segoff_t;
|
113
|
113
|
*/
|
114
|
114
|
|
115
|
115
|
/*
|
116
|
|
- * REAL_CALL ( routine, num_out_constraints, out_constraints,
|
117
|
|
- * in_constraints, clobber )
|
118
|
116
|
* REAL_EXEC ( name, asm_code_str, num_out_constraints, out_constraints,
|
119
|
117
|
* in_constraints, clobber )
|
120
|
118
|
*
|
121
|
|
- * If you have a pre-existing real-mode routine that you want to make
|
122
|
|
- * a far call to, use REAL_CALL. If you have a code fragment that you
|
123
|
|
- * want to copy down to base memory, execute, and then remove, use
|
124
|
|
- * REAL_EXEC.
|
125
|
|
- *
|
126
|
119
|
* out_constraints must be of the form OUT_CONSTRAINTS(constraints),
|
127
|
120
|
* and in_constraints must be of the form IN_CONSTRAINTS(constraints),
|
128
|
121
|
* where "constraints" is a constraints list as would be used in an
|