Added fakfp.s
This commit is contained in:
		
							parent
							
								
									e2037c2e4b
								
							
						
					
					
						commit
						2b3f059c55
					
				
					 2 changed files with 40 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -27,6 +27,7 @@ shp.s
 | 
			
		|||
sig.s
 | 
			
		||||
cms.s
 | 
			
		||||
fat.s
 | 
			
		||||
fakfp.s
 | 
			
		||||
trp.s
 | 
			
		||||
dia.s
 | 
			
		||||
printf.s
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										39
									
								
								mach/m68k4/libem/fakfp.s
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										39
									
								
								mach/m68k4/libem/fakfp.s
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,39 @@
 | 
			
		|||
.define .adf4, .adf8, .sbf4, .sbf8, .mlf4, .mlf8, .dvf4, .dvf8
 | 
			
		||||
.define .ngf4, .ngf8, .fif4, .fif8, .fef4, .fef8
 | 
			
		||||
.define .cif4, .cif8, .cuf4, .cuf8, .cfi, .cfu, .cff4, .cff8
 | 
			
		||||
.define .cmf4, .cmf8
 | 
			
		||||
.sect .text
 | 
			
		||||
.sect .rom
 | 
			
		||||
.sect .data
 | 
			
		||||
.sect .bss
 | 
			
		||||
 | 
			
		||||
!	$Header$
 | 
			
		||||
 | 
			
		||||
	.sect .text
 | 
			
		||||
.adf4:
 | 
			
		||||
.adf8:
 | 
			
		||||
.sbf4:
 | 
			
		||||
.sbf8:
 | 
			
		||||
.mlf4:
 | 
			
		||||
.mlf8:
 | 
			
		||||
.dvf4:
 | 
			
		||||
.dvf8:
 | 
			
		||||
.ngf4:
 | 
			
		||||
.ngf8:
 | 
			
		||||
.fif4:
 | 
			
		||||
.fif8:
 | 
			
		||||
.fef4:
 | 
			
		||||
.fef8:
 | 
			
		||||
.cif4:
 | 
			
		||||
.cif8:
 | 
			
		||||
.cuf4:
 | 
			
		||||
.cuf8:
 | 
			
		||||
.cfi:
 | 
			
		||||
.cfu:
 | 
			
		||||
.cff4:
 | 
			
		||||
.cff8:
 | 
			
		||||
.cmf4:
 | 
			
		||||
.cmf8:
 | 
			
		||||
	move.l	#18,-(sp)
 | 
			
		||||
	jsr	.trp
 | 
			
		||||
	rts
 | 
			
		||||
		Loading…
	
	Add table
		
		Reference in a new issue