13 lines
		
	
	
	
		
			142 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			142 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef ASM_H
 | 
						|
#define ASM_H
 | 
						|
 | 
						|
! Declare segments (the order is important).
 | 
						|
 | 
						|
.sect .text
 | 
						|
.sect .rom
 | 
						|
.sect .data
 | 
						|
.sect .bss
 | 
						|
 | 
						|
.sect .text
 | 
						|
 | 
						|
#endif
 |