changed entry points csa and csb
This commit is contained in:
		
							parent
							
								
									3b61d605c1
								
							
						
					
					
						commit
						6beb10355e
					
				
					 1 changed files with 6 additions and 2 deletions
				
			
		| 
						 | 
					@ -692,11 +692,15 @@ C_bls
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
C_csa		
 | 
					C_csa		
 | 
				
			||||||
	$1 == 4		==>	"jmp (.csa)".
 | 
						$1 == 4		==>	"move.l (sp)+,a0";
 | 
				
			||||||
 | 
									"move.l (sp)+,d0";
 | 
				
			||||||
 | 
									"jmp (.csa)".
 | 
				
			||||||
  	default		==>	arg_error( "csa", $1).
 | 
					  	default		==>	arg_error( "csa", $1).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
C_csb		
 | 
					C_csb		
 | 
				
			||||||
	$1 == 4		==>	"jmp (.csb)".
 | 
						$1 == 4		==>	"move.l (sp)+,a0";
 | 
				
			||||||
 | 
									"move.l (sp)+,d0";
 | 
				
			||||||
 | 
									"jmp (.csb)".
 | 
				
			||||||
  	default		==>	arg_error( "csb", $1).
 | 
					  	default		==>	arg_error( "csb", $1).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
C_dch		==>	C_loi( (arith)4).
 | 
					C_dch		==>	C_loi( (arith)4).
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue