add -P flag to 5l to produce proper flat binaries
This commit is contained in:
parent
abc602e191
commit
c8524f52ad
1 changed files with 5 additions and 0 deletions
|
@ -77,6 +77,11 @@ asmb(void)
|
||||||
curtext = P;
|
curtext = P;
|
||||||
switch(HEADTYPE) {
|
switch(HEADTYPE) {
|
||||||
case 0:
|
case 0:
|
||||||
|
if(debug['P']){
|
||||||
|
OFFSET = rnd(textsize, INITRND);
|
||||||
|
seek(cout, OFFSET, 0);
|
||||||
|
break;
|
||||||
|
}
|
||||||
case 1:
|
case 1:
|
||||||
case 2:
|
case 2:
|
||||||
case 5:
|
case 5:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue