| ckielstra 
 
 
 Joined: 18 Mar 2004
 Posts: 3680
 Location: The Netherlands
 
 
			    
 
 | 
			
				|  |  
				|  Posted: Tue Dec 27, 2005 8:27 am |   |  
				| 
 |  
				| A few examples: 
  	  | Code: |  	  | // Example to set words: #ROM 0xF00000 = {1, 2, 3, 4, 5}
 
 // Example to set bytes:
 #ROM int8 0xF00000 = {1, 2, 3, 4, 5}
 
 // Example to set a string of bytes:
 #ROM 0xF00010 = {"12345"}
 | 
 |  |