21 lines
		
	
	
	
		
			270 B
		
	
	
	
		
			ArmAsm
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
	
		
			270 B
		
	
	
	
		
			ArmAsm
		
	
	
	
	
	
#include "em_abs.h"
 | 
						|
.sect .text; .sect .rom; .sect .data; .sect .bss; .sect .text
 | 
						|
.define	.mlf
 | 
						|
 | 
						|
        ! $Header$
 | 
						|
 | 
						|
 | 
						|
.mlf:
 | 
						|
	movl	(sp)+,r1
 | 
						|
	cmpl	r0,$4
 | 
						|
	bneq	I1
 | 
						|
	mulf2	(sp)+,(sp)
 | 
						|
	jmp	(r1)
 | 
						|
I1:
 | 
						|
	cmpl	r0,$8
 | 
						|
	bneq	I2
 | 
						|
	muld2	(sp)+,(sp)
 | 
						|
	jmp	(r1)
 | 
						|
I2:
 | 
						|
	pushl	$EILLINS
 | 
						|
	jmp	.fat
 |