dont generate .data4
This commit is contained in:
		
							parent
							
								
									9bd075e3a0
								
							
						
					
					
						commit
						e4838a6225
					
				
					 2 changed files with 6 additions and 6 deletions
				
			
		|  | @ -38,10 +38,10 @@ con_mult(sz) word sz; { | ||||||
| 
 | 
 | ||||||
| 	if (sz != 4) | 	if (sz != 4) | ||||||
| 		fatal("bad icon/ucon size"); | 		fatal("bad icon/ucon size"); | ||||||
| #ifdef ACK_ASS |  | ||||||
| 	fprintf(codefile,".data4 %s\n",str); |  | ||||||
| #else |  | ||||||
| 	l = atol(str); | 	l = atol(str); | ||||||
|  | #ifdef ACK_ASS | ||||||
|  | 	fprintf(codefile,".data2 %o, %o !%s\n",(int)(l>>16),(int)l, str); | ||||||
|  | #else | ||||||
| 	fprintf(codefile,"\t%o;%o\n",(int)(l>>16),(int)l); | 	fprintf(codefile,"\t%o;%o\n",(int)(l>>16),(int)l); | ||||||
| #endif | #endif | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -38,10 +38,10 @@ con_mult(sz) word sz; { | ||||||
| 
 | 
 | ||||||
| 	if (sz != 4) | 	if (sz != 4) | ||||||
| 		fatal("bad icon/ucon size"); | 		fatal("bad icon/ucon size"); | ||||||
| #ifdef ACK_ASS |  | ||||||
| 	fprintf(codefile,".data4 %s\n",str); |  | ||||||
| #else |  | ||||||
| 	l = atol(str); | 	l = atol(str); | ||||||
|  | #ifdef ACK_ASS | ||||||
|  | 	fprintf(codefile,".data2 %o, %o !%s\n",(int)(l>>16),(int)l, str); | ||||||
|  | #else | ||||||
| 	fprintf(codefile,"\t%o;%o\n",(int)(l>>16),(int)l); | 	fprintf(codefile,"\t%o;%o\n",(int)(l>>16),(int)l); | ||||||
| #endif | #endif | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue