New description file, using LED.
This commit is contained in:
		
							parent
							
								
									97f8083ee0
								
							
						
					
					
						commit
						61158d4693
					
				
					 1 changed files with 24 additions and 10 deletions
				
			
		|  | @ -5,11 +5,13 @@ var s=2 | |||
| var l=4 | ||||
| var f=4 | ||||
| var d=8 | ||||
| var NAME=i8086 | ||||
| var NAME=i86 | ||||
| var M=i86 | ||||
| var LIB=lib/{M}/tail_ | ||||
| var RT=lib/{M}/head_ | ||||
| var CPP_F=-Dunix | ||||
| var INCLUDES=-I{EM}/include -I/usr/include | ||||
| var ALIGN=-a0:2 -a1:2 -a2:2 -a3:2 | ||||
| name be | ||||
| 	from .m.g | ||||
| 	to .s | ||||
|  | @ -18,19 +20,31 @@ name be | |||
| 	stdout | ||||
| 	need .e | ||||
| end | ||||
| name asld | ||||
| 	from .s.a | ||||
| 	to .out | ||||
| 	outfile a.out | ||||
| name as | ||||
| 	from .s | ||||
| 	to .o | ||||
| 	program {EM}/lib/{M}/as | ||||
| 	args - -o > < | ||||
| 	prep cond | ||||
| end | ||||
| name led | ||||
| 	from .o.a | ||||
| 	to .out | ||||
| 	program {EM}/lib/em_led | ||||
| 	mapflag -l* LNAME={EM}/{LIB}* | ||||
| 	mapflag -i  IFILE={EM}/{RT}i | ||||
| 	args {IFILE?} (.e:{HEAD}={EM}/{RT}em) \ | ||||
| 	mapflag -i SEPID=-b1:0 | ||||
| 	args (.e:{HEAD}={ALIGN} {SEPID?} {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.e:{TAIL}={EM}/{LIB}alo) (.b.c.p:{TAIL}={EM}/{LIB}mon) \ | ||||
| 		(.e:{TAIL}={EM}/{LIB}em) | ||||
| 		(.e:{TAIL}={EM}/{LIB}em {EM}/{LIB}mon {EM}/lib/{M}/end_em) | ||||
| 	linker | ||||
| end | ||||
| name cv | ||||
| 	from .out | ||||
| 	to .cv | ||||
| 	program {EM}/lib/{M}/cv_ix | ||||
| 	args < > | ||||
| 	outfile a.out | ||||
| end | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue