; VF=C:\cygwin\home\headley\svn\MSP430\QUADRA~1\mmcrfio\version.asm
; VL=1 ; Archelon URCC C 3.20 2005/05/27
; Archelon URCC C 3.20 2005/05/27
; VL=2 ; MSP430 CIF 2005/08/05
; MSP430 CIF 2005/08/05
; VL=3 ; Compiled "C:\cygwin\home\headley\svn\MSP430\QUADRA~1\mmcrfio\version.c" Thu Feb 23 15:01:03 2006
; Compiled "C:\cygwin\home\headley\svn\MSP430\QUADRA~1\mmcrfio\version.c" Thu Feb 23 15:01:03 2006
; VL=4 ; 
; 
; VL=5 	.dbgseg dbg_syms
	.segment	dbg_syms,memtype=7,wordsize=32,locinc=4,align=2 
; VL=6 	.align 0x2
	 .align 0x2 
; VL=7 	.long 0x6c69662e
	LONGWORD# 0x6c69662e 
; VL=8 	.long 0x65
	LONGWORD# 0x65 
; VL=9 	.long 0x1
	LONGWORD# 0x1 
; VL=10 	.long 0x0
	LONGWORD# 0x0 
; VL=11 	.long 0x167fffe
	LONGWORD# 0x167fffe 
; VL=12 	.long 0x0
	LONGWORD# 0x0 
; VL=13 	.long DBG5
	LONGWORD# DBG5 
; VL=14 	.long 0x0
	LONGWORD# 0x0 
; VL=15 	.long 0x0
	LONGWORD# 0x0 
; VL=16 	.long 0x0
	LONGWORD# 0x0 
; VL=17 ; typedef unsigned int size_t;
; typedef unsigned int size_t;
; VL=18 ; size_t size 2
; size_t size 2
; VL=19 ; typedef void *va_list;
; typedef void *va_list;
; VL=20 ; va_list size 2
; va_list size 2
; VL=21 ; typedef void (*__appendfunc_ptr) (char, void *);
; typedef void (*__appendfunc_ptr) (char, void *);
; VL=22 ; __appendfunc_ptr size 2
; __appendfunc_ptr size 2
; VL=23 ; typedef struct {
; typedef struct {
; VL=24 ; 	unsigned char *_base;
; 	unsigned char *_base;
; VL=25 ; 	unsigned char *_end;
; 	unsigned char *_end;
; VL=26 ; 	unsigned char *_ptr;
; 	unsigned char *_ptr;
; VL=27 ; 	long int       _seek;
; 	long int       _seek;
; VL=28 ; 	int            _cnt;
; 	int            _cnt;
; VL=29 ; 	short          _flag;
; 	short          _flag;
; VL=30 ; 	char           _file;
; 	char           _file;
; VL=31 ; 	unsigned char  _nbf;
; 	unsigned char  _nbf;
; VL=32 ; } FILE;
; } FILE;
; VL=33 ; FILE size 16
; FILE size 16
; VL=34 ; int    sprintf( char *, const char *, ... );
; int    sprintf( char *, const char *, ... );
; VL=35 ; int    snprintf( char *, size_t, const char *, ... );
; int    snprintf( char *, size_t, const char *, ... );
; VL=36 ; int    sscanf( const char *, const char *, ... );
; int    sscanf( const char *, const char *, ... );
; VL=37 ; int    vsprintf( char *, const char *, va_list );
; int    vsprintf( char *, const char *, va_list );
; VL=38 ; int    vsnprintf( char *, size_t, const char *, va_list );
; int    vsnprintf( char *, size_t, const char *, va_list );
; VL=39 ; int    __vpprintf( __appendfunc_ptr, void *, const char *, va_list );
; int    __vpprintf( __appendfunc_ptr, void *, const char *, va_list );
; VL=40 ; int    __pprintf( __appendfunc_ptr, void *, const char *, ... );
; int    __pprintf( __appendfunc_ptr, void *, const char *, ... );
; VL=41 ; typedef int boolean;
; typedef int boolean;
; VL=42 ; boolean size 2
; boolean size 2
; VL=43 ; enum {false = 0, true = 1};
; enum {false = 0, true = 1};
; VL=44 ; enum {error = -1, success = 0};
; enum {error = -1, success = 0};
; VL=45 ; void clearString(char *s, int len);
; void clearString(char *s, int len);
; VL=46 ; void eatWhiteSpace(char **s);
; void eatWhiteSpace(char **s);
; VL=47 ; int grabArgument(char **srcStr, char *dstStr, int dstLen);
; int grabArgument(char **srcStr, char *dstStr, int dstLen);
; VL=48 ; typedef int (*commandHandler)(char *);
; typedef int (*commandHandler)(char *);
; VL=49 ; commandHandler size 2
; commandHandler size 2
; VL=50 ; int cmdparseInit(void);
; int cmdparseInit(void);
; VL=51 ; void cmdparseShow(void);
; void cmdparseShow(void);
; VL=52 ; int cmdparseAddCommand(char * pCmdStr, char * pSubCmdStr, commandHandler handler);
; int cmdparseAddCommand(char * pCmdStr, char * pSubCmdStr, commandHandler handler);
; VL=53 ; int cmdparseDoCommand(char * pCmdStr);
; int cmdparseDoCommand(char * pCmdStr);
; VL=54 ; int outfmtInit(void);
; int outfmtInit(void);
; VL=55 ; void outfmtSendAlarmInfo(int type, unsigned char alarms);
; void outfmtSendAlarmInfo(int type, unsigned char alarms);
; VL=56 ; void outfmtSendPrompt(void);
; void outfmtSendPrompt(void);
; VL=57 ; void outfmtSendCrLf(void);
; void outfmtSendCrLf(void);
; VL=58 ; void outfmtSendVersion(char *);
; void outfmtSendVersion(char *);
; VL=59 ; void outfmtSendData(void);
; void outfmtSendData(void);
; VL=60 ; void outfmtSendLevels(void);
; void outfmtSendLevels(void);
; VL=61 ; void outfmtSendTime(int, int, int);
; void outfmtSendTime(int, int, int);
; VL=62 ; void outfmtSendDate(int, int, int);
; void outfmtSendDate(int, int, int);
; VL=63 ; void outfmtSendError(int);
; void outfmtSendError(int);
; VL=64 ; int outfmtGetBuffer(char **, int *);
; int outfmtGetBuffer(char **, int *);
; VL=65 ; int outfmtSendBuffer(void);
; int outfmtSendBuffer(void);
; VL=66 ; static const char dateStr[] = "Feb 23 2006" ;
; static const char dateStr[] = "Feb 23 2006" ;
; VL=67 	.iseg version_data_const
	.segment	version_data_const,memtype=0,wordsize=8,locinc=1,rom,align=2 
; VL=68 	.align 0x2
	 .align 0x2 
; VL=69 _dateStr:
_dateStr:
; VL=70 	.byte 0x46
	BYTE# 0x46 
; VL=71 	.byte 0x65
	BYTE# 0x65 
; VL=72 	.byte 0x62
	BYTE# 0x62 
; VL=73 	.byte 0x20
	BYTE# 0x20 
; VL=74 	.byte 0x32
	BYTE# 0x32 
; VL=75 	.byte 0x33
	BYTE# 0x33 
; VL=76 	.byte 0x20
	BYTE# 0x20 
; VL=77 	.byte 0x32
	BYTE# 0x32 
; VL=78 	.byte 0x30
	BYTE# 0x30 
; VL=79 	.byte 0x30
	BYTE# 0x30 
; VL=80 	.byte 0x36
	BYTE# 0x36 
; VL=81 	.byte 0x0
	BYTE# 0x0 
; VL=82 ; dateStr size 12
; dateStr size 12
; VL=83 ; static const char toolchain = 'Q';
; static const char toolchain = 'Q';
; VL=84 _toolchain:
_toolchain:
; VL=85 	.byte 0x51
	BYTE# 0x51 
; VL=86 ; toolchain size 1
; toolchain size 1
; VL=87 ; static const unsigned char verSubMinor = 1;
; static const unsigned char verSubMinor = 1;
; VL=88 _verSubMinor:
_verSubMinor:
; VL=89 	.byte 0x1
	BYTE# 0x1 
; VL=90 ; verSubMinor size 1
; verSubMinor size 1
; VL=91 ; static const unsigned char verMinor = 3;
; static const unsigned char verMinor = 3;
; VL=92 _verMinor:
_verMinor:
; VL=93 	.byte 0x3
	BYTE# 0x3 
; VL=94 ; verMinor size 1
; verMinor size 1
; VL=95 ; static const unsigned char verMajor = 2;
; static const unsigned char verMajor = 2;
; VL=96 _verMajor:
_verMajor:
; VL=97 	.byte 0x2
	BYTE# 0x2 
; VL=98 ; verMajor size 1
; verMajor size 1
; VL=99 ; static char versionString[ (16) ];
; static char versionString[ (16) ];
; VL=100 ; static int getVersionHandler(char * cmdStr)
; static int getVersionHandler(char * cmdStr)
; VL=101 	.dbgseg dbg_syms
	.segment	dbg_syms,memtype=7,wordsize=32,locinc=4,align=2 
DBG3:
; VL=102 DBG3:
; VL=103 	.long 0x0
	LONGWORD# 0x0 
; VL=104 	.long DBG10
	LONGWORD# DBG10 
; VL=105 	.long _getVersionHandler
	LONGWORD# _getVersionHandler 
; VL=106 	.long 0x44
	LONGWORD# 0x44 
; VL=107 	.long 0x1030001
	LONGWORD# 0x1030001 
; VL=108 	.long DBG1
	LONGWORD# DBG1 
; VL=109 	.long DBG7-DBG8
	LONGWORD# DBG7-DBG8 
; VL=110 	.long DBG9
	LONGWORD# DBG9 
; VL=111 	.long DBG6
	LONGWORD# DBG6 
; VL=112 	.long 0x0
	LONGWORD# 0x0 
; VL=113 	.pseg version_code
	.segment	version_code,memtype=0,wordsize=8,locinc=1,rom,align=2 
DBG8:
; VL=114 DBG8:
; VL=115 	.dbgseg dbg_syms
	.segment	dbg_syms,memtype=7,wordsize=32,locinc=4,align=2 
DBG1:
; VL=116 DBG1:
; VL=117 	.long 0x66622e
	LONGWORD# 0x66622e 
; VL=118 	.long 0x0
	LONGWORD# 0x0 
; VL=119 	.long DBG8
	LONGWORD# DBG8 
; VL=120 	.long 0x0
	LONGWORD# 0x0 
; VL=121 	.long 0x1650001
	LONGWORD# 0x1650001 
; VL=122 	.long 0x0
	LONGWORD# 0x0 
; VL=123 	.long 0x15
	LONGWORD# 0x15 
; VL=124 	.long 0x0
	LONGWORD# 0x0 
; VL=125 	.long DBG11
	LONGWORD# DBG11 
; VL=126 	.long 0x0
	LONGWORD# 0x0 
; VL=127 	.dbgseg dbg_line
	.segment	dbg_line,memtype=7,wordsize=32,locinc=4,align=2 
; VL=128 	.align 0x2
	 .align 0x2 
DBG9:
; VL=129 DBG9:
; VL=130 	.long DBG3
	LONGWORD# DBG3 
; VL=131 	.long 0x0
	LONGWORD# 0x0 
; VL=132 	.long _getVersionHandler
	LONGWORD# _getVersionHandler 
; VL=133 	.long 0x1
	LONGWORD# 0x1 
; VL=134 	.long DBG13
	LONGWORD# DBG13 
; VL=135 	.long 0x2
	LONGWORD# 0x2 
; VL=136 	.long DBG14
	LONGWORD# DBG14 
; VL=137 	.long 0x3
	LONGWORD# 0x3 
; VL=138 	.long DBG15
	LONGWORD# DBG15 
; VL=139 	.long 0x4
	LONGWORD# 0x4 
; VL=140 	.long DBG16
	LONGWORD# DBG16 
; VL=141 	.long 0x5
	LONGWORD# 0x5 
; VL=142 	.pseg version_code
	.segment	version_code,memtype=0,wordsize=8,locinc=1,rom,align=2 
; VL=143 _getVersionHandler:
_getVersionHandler:
DBG12:
DBG13:
DBG14:
; VL=144 ; ENTRY
; ENTRY
; VL=145 DBG12:
; VL=146 ; {
; {
; VL=147 DBG13:
; VL=148 ;   outfmtSendVersion(versionString);
;   outfmtSendVersion(versionString);
; VL=149 DBG14:
; VL=150 	mov	#_versionString,r12
	d_reg word imm_ind_mod r12 
	mov Sreg# r0 
	BYTE# .bits( 0, 7, _versionString) 
	BYTE# .bits( 8, 15, _versionString) 
; VL=151 	call	#_outfmtSendVersion
	call_lsb word imm_ind_mod r0 
	call 
	BYTE# .bits( 0, 7, _outfmtSendVersion) 
	BYTE# .bits( 8, 15, _outfmtSendVersion) 
DBG15:
; VL=152 DBG15:
; VL=153 ;   return 0;
;   return 0;
; VL=154 	mov	#0x0,r12
	d_reg word reg_mod r12 
	mov Sreg# r3 
DBG16:
DBG17:
; VL=155 DBG17:
; VL=156 DBG16:
; VL=157 ; EXIT
; EXIT
; VL=158 	ret
	d_reg word imm_ind_mod r0 
	mov Sreg# r1 
; VL=159 	.dbgseg dbg_syms
	.segment	dbg_syms,memtype=7,wordsize=32,locinc=4,align=2 
; VL=160 	.long 0x0
	LONGWORD# 0x0 
; VL=161 	.long DBG18
	LONGWORD# DBG18 
; VL=162 	.long 0x0
	LONGWORD# 0x0 
; VL=163 	.long 0x0
	LONGWORD# 0x0 
; VL=164 	.long 0x10002
	LONGWORD# 0x10002 
; VL=165 	.long 0x0
	LONGWORD# 0x0 
; VL=166 	.long DBG19
	LONGWORD# DBG19 
; VL=167 	.long 0x2
	LONGWORD# 0x2 
; VL=168 	.long 0x0
	LONGWORD# 0x0 
; VL=169 	.long 0x10002
	LONGWORD# 0x10002 
; VL=170 	.long 0x504e5f5f
	LONGWORD# 0x504e5f5f 
; VL=171 	.long 0x534d5241
	LONGWORD# 0x534d5241 
; VL=172 	.long 0x0
	LONGWORD# 0x0 
; VL=173 	.long 0x0
	LONGWORD# 0x0 
; VL=174 	.long 0x10002
	LONGWORD# 0x10002 
; VL=175 	.long 0x66652e
	LONGWORD# 0x66652e 
; VL=176 	.long 0x0
	LONGWORD# 0x0 
; VL=177 	.long DBG17
	LONGWORD# DBG17 
; VL=178 	.long 0x0
	LONGWORD# 0x0 
; VL=179 	.long 0x1650001
	LONGWORD# 0x1650001 
; VL=180 	.long 0x0
	LONGWORD# 0x0 
; VL=181 	.long 0x19
	LONGWORD# 0x19 
; VL=182 	.long 0x0
	LONGWORD# 0x0 
; VL=183 	.long 0x0
	LONGWORD# 0x0 
; VL=184 	.long 0x0
	LONGWORD# 0x0 
; VL=185 	.pseg version_code
	.segment	version_code,memtype=0,wordsize=8,locinc=1,rom,align=2 
DBG7:
; VL=186 DBG7:
; VL=187 	.dbgseg dbg_syms
	.segment	dbg_syms,memtype=7,wordsize=32,locinc=4,align=2 
; VL=188 	.long 0x0
	LONGWORD# 0x0 
; VL=189 	.long DBG10
	LONGWORD# DBG10 
; VL=190 	.long DBG7
	LONGWORD# DBG7 
; VL=191 	.long 0x0
	LONGWORD# 0x0 
; VL=192 	.long 0xff0001
	LONGWORD# 0xff0001 
DBG6:
; VL=193 ; }
; }
; VL=194 ; ****** Warning: Symbol ``cmdStr'' (function getVersionHandler) was defined, but not used
; ****** Warning: Symbol ``cmdStr'' (function getVersionHandler) was defined, but not used
; VL=195 ; int versionInit(void)
; int versionInit(void)
; VL=196 DBG6:
; VL=197 	.long 0x0
	LONGWORD# 0x0 
; VL=198 	.long DBG24
	LONGWORD# DBG24 
; VL=199 	.long _versionInit
	LONGWORD# _versionInit 
; VL=200 	.long 0x44
	LONGWORD# 0x44 
; VL=201 	.long 0x1020001
	LONGWORD# 0x1020001 
; VL=202 	.long DBG11
	LONGWORD# DBG11 
; VL=203 	.long DBG21-DBG22
	LONGWORD# DBG21-DBG22 
; VL=204 	.long DBG23
	LONGWORD# DBG23 
; VL=205 	.long DBG20
	LONGWORD# DBG20 
; VL=206 	.long 0x0
	LONGWORD# 0x0 
; VL=207 	.pseg version_code
	.segment	version_code,memtype=0,wordsize=8,locinc=1,rom,align=2 
DBG22:
; VL=208 DBG22:
; VL=209 	.dbgseg dbg_syms
	.segment	dbg_syms,memtype=7,wordsize=32,locinc=4,align=2 
DBG11:
; VL=210 DBG11:
; VL=211 	.long 0x66622e
	LONGWORD# 0x66622e 
; VL=212 	.long 0x0
	LONGWORD# 0x0 
; VL=213 	.long DBG22
	LONGWORD# DBG22 
; VL=214 	.long 0x0
	LONGWORD# 0x0 
; VL=215 	.long 0x1650001
	LONGWORD# 0x1650001 
; VL=216 	.long 0x0
	LONGWORD# 0x0 
; VL=217 	.long 0x1b
	LONGWORD# 0x1b 
; VL=218 	.long 0x0
	LONGWORD# 0x0 
; VL=219 	.long DBG25
	LONGWORD# DBG25 
; VL=220 	.long 0x0
	LONGWORD# 0x0 
; VL=221 	.dbgseg dbg_line
	.segment	dbg_line,memtype=7,wordsize=32,locinc=4,align=2 
DBG23:
; VL=222 DBG23:
; VL=223 	.long DBG6
	LONGWORD# DBG6 
; VL=224 	.long 0x0
	LONGWORD# 0x0 
; VL=225 	.long _versionInit
	LONGWORD# _versionInit 
; VL=226 	.long 0x1
	LONGWORD# 0x1 
; VL=227 	.long DBG27
	LONGWORD# DBG27 
; VL=228 	.long 0x2
	LONGWORD# 0x2 
; VL=229 	.long DBG28
	LONGWORD# DBG28 
; VL=230 	.long 0x5
	LONGWORD# 0x5 
; VL=231 	.long DBG29
	LONGWORD# DBG29 
; VL=232 	.long 0x7
	LONGWORD# 0x7 
; VL=233 	.long DBG31
	LONGWORD# DBG31 
; VL=234 	.long 0x8
	LONGWORD# 0x8 
; VL=235 	.long DBG32
	LONGWORD# DBG32 
; VL=236 	.long 0x9
	LONGWORD# 0x9 
; VL=237 	.long DBG33
	LONGWORD# DBG33 
; VL=238 	.long 0xa
	LONGWORD# 0xa 
; VL=239 	.long DBG35
	LONGWORD# DBG35 
; VL=240 	.long 0xb
	LONGWORD# 0xb 
; VL=241 	.long DBG36
	LONGWORD# DBG36 
; VL=242 	.long 0xc
	LONGWORD# 0xc 
; VL=243 	.long DBG37
	LONGWORD# DBG37 
; VL=244 	.long 0xe
	LONGWORD# 0xe 
; VL=245 	.long DBG38
	LONGWORD# DBG38 
; VL=246 	.long 0xf
	LONGWORD# 0xf 
; VL=247 	.long DBG39
	LONGWORD# DBG39 
; VL=248 	.long 0x10
	LONGWORD# 0x10 
; VL=249 	.pseg version_code
	.segment	version_code,memtype=0,wordsize=8,locinc=1,rom,align=2 
; VL=250 	.global _versionInit
	 .global _versionInit 
; VL=251 _versionInit:
_versionInit:
; VL=252 	push	r4
	push_lsb word reg_mod r4 
	push 
DBG26:
DBG27:
DBG28:
; VL=253 DBG28:
; VL=254 DBG27:
; VL=255 DBG26:
; VL=256 ; ENTRY
; ENTRY
; VL=257 ; result in reg  size 2
; result in reg  size 2
; VL=258 ; {
; {
; VL=259 ;   int result;
;   int result;
; VL=260 ;   clearString(versionString, (16) );
;   clearString(versionString, (16) );
; VL=261 	mov	#0x10,r13
	d_reg word imm_ind_mod r13 
	mov Sreg# r0 
	BYTE# .bits( 0, 7, 0x10) 
	BYTE# .bits( 8, 15, 0x10) 
; VL=262 	mov	#_versionString,r4
	d_reg word imm_ind_mod r4 
	mov Sreg# r0 
	BYTE# .bits( 0, 7, _versionString) 
	BYTE# .bits( 8, 15, _versionString) 
; VL=263 	mov	r4,r12
	d_reg word reg_mod r12 
	mov Sreg# r4 
; VL=264 	call	#_clearString
	call_lsb word imm_ind_mod r0 
	call 
	BYTE# .bits( 0, 7, _clearString) 
	BYTE# .bits( 8, 15, _clearString) 
DBG29:
; VL=265 DBG29:
; VL=266 ;   if (verSubMinor != 0) {
;   if (verSubMinor != 0) {
; VL=267 	mov.b	&_verSubMinor,r13
	d_reg byte ind_sym_abs_mod r13 
	mov Sreg# r2 
	BYTE# .bits( 0, 7, _verSubMinor) 
	BYTE# .bits( 8, 15, _verSubMinor) 
; VL=268 	cmp.b	#0x0,r13
	d_reg byte reg_mod r13 
	cmp Sreg# r3 
; VL=269 	jeq	versionInit_L1
	.ifa (versionInit_L1-.-2),-1024,1022 
	DISP_LSB_8# .bits(0, 7,  (versionInit_L1 - . - 2)/2  ) 
	jeq DISP_MSB_2# .bits(8, 9,  (versionInit_L1 - . - 1)/2  ) 
	.else 
	DISP_LSB_8# .bits(0, 7,  (MCP0 - . - 2)/2  ) 
	jnz DISP_MSB_2# .bits(8, 9,  (MCP0 - . - 1)/2  ) 
	d_reg word imm_ind_mod r0 
	mov Sreg# r0 
	BYTE# .bits( 0, 7, versionInit_L1) 
	BYTE# .bits( 8, 15, versionInit_L1) 
	MCP0: 
	.endif 
DBG30:
DBG31:
; VL=270 DBG31:
; VL=271 DBG30:
; VL=272 ;     sprintf(versionString, "%u.%u.%u-%c [%s]", verMajor, verMinor, verSubMinor, toolchain, date
;     sprintf(versionString, "%u.%u.%u-%c [%s]", verMajor, verMinor, verSubMinor, toolchain, date
; VL=273 	push	#_dateStr
	push_lsb word imm_ind_mod r0 
	push 
	BYTE# .bits( 0, 7, _dateStr) 
	BYTE# .bits( 8, 15, _dateStr) 
; VL=274 	mov.b	&_toolchain,r12
	d_reg byte ind_sym_abs_mod r12 
	mov Sreg# r2 
	BYTE# .bits( 0, 7, _toolchain) 
	BYTE# .bits( 8, 15, _toolchain) 
; VL=275 	sxt	r12
	sxt_lsb word reg_mod r12 
	sxt 
; VL=276 	push	r12
	push_lsb word reg_mod r12 
	push 
; VL=277 	and	#0xff,r13
	d_reg word imm_ind_mod r13 
	and Sreg# r0 
	BYTE# .bits( 0, 7, 0xff) 
	BYTE# .bits( 8, 15, 0xff) 
; VL=278 	push	r13
	push_lsb word reg_mod r13 
	push 
; VL=279 	mov.b	&_verMinor,r12
	d_reg byte ind_sym_abs_mod r12 
	mov Sreg# r2 
	BYTE# .bits( 0, 7, _verMinor) 
	BYTE# .bits( 8, 15, _verMinor) 
; VL=280 	push	r12
	push_lsb word reg_mod r12 
	push 
; VL=281 	mov.b	&_verMajor,r12
	d_reg byte ind_sym_abs_mod r12 
	mov Sreg# r2 
	BYTE# .bits( 0, 7, _verMajor) 
	BYTE# .bits( 8, 15, _verMajor) 
; VL=282 	push	r12
	push_lsb word reg_mod r12 
	push 
; VL=283 	push	#version_V2
	push_lsb word imm_ind_mod r0 
	push 
	BYTE# .bits( 0, 7, version_V2) 
	BYTE# .bits( 8, 15, version_V2) 
; VL=284 	push	r4
	push_lsb word reg_mod r4 
	push 
DBG40:
; VL=285 DBG40:
; VL=286 	call	#_sprintf
	call_lsb word imm_ind_mod r0 
	call 
	BYTE# .bits( 0, 7, _sprintf) 
	BYTE# .bits( 8, 15, _sprintf) 
DBG41:
; VL=287 DBG41:
; VL=288 	add	#0xe,sp
	d_reg word imm_ind_mod sp 
	add Sreg# r0 
	BYTE# .bits( 0, 7, 0xe) 
	BYTE# .bits( 8, 15, 0xe) 
DBG32:
DBG33:
; VL=289 DBG33:
; VL=290 DBG32:
; VL=291 ; Str);
; Str);
; VL=292 ;     }
;     }
; VL=293 	jmp	versionInit_L2
	.ifa (versionInit_L2-.-2),-1024,1022 
	DISP_LSB_8# .bits(0, 7,  (versionInit_L2 - . - 2)/2  ) 
	jmp DISP_MSB_2# .bits(8, 9,  (versionInit_L2 - . - 1)/2  ) 
	.else 
	d_reg word imm_ind_mod r0 
	mov Sreg# r0 
	BYTE# .bits( 0, 7, versionInit_L2) 
	BYTE# .bits( 8, 15, versionInit_L2) 
	.endif 
; VL=294 versionInit_L1:
versionInit_L1:
DBG34:
DBG35:
; VL=295 ;   else {
;   else {
; VL=296 DBG34:
; VL=297 ;     sprintf(versionString, "%u.%u-%c [%s]", verMajor, verMinor, toolchain, dateStr);
;     sprintf(versionString, "%u.%u-%c [%s]", verMajor, verMinor, toolchain, dateStr);
; VL=298 DBG35:
; VL=299 	push	#_dateStr
	push_lsb word imm_ind_mod r0 
	push 
	BYTE# .bits( 0, 7, _dateStr) 
	BYTE# .bits( 8, 15, _dateStr) 
; VL=300 	mov.b	&_toolchain,r12
	d_reg byte ind_sym_abs_mod r12 
	mov Sreg# r2 
	BYTE# .bits( 0, 7, _toolchain) 
	BYTE# .bits( 8, 15, _toolchain) 
; VL=301 	sxt	r12
	sxt_lsb word reg_mod r12 
	sxt 
; VL=302 	push	r12
	push_lsb word reg_mod r12 
	push 
; VL=303 	mov.b	&_verMinor,r12
	d_reg byte ind_sym_abs_mod r12 
	mov Sreg# r2 
	BYTE# .bits( 0, 7, _verMinor) 
	BYTE# .bits( 8, 15, _verMinor) 
; VL=304 	push	r12
	push_lsb word reg_mod r12 
	push 
; VL=305 	mov.b	&_verMajor,r12
	d_reg byte ind_sym_abs_mod r12 
	mov Sreg# r2 
	BYTE# .bits( 0, 7, _verMajor) 
	BYTE# .bits( 8, 15, _verMajor) 
; VL=306 	push	r12
	push_lsb word reg_mod r12 
	push 
; VL=307 	push	#version_V3
	push_lsb word imm_ind_mod r0 
	push 
	BYTE# .bits( 0, 7, version_V3) 
	BYTE# .bits( 8, 15, version_V3) 
; VL=308 	push	r4
	push_lsb word reg_mod r4 
	push 
DBG42:
; VL=309 DBG42:
; VL=310 	call	#_sprintf
	call_lsb word imm_ind_mod r0 
	call 
	BYTE# .bits( 0, 7, _sprintf) 
	BYTE# .bits( 8, 15, _sprintf) 
DBG43:
; VL=311 DBG43:
; VL=312 	add	#0xc,sp
	d_reg word imm_ind_mod sp 
	add Sreg# r0 
	BYTE# .bits( 0, 7, 0xc) 
	BYTE# .bits( 8, 15, 0xc) 
DBG36:
; VL=313 DBG36:
; VL=314 versionInit_L2:
versionInit_L2:
DBG37:
; VL=315 ;     }
;     }
; VL=316 ;   result = cmdparseAddCommand("get", "version", getVersionHandler);
;   result = cmdparseAddCommand("get", "version", getVersionHandler);
; VL=317 DBG37:
; VL=318 	mov	#_getVersionHandler,r14
	d_reg word imm_ind_mod r14 
	mov Sreg# r0 
	BYTE# .bits( 0, 7, _getVersionHandler) 
	BYTE# .bits( 8, 15, _getVersionHandler) 
; VL=319 	mov	#version_V5,r13
	d_reg word imm_ind_mod r13 
	mov Sreg# r0 
	BYTE# .bits( 0, 7, version_V5) 
	BYTE# .bits( 8, 15, version_V5) 
; VL=320 	mov	#version_V4,r12
	d_reg word imm_ind_mod r12 
	mov Sreg# r0 
	BYTE# .bits( 0, 7, version_V4) 
	BYTE# .bits( 8, 15, version_V4) 
; VL=321 	call	#_cmdparseAddCommand
	call_lsb word imm_ind_mod r0 
	call 
	BYTE# .bits( 0, 7, _cmdparseAddCommand) 
	BYTE# .bits( 8, 15, _cmdparseAddCommand) 
DBG38:
DBG39:
DBG44:
; VL=322 DBG44:
; VL=323 DBG39:
; VL=324 DBG38:
; VL=325 ;   return result;
;   return result;
; VL=326 ; EXIT
; EXIT
; VL=327 ; .temp0 at stkloc 0 (0x0) size 2
; .temp0 at stkloc 0 (0x0) size 2
; VL=328 	pop	r4
	d_reg word imm_ind_mod r4 
	mov Sreg# r1 
; VL=329 	ret
	d_reg word imm_ind_mod r0 
	mov Sreg# r1 
; VL=330 	.dbgseg dbg_syms
	.segment	dbg_syms,memtype=7,wordsize=32,locinc=4,align=2 
; VL=331 	.long 0x0
	LONGWORD# 0x0 
; VL=332 	.long DBG18
	LONGWORD# DBG18 
; VL=333 	.long 0x2
	LONGWORD# 0x2 
; VL=334 	.long 0x0
	LONGWORD# 0x0 
; VL=335 	.long 0x10002
	LONGWORD# 0x10002 
; VL=336 	.long 0x0
	LONGWORD# 0x0 
; VL=337 	.long DBG19
	LONGWORD# DBG19 
; VL=338 	.long 0x2
	LONGWORD# 0x2 
; VL=339 	.long 0x0
	LONGWORD# 0x0 
; VL=340 	.long 0x10002
	LONGWORD# 0x10002 
; VL=341 	.long 0x504e5f5f
	LONGWORD# 0x504e5f5f 
; VL=342 	.long 0x534d5241
	LONGWORD# 0x534d5241 
; VL=343 	.long 0x0
	LONGWORD# 0x0 
; VL=344 	.long 0x0
	LONGWORD# 0x0 
; VL=345 	.long 0x10002
	LONGWORD# 0x10002 
DBG2:
; VL=346 DBG2:
; VL=347 	.long 0x62622e
	LONGWORD# 0x62622e 
; VL=348 	.long 0x0
	LONGWORD# 0x0 
; VL=349 	.long DBG40
	LONGWORD# DBG40 
; VL=350 	.long 0x0
	LONGWORD# 0x0 
; VL=351 	.long 0x1640001
	LONGWORD# 0x1640001 
; VL=352 	.long 0x0
	LONGWORD# 0x0 
; VL=353 	.long 0x9
	LONGWORD# 0x9 
; VL=354 	.long 0x0
	LONGWORD# 0x0 
; VL=355 	.long DBG45
	LONGWORD# DBG45 
; VL=356 	.long 0x0
	LONGWORD# 0x0 
; VL=357 	.long 0x0
	LONGWORD# 0x0 
; VL=358 	.long DBG46
	LONGWORD# DBG46 
; VL=359 	.long 0xe
	LONGWORD# 0xe 
; VL=360 	.long 0x0
	LONGWORD# 0x0 
; VL=361 	.long 0x10002
	LONGWORD# 0x10002 
; VL=362 	.long 0x62652e
	LONGWORD# 0x62652e 
; VL=363 	.long 0x0
	LONGWORD# 0x0 
; VL=364 	.long DBG41
	LONGWORD# DBG41 
; VL=365 	.long 0x0
	LONGWORD# 0x0 
; VL=366 	.long 0x1640001
	LONGWORD# 0x1640001 
; VL=367 	.long 0x0
	LONGWORD# 0x0 
; VL=368 	.long 0x9
	LONGWORD# 0x9 
; VL=369 	.long 0x0
	LONGWORD# 0x0 
; VL=370 	.long 0x0
	LONGWORD# 0x0 
; VL=371 	.long 0x0
	LONGWORD# 0x0 
DBG45:
; VL=372 DBG45:
; VL=373 	.long 0x62622e
	LONGWORD# 0x62622e 
; VL=374 	.long 0x0
	LONGWORD# 0x0 
; VL=375 	.long DBG42
	LONGWORD# DBG42 
; VL=376 	.long 0x0
	LONGWORD# 0x0 
; VL=377 	.long 0x1640001
	LONGWORD# 0x1640001 
; VL=378 	.long 0x0
	LONGWORD# 0x0 
; VL=379 	.long 0xc
	LONGWORD# 0xc 
; VL=380 	.long 0x0
	LONGWORD# 0x0 
; VL=381 	.long DBG47
	LONGWORD# DBG47 
; VL=382 	.long 0x0
	LONGWORD# 0x0 
; VL=383 	.long 0x0
	LONGWORD# 0x0 
; VL=384 	.long DBG46
	LONGWORD# DBG46 
; VL=385 	.long 0xc
	LONGWORD# 0xc 
; VL=386 	.long 0x0
	LONGWORD# 0x0 
; VL=387 	.long 0x10002
	LONGWORD# 0x10002 
; VL=388 	.long 0x62652e
	LONGWORD# 0x62652e 
; VL=389 	.long 0x0
	LONGWORD# 0x0 
; VL=390 	.long DBG43
	LONGWORD# DBG43 
; VL=391 	.long 0x0
	LONGWORD# 0x0 
; VL=392 	.long 0x1640001
	LONGWORD# 0x1640001 
; VL=393 	.long 0x0
	LONGWORD# 0x0 
; VL=394 	.long 0xc
	LONGWORD# 0xc 
; VL=395 	.long 0x0
	LONGWORD# 0x0 
; VL=396 	.long 0x0
	LONGWORD# 0x0 
; VL=397 	.long 0x0
	LONGWORD# 0x0 
; VL=398 	.long 0x66652e
	LONGWORD# 0x66652e 
; VL=399 	.long 0x0
	LONGWORD# 0x0 
; VL=400 	.long DBG44
	LONGWORD# DBG44 
; VL=401 	.long 0x0
	LONGWORD# 0x0 
; VL=402 	.long 0x1650001
	LONGWORD# 0x1650001 
; VL=403 	.long 0x0
	LONGWORD# 0x0 
; VL=404 	.long 0x2a
	LONGWORD# 0x2a 
; VL=405 	.long 0x0
	LONGWORD# 0x0 
; VL=406 	.long 0x0
	LONGWORD# 0x0 
; VL=407 	.long 0x0
	LONGWORD# 0x0 
; VL=408 	.pseg version_code
	.segment	version_code,memtype=0,wordsize=8,locinc=1,rom,align=2 
DBG21:
; VL=409 DBG21:
; VL=410 	.dbgseg dbg_syms
	.segment	dbg_syms,memtype=7,wordsize=32,locinc=4,align=2 
; VL=411 	.long 0x0
	LONGWORD# 0x0 
; VL=412 	.long DBG24
	LONGWORD# DBG24 
; VL=413 	.long DBG21
	LONGWORD# DBG21 
; VL=414 	.long 0x0
	LONGWORD# 0x0 
; VL=415 	.long 0xff0001
	LONGWORD# 0xff0001 
; VL=416 ; }
; }
; VL=417 	.dseg	version_bss
	.segment	version_bss,memtype=0,wordsize=8,locinc=1,align=2 
; VL=418 	.align 0x2
	 .align 0x2 
; VL=419 version_V6:
version_V6:
; VL=420 _versionString:
_versionString:
; VL=421 	.bss 0x10
	 .bss 0x10 
; VL=422 ; versionString size 16
; versionString size 16
; VL=423 	.extern _sprintf
	 .extern _sprintf 
; VL=424 	.extern _outfmtSendVersion
	 .extern _outfmtSendVersion 
; VL=425 	.extern _cmdparseAddCommand
	 .extern _cmdparseAddCommand 
; VL=426 	.extern _clearString
	 .extern _clearString 
; VL=427 	.dbgseg dbg_syms
	.segment	dbg_syms,memtype=7,wordsize=32,locinc=4,align=2 
; VL=428 _0fake_1:
_0fake_1:
DBG4:
; VL=429 DBG4:
; VL=430 	.long 0x6166305f
	LONGWORD# 0x6166305f 
; VL=431 	.long 0x315f656b
	LONGWORD# 0x315f656b 
; VL=432 	.long 0x0
	LONGWORD# 0x0 
; VL=433 	.long 0x8
	LONGWORD# 0x8 
; VL=434 	.long 0x10afffe
	LONGWORD# 0x10afffe 
; VL=435 	.long 0x0
	LONGWORD# 0x0 
; VL=436 	.long 0x100000
	LONGWORD# 0x100000 
; VL=437 	.long 0x0
	LONGWORD# 0x0 
; VL=438 	.long DBG48
	LONGWORD# DBG48 
; VL=439 	.long 0x0
	LONGWORD# 0x0 
; VL=440 	.long 0x7361625f
	LONGWORD# 0x7361625f 
; VL=441 	.long 0x65
	LONGWORD# 0x65 
; VL=442 	.long 0x0
	LONGWORD# 0x0 
; VL=443 	.long 0x2c
	LONGWORD# 0x2c 
; VL=444 	.long 0x8ffff
	LONGWORD# 0x8ffff 
; VL=445 	.long 0x646e655f
	LONGWORD# 0x646e655f 
; VL=446 	.long 0x0
	LONGWORD# 0x0 
; VL=447 	.long 0x2
	LONGWORD# 0x2 
; VL=448 	.long 0x2c
	LONGWORD# 0x2c 
; VL=449 	.long 0x8ffff
	LONGWORD# 0x8ffff 
; VL=450 	.long 0x7274705f
	LONGWORD# 0x7274705f 
; VL=451 	.long 0x0
	LONGWORD# 0x0 
; VL=452 	.long 0x4
	LONGWORD# 0x4 
; VL=453 	.long 0x2c
	LONGWORD# 0x2c 
; VL=454 	.long 0x8ffff
	LONGWORD# 0x8ffff 
; VL=455 	.long 0x6565735f
	LONGWORD# 0x6565735f 
; VL=456 	.long 0x6b
	LONGWORD# 0x6b 
; VL=457 	.long 0x6
	LONGWORD# 0x6 
; VL=458 	.long 0x5
	LONGWORD# 0x5 
; VL=459 	.long 0x8ffff
	LONGWORD# 0x8ffff 
; VL=460 	.long 0x746e635f
	LONGWORD# 0x746e635f 
; VL=461 	.long 0x0
	LONGWORD# 0x0 
; VL=462 	.long 0xa
	LONGWORD# 0xa 
; VL=463 	.long 0x4
	LONGWORD# 0x4 
; VL=464 	.long 0x8ffff
	LONGWORD# 0x8ffff 
; VL=465 	.long 0x616c665f
	LONGWORD# 0x616c665f 
; VL=466 	.long 0x67
	LONGWORD# 0x67 
; VL=467 	.long 0xc
	LONGWORD# 0xc 
; VL=468 	.long 0x3
	LONGWORD# 0x3 
; VL=469 	.long 0x8ffff
	LONGWORD# 0x8ffff 
; VL=470 	.long 0x6c69665f
	LONGWORD# 0x6c69665f 
; VL=471 	.long 0x65
	LONGWORD# 0x65 
; VL=472 	.long 0xe
	LONGWORD# 0xe 
; VL=473 	.long 0x2
	LONGWORD# 0x2 
; VL=474 	.long 0x8ffff
	LONGWORD# 0x8ffff 
; VL=475 	.long 0x66626e5f
	LONGWORD# 0x66626e5f 
; VL=476 	.long 0x0
	LONGWORD# 0x0 
; VL=477 	.long 0xf
	LONGWORD# 0xf 
; VL=478 	.long 0xc
	LONGWORD# 0xc 
; VL=479 	.long 0x8ffff
	LONGWORD# 0x8ffff 
; VL=480 	.long 0x736f652e
	LONGWORD# 0x736f652e 
; VL=481 	.long 0x0
	LONGWORD# 0x0 
; VL=482 	.long 0x10
	LONGWORD# 0x10 
; VL=483 	.long 0x0
	LONGWORD# 0x0 
; VL=484 	.long 0x166ffff
	LONGWORD# 0x166ffff 
; VL=485 	.long DBG4
	LONGWORD# DBG4 
; VL=486 	.long 0x100000
	LONGWORD# 0x100000 
; VL=487 	.long 0x0
	LONGWORD# 0x0 
; VL=488 	.long 0x0
	LONGWORD# 0x0 
; VL=489 	.long 0x0
	LONGWORD# 0x0 
DBG48:
DBG20:
DBG47:
DBG25:
; VL=490 DBG25:
; VL=491 DBG47:
; VL=492 DBG20:
; VL=493 DBG48:
; VL=494 	.long 0x7073
	LONGWORD# 0x7073 
; VL=495 	.long 0x0
	LONGWORD# 0x0 
; VL=496 	.long 0x1
	LONGWORD# 0x1 
; VL=497 	.long 0x0
	LONGWORD# 0x0 
; VL=498 	.long 0x16cfffe
	LONGWORD# 0x16cfffe 
; VL=499 	.long 0x0
	LONGWORD# 0x0 
; VL=500 	.long 0x100001
	LONGWORD# 0x100001 
; VL=501 	.long 0x0
	LONGWORD# 0x0 
; VL=502 	.long 0x0
	LONGWORD# 0x0 
; VL=503 	.long 0x0
	LONGWORD# 0x0 
; VL=504 	.long 0x52
	LONGWORD# 0x52 
; VL=505 	.long 0x0
	LONGWORD# 0x0 
; VL=506 	.long 0x2
	LONGWORD# 0x2 
; VL=507 	.long 0x0
	LONGWORD# 0x0 
; VL=508 	.long 0x16cfffe
	LONGWORD# 0x16cfffe 
; VL=509 	.long 0x0
	LONGWORD# 0x0 
; VL=510 	.long 0x100010
	LONGWORD# 0x100010 
; VL=511 	.long 0x0
	LONGWORD# 0x0 
; VL=512 	.long 0x0
	LONGWORD# 0x0 
; VL=513 	.long 0x0
	LONGWORD# 0x0 
; VL=514 	.long 0x0
	LONGWORD# 0x0 
; VL=515 	.long DBG49
	LONGWORD# DBG49 
; VL=516 	.long _toolchain
	LONGWORD# _toolchain 
; VL=517 	.long 0x2
	LONGWORD# 0x2 
; VL=518 	.long 0x30002
	LONGWORD# 0x30002 
; VL=519 	.long 0x4d726576
	LONGWORD# 0x4d726576 
; VL=520 	.long 0x726f6a61
	LONGWORD# 0x726f6a61 
; VL=521 	.long _verMajor
	LONGWORD# _verMajor 
; VL=522 	.long 0xc
	LONGWORD# 0xc 
; VL=523 	.long 0x30002
	LONGWORD# 0x30002 
; VL=524 	.long 0x4d726576
	LONGWORD# 0x4d726576 
; VL=525 	.long 0x726f6e69
	LONGWORD# 0x726f6e69 
; VL=526 	.long _verMinor
	LONGWORD# _verMinor 
; VL=527 	.long 0xc
	LONGWORD# 0xc 
; VL=528 	.long 0x30002
	LONGWORD# 0x30002 
; VL=529 	.long 0x65746164
	LONGWORD# 0x65746164 
; VL=530 	.long 0x727453
	LONGWORD# 0x727453 
; VL=531 	.long _dateStr
	LONGWORD# _dateStr 
; VL=532 	.long 0x62
	LONGWORD# 0x62 
; VL=533 	.long 0x1030002
	LONGWORD# 0x1030002 
; VL=534 	.long 0x0
	LONGWORD# 0x0 
; VL=535 	.long 0xc002c
	LONGWORD# 0xc002c 
; VL=536 	.long 0xc
	LONGWORD# 0xc 
; VL=537 	.long 0x0
	LONGWORD# 0x0 
; VL=538 	.long 0x0
	LONGWORD# 0x0 
; VL=539 	.long 0x0
	LONGWORD# 0x0 
; VL=540 	.long DBG50
	LONGWORD# DBG50 
; VL=541 	.long _verSubMinor
	LONGWORD# _verSubMinor 
; VL=542 	.long 0xc
	LONGWORD# 0xc 
; VL=543 	.long 0x30002
	LONGWORD# 0x30002 
; VL=544 	.long 0x0
	LONGWORD# 0x0 
; VL=545 	.long DBG51
	LONGWORD# DBG51 
; VL=546 	.long _versionString
	LONGWORD# _versionString 
; VL=547 	.long 0x62
	LONGWORD# 0x62 
; VL=548 	.long 0x1030002
	LONGWORD# 0x1030002 
; VL=549 	.long 0x0
	LONGWORD# 0x0 
; VL=550 	.long 0x10002c
	LONGWORD# 0x10002c 
; VL=551 	.long 0x10
	LONGWORD# 0x10 
; VL=552 	.long 0x0
	LONGWORD# 0x0 
; VL=553 	.long 0x0
	LONGWORD# 0x0 
; VL=554 	.long 0x6c6f6f62
	LONGWORD# 0x6c6f6f62 
; VL=555 	.long 0x6e6165
	LONGWORD# 0x6e6165 
; VL=556 	.long 0x0
	LONGWORD# 0x0 
; VL=557 	.long 0x4
	LONGWORD# 0x4 
; VL=558 	.long 0xdfffe
	LONGWORD# 0xdfffe 
; VL=559 	.long 0x454c4946
	LONGWORD# 0x454c4946 
; VL=560 	.long 0x0
	LONGWORD# 0x0 
; VL=561 	.long 0x0
	LONGWORD# 0x0 
; VL=562 	.long 0x8
	LONGWORD# 0x8 
; VL=563 	.long 0x10dfffe
	LONGWORD# 0x10dfffe 
; VL=564 	.long _0fake_1
	LONGWORD# _0fake_1 
; VL=565 	.long 0x10
	LONGWORD# 0x10 
; VL=566 	.long 0x0
	LONGWORD# 0x0 
; VL=567 	.long 0x0
	LONGWORD# 0x0 
; VL=568 	.long 0x0
	LONGWORD# 0x0 
; VL=569 	.long 0x657a6973
	LONGWORD# 0x657a6973 
; VL=570 	.long 0x745f
	LONGWORD# 0x745f 
; VL=571 	.long 0x0
	LONGWORD# 0x0 
; VL=572 	.long 0xe
	LONGWORD# 0xe 
; VL=573 	.long 0xdfffe
	LONGWORD# 0xdfffe 
; VL=574 	.long 0x6c5f6176
	LONGWORD# 0x6c5f6176 
; VL=575 	.long 0x747369
	LONGWORD# 0x747369 
; VL=576 	.long 0x0
	LONGWORD# 0x0 
; VL=577 	.long 0x20
	LONGWORD# 0x20 
; VL=578 	.long 0xdfffe
	LONGWORD# 0xdfffe 
; VL=579 	.long 0x0
	LONGWORD# 0x0 
; VL=580 	.long DBG52
	LONGWORD# DBG52 
; VL=581 	.long 0x0
	LONGWORD# 0x0 
; VL=582 	.long 0x2a0
	LONGWORD# 0x2a0 
; VL=583 	.long 0xdfffe
	LONGWORD# 0xdfffe 
; VL=584 	.long 0x0
	LONGWORD# 0x0 
; VL=585 	.long DBG53
	LONGWORD# DBG53 
; VL=586 	.long 0x0
	LONGWORD# 0x0 
; VL=587 	.long 0x2a4
	LONGWORD# 0x2a4 
; VL=588 	.long 0xdfffe
	LONGWORD# 0xdfffe 
; VL=589 	.iseg version_istrings_const
	.segment	version_istrings_const,memtype=0,wordsize=8,locinc=1,rom,align=2 
; VL=590 version_V4:
version_V4:
; VL=591 	.byte 0x67
	BYTE# 0x67 
; VL=592 	.byte 0x65
	BYTE# 0x65 
; VL=593 	.byte 0x74
	BYTE# 0x74 
; VL=594 	.byte 0x0
	BYTE# 0x0 
; VL=595 version_V5:
version_V5:
; VL=596 	.byte 0x76
	BYTE# 0x76 
; VL=597 	.byte 0x65
	BYTE# 0x65 
; VL=598 	.byte 0x72
	BYTE# 0x72 
; VL=599 	.byte 0x73
	BYTE# 0x73 
; VL=600 	.byte 0x69
	BYTE# 0x69 
; VL=601 	.byte 0x6f
	BYTE# 0x6f 
; VL=602 	.byte 0x6e
	BYTE# 0x6e 
; VL=603 	.byte 0x0
	BYTE# 0x0 
; VL=604 version_V3:
version_V3:
; VL=605 	.byte 0x25
	BYTE# 0x25 
; VL=606 	.byte 0x75
	BYTE# 0x75 
; VL=607 	.byte 0x2e
	BYTE# 0x2e 
; VL=608 	.byte 0x25
	BYTE# 0x25 
; VL=609 	.byte 0x75
	BYTE# 0x75 
; VL=610 	.byte 0x2d
	BYTE# 0x2d 
; VL=611 	.byte 0x25
	BYTE# 0x25 
; VL=612 	.byte 0x63
	BYTE# 0x63 
; VL=613 	.byte 0x20
	BYTE# 0x20 
; VL=614 	.byte 0x5b
	BYTE# 0x5b 
; VL=615 	.byte 0x25
	BYTE# 0x25 
; VL=616 	.byte 0x73
	BYTE# 0x73 
; VL=617 	.byte 0x5d
	BYTE# 0x5d 
; VL=618 	.byte 0x0
	BYTE# 0x0 
; VL=619 version_V2:
version_V2:
; VL=620 	.byte 0x25
	BYTE# 0x25 
; VL=621 	.byte 0x75
	BYTE# 0x75 
; VL=622 	.byte 0x2e
	BYTE# 0x2e 
; VL=623 	.byte 0x25
	BYTE# 0x25 
; VL=624 	.byte 0x75
	BYTE# 0x75 
; VL=625 	.byte 0x2e
	BYTE# 0x2e 
; VL=626 	.byte 0x25
	BYTE# 0x25 
; VL=627 	.byte 0x75
	BYTE# 0x75 
; VL=628 	.byte 0x2d
	BYTE# 0x2d 
; VL=629 	.byte 0x25
	BYTE# 0x25 
; VL=630 	.byte 0x63
	BYTE# 0x63 
; VL=631 	.byte 0x20
	BYTE# 0x20 
; VL=632 	.byte 0x5b
	BYTE# 0x5b 
; VL=633 	.byte 0x25
	BYTE# 0x25 
; VL=634 	.byte 0x73
	BYTE# 0x73 
; VL=635 	.byte 0x5d
	BYTE# 0x5d 
; VL=636 	.byte 0x0
	BYTE# 0x0 
; VL=637 	.dbgseg dbg_syms
	.segment	dbg_syms,memtype=7,wordsize=32,locinc=4,align=2 
; VL=638 	.long 0x666f652e
	LONGWORD# 0x666f652e 
; VL=639 	.long 0x0
	LONGWORD# 0x0 
; VL=640 	.long 0x0
	LONGWORD# 0x0 
; VL=641 	.long 0x0
	LONGWORD# 0x0 
; VL=642 	.long 0x67fffe
	LONGWORD# 0x67fffe 
; VL=643 	.dbgseg dbg_strs
	.segment	dbg_strs,memtype=7,wordsize=32,locinc=4,align=2 
; VL=644 	.align 0x2
	 .align 0x2 
; VL=645 	.long 0xe0
	LONGWORD# 0xe0 
DBG49:
; VL=646 DBG49:
; VL=647 	.long 0x746f6f6c
	LONGWORD# 0x746f6f6c 
; VL=648 	.long 0x63686169
	LONGWORD# 0x63686169 
; VL=649 	.long 0x6e000000
	LONGWORD# 0x6e000000 
DBG5:
; VL=650 DBG5:
; VL=651 	.long 0x433a5c63
	LONGWORD# 0x433a5c63 
; VL=652 	.long 0x79677769
	LONGWORD# 0x79677769 
; VL=653 	.long 0x6e5c686f
	LONGWORD# 0x6e5c686f 
; VL=654 	.long 0x6d655c68
	LONGWORD# 0x6d655c68 
; VL=655 	.long 0x6561646c
	LONGWORD# 0x6561646c 
; VL=656 	.long 0x65795c73
	LONGWORD# 0x65795c73 
; VL=657 	.long 0x766e5c4d
	LONGWORD# 0x766e5c4d 
; VL=658 	.long 0x53503433
	LONGWORD# 0x53503433 
; VL=659 	.long 0x305c5155
	LONGWORD# 0x305c5155 
; VL=660 	.long 0x41445241
	LONGWORD# 0x41445241 
; VL=661 	.long 0x7e315c6d
	LONGWORD# 0x7e315c6d 
; VL=662 	.long 0x6d637266
	LONGWORD# 0x6d637266 
; VL=663 	.long 0x696f5c76
	LONGWORD# 0x696f5c76 
; VL=664 	.long 0x65727369
	LONGWORD# 0x65727369 
; VL=665 	.long 0x6f6e2e63
	LONGWORD# 0x6f6e2e63 
; VL=666 	.long 0x0
	LONGWORD# 0x0 
DBG18:
; VL=667 DBG18:
; VL=668 	.long 0x5f5f4652
	LONGWORD# 0x5f5f4652 
; VL=669 	.long 0x414d4553
	LONGWORD# 0x414d4553 
; VL=670 	.long 0x495a4500
	LONGWORD# 0x495a4500 
DBG10:
; VL=671 DBG10:
; VL=672 	.long 0x67657456
	LONGWORD# 0x67657456 
; VL=673 	.long 0x65727369
	LONGWORD# 0x65727369 
; VL=674 	.long 0x6f6e4861
	LONGWORD# 0x6f6e4861 
; VL=675 	.long 0x6e646c65
	LONGWORD# 0x6e646c65 
; VL=676 	.long 0x72000000
	LONGWORD# 0x72000000 
DBG46:
; VL=677 DBG46:
; VL=678 	.long 0x5f5f5641
	LONGWORD# 0x5f5f5641 
; VL=679 	.long 0x525f4152
	LONGWORD# 0x525f4152 
; VL=680 	.long 0x47535f53
	LONGWORD# 0x47535f53 
; VL=681 	.long 0x495a4500
	LONGWORD# 0x495a4500 
DBG52:
; VL=682 DBG52:
; VL=683 	.long 0x5f5f6170
	LONGWORD# 0x5f5f6170 
; VL=684 	.long 0x70656e64
	LONGWORD# 0x70656e64 
; VL=685 	.long 0x66756e63
	LONGWORD# 0x66756e63 
; VL=686 	.long 0x5f707472
	LONGWORD# 0x5f707472 
; VL=687 	.long 0x0
	LONGWORD# 0x0 
DBG19:
; VL=688 DBG19:
; VL=689 	.long 0x5f5f5341
	LONGWORD# 0x5f5f5341 
; VL=690 	.long 0x5645445f
	LONGWORD# 0x5645445f 
; VL=691 	.long 0x41524753
	LONGWORD# 0x41524753 
; VL=692 	.long 0x5f53495a
	LONGWORD# 0x5f53495a 
; VL=693 	.long 0x45000000
	LONGWORD# 0x45000000 
DBG24:
; VL=694 DBG24:
; VL=695 	.long 0x76657273
	LONGWORD# 0x76657273 
; VL=696 	.long 0x696f6e49
	LONGWORD# 0x696f6e49 
; VL=697 	.long 0x6e697400
	LONGWORD# 0x6e697400 
DBG50:
; VL=698 DBG50:
; VL=699 	.long 0x76657253
	LONGWORD# 0x76657253 
; VL=700 	.long 0x75624d69
	LONGWORD# 0x75624d69 
; VL=701 	.long 0x6e6f7200
	LONGWORD# 0x6e6f7200 
DBG53:
; VL=702 DBG53:
; VL=703 	.long 0x636f6d6d
	LONGWORD# 0x636f6d6d 
; VL=704 	.long 0x616e6448
	LONGWORD# 0x616e6448 
; VL=705 	.long 0x616e646c
	LONGWORD# 0x616e646c 
; VL=706 	.long 0x65720000
	LONGWORD# 0x65720000 
DBG51:
; VL=707 DBG51:
; VL=708 	.long 0x76657273
	LONGWORD# 0x76657273 
; VL=709 	.long 0x696f6e53
	LONGWORD# 0x696f6e53 
; VL=710 	.long 0x7472696e
	LONGWORD# 0x7472696e 
; VL=711 	.long 0x67000000
	LONGWORD# 0x67000000 
; VL=712 	.iseg _idesc
	.segment	_idesc,memtype=0,wordsize=8,locinc=1,rom,align=2 
; VL=713 	.align 0x2
	 .align 0x2 
; VL=714 	.data 0x0
	BYTE# .bits(0, 7,0x0) 
	BYTE# .bits(8, 15,0x0) 
; VL=715 	.data version_V6
	BYTE# .bits(0, 7,version_V6) 
	BYTE# .bits(8, 15,version_V6) 
; VL=716 	.data 0x10
	BYTE# .bits(0, 7,0x10) 
	BYTE# .bits(8, 15,0x10) 
