The first version, copied from 6809.
This commit is contained in:
		
							parent
							
								
									eb15231cf4
								
							
						
					
					
						commit
						b4faacec8c
					
				
					 1 changed files with 29 additions and 0 deletions
				
			
		
							
								
								
									
										29
									
								
								lib/6800/descr
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										29
									
								
								lib/6800/descr
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,29 @@ | |||
| # $Revision$ | ||||
| var w=2 | ||||
| var i=2 | ||||
| var p=2 | ||||
| var s=2 | ||||
| var l=4 | ||||
| var f=4 | ||||
| var d=8 | ||||
| var NAME=m6800 | ||||
| var M=6800 | ||||
| var LIB=lib/{M}/tail_ | ||||
| var RT=lib/{M}/head_ | ||||
| var INCLUDES=-I{EM}/include -I/usr/include | ||||
| name asld | ||||
| 	from .s.a | ||||
| 	to .out | ||||
| 	outfile a.out | ||||
| 	program {EM}/lib/{M}/as | ||||
| 	mapflag -l* LNAME={EM}/{LIB}* | ||||
| 	mapflag -d* ASFL={ASFL?} -d* | ||||
| 	args {ASFL?} (.e:{HEAD}={EM}/{RT}em) \ | ||||
| 		({RTS}:.b.c={EM}/{RT}cc) ({RTS}:.p={EM}/{RT}pc) -o > < \ | ||||
| 		(.p:{TAIL}={EM}/{LIB}pc) \ | ||||
| 		(.b:{TAIL}={EM}/{LIB}bc) \ | ||||
| 		(.b.c:{TAIL}={EM}/{LIB}cc.1s {EM}/{LIB}cc.2g) \ | ||||
| 		(.b.c.p:{TAIL}={EM}/{LIB}mon) \ | ||||
| 		(.e:{TAIL}={EM}/{LIB}em) | ||||
| 	linker | ||||
| end | ||||
		Loading…
	
	Add table
		
		Reference in a new issue