10 lines
		
	
	
	
		
			80 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			80 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
| #!/bin/sh
 | |
| cat <<EOF
 | |
| #
 | |
| #include "asm.h"
 | |
| .define $1
 | |
| $1:
 | |
| 	mvi a, $2
 | |
| 	jmp .trp
 | |
| EOF
 | |
| 
 |