; VF=E:\mmcrfio\version.asm
; VL=1 ; Archelon URCC C 3.17 2004/01/12
; Archelon URCC C 3.17 2004/01/12
; VL=2 ; MSP430 CIF 2003/10/23
; MSP430 CIF 2003/10/23
; VL=3 ; Compiled "E:\mmcrfio\version.c" Fri Feb 20 18:03:42 2004
; Compiled "E:\mmcrfio\version.c" Fri Feb 20 18:03:42 2004
; 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 struct {
; typedef struct {
; VL=22 ; 	unsigned char *_base;
; 	unsigned char *_base;
; VL=23 ; 	unsigned char *_end;
; 	unsigned char *_end;
; VL=24 ; 	unsigned char *_ptr;
; 	unsigned char *_ptr;
; VL=25 ; 	long int       _seek;
; 	long int       _seek;
; VL=26 ; 	int            _cnt;
; 	int            _cnt;
; VL=27 ; 	short          _flag;
; 	short          _flag;
; VL=28 ; 	char           _file;
; 	char           _file;
; VL=29 ; 	unsigned char  _nbf;
; 	unsigned char  _nbf;
; VL=30 ; } FILE;
; } FILE;
; VL=31 ; FILE size 16
; FILE size 16
; VL=32 ; int    sprintf( char *, const char *, ... );
; int    sprintf( char *, const char *, ... );
; VL=33 ; int    sscanf( const char *, const char *, ... );
; int    sscanf( const char *, const char *, ... );
; VL=34 ; int    vsprintf( char *, const char *, va_list );
; int    vsprintf( char *, const char *, va_list );
; VL=35 ; typedef int boolean;
; typedef int boolean;
; VL=36 ; boolean size 2
; boolean size 2
; VL=37 ; enum {false = 0, true = 1};
; enum {false = 0, true = 1};
; VL=38 ; enum {error = -1, success = 0};
; enum {error = -1, success = 0};
; VL=39 ; void clearString(char *s, int len);
; void clearString(char *s, int len);
; VL=40 ; void eatWhiteSpace(char **s);
; void eatWhiteSpace(char **s);
; VL=41 ; int grabArgument(char **srcStr, char *dstStr, int dstLen);
; int grabArgument(char **srcStr, char *dstStr, int dstLen);
; VL=42 ; typedef int (*commandHandler)(char *);
; typedef int (*commandHandler)(char *);
; VL=43 ; commandHandler size 2
; commandHandler size 2
; VL=44 ; int cmdparseInit(void);
; int cmdparseInit(void);
; VL=45 ; void cmdparseShow(void);
; void cmdparseShow(void);
; VL=46 ; int cmdparseAddCommand(char * pCmdStr, char * pSubCmdStr, commandHandler handler);
; int cmdparseAddCommand(char * pCmdStr, char * pSubCmdStr, commandHandler handler);
; VL=47 ; int cmdparseDoCommand(char * pCmdStr);
; int cmdparseDoCommand(char * pCmdStr);
; VL=48 ; int outfmtInit(void);
; int outfmtInit(void);
; VL=49 ; void outfmtSendAlarmInfo(int type, unsigned char alarms);
; void outfmtSendAlarmInfo(int type, unsigned char alarms);
; VL=50 ; void outfmtSendPrompt(void);
; void outfmtSendPrompt(void);
; VL=51 ; void outfmtSendCrLf(void);
; void outfmtSendCrLf(void);
; VL=52 ; void outfmtSendVersion(char *);
; void outfmtSendVersion(char *);
; VL=53 ; void outfmtSendData(void);
; void outfmtSendData(void);
; VL=54 ; void outfmtSendLevels(void);
; void outfmtSendLevels(void);
; VL=55 ; void outfmtSendTime(int, int, int);
; void outfmtSendTime(int, int, int);
; VL=56 ; void outfmtSendDate(int, int, int);
; void outfmtSendDate(int, int, int);
; VL=57 ; void outfmtSendError(int);
; void outfmtSendError(int);
; VL=58 ; int outfmtGetBuffer(char **, int *);
; int outfmtGetBuffer(char **, int *);
; VL=59 ; int outfmtSendBuffer(void);
; int outfmtSendBuffer(void);
; VL=60 ; static const char dateStr[] = "Feb 20 2004" ;
; static const char dateStr[] = "Feb 20 2004" ;
; VL=61 	.iseg version_data_const
	.segment	version_data_const,memtype=0,wordsize=8,locinc=1,rom,align=2 
; VL=62 	.align 0x2
	 .align 0x2 
; VL=63 _dateStr:
_dateStr:
; VL=64 	.byte 0x46
	BYTE# 0x46 
; VL=65 	.byte 0x65
	BYTE# 0x65 
; VL=66 	.byte 0x62
	BYTE# 0x62 
; VL=67 	.byte 0x20
	BYTE# 0x20 
; VL=68 	.byte 0x32
	BYTE# 0x32 
; VL=69 	.byte 0x30
	BYTE# 0x30 
; VL=70 	.byte 0x20
	BYTE# 0x20 
; VL=71 	.byte 0x32
	BYTE# 0x32 
; VL=72 	.byte 0x30
	BYTE# 0x30 
; VL=73 	.byte 0x30
	BYTE# 0x30 
; VL=74 	.byte 0x34
	BYTE# 0x34 
; VL=75 	.byte 0x0
	BYTE# 0x0 
; VL=76 ; dateStr size 12
; dateStr size 12
; VL=77 ; static const char toolchain = 'Q';
; static const char toolchain = 'Q';
; VL=78 _toolchain:
_toolchain:
; VL=79 	.byte 0x51
	BYTE# 0x51 
; VL=80 ; toolchain size 1
; toolchain size 1
; VL=81 ; static const unsigned char verMinor = 1;
; static const unsigned char verMinor = 1;
; VL=82 _verMinor:
_verMinor:
; VL=83 	.byte 0x1
	BYTE# 0x1 
; VL=84 ; verMinor size 1
; verMinor size 1
; VL=85 ; static const unsigned char verMajor = 2;
; static const unsigned char verMajor = 2;
; VL=86 _verMajor:
_verMajor:
; VL=87 	.byte 0x2
	BYTE# 0x2 
; VL=88 ; verMajor size 1
; verMajor size 1
; VL=89 ; static char versionString[ (16) ];
; static char versionString[ (16) ];
; VL=90 ; static int getVersionHandler(char * cmdStr)
; static int getVersionHandler(char * cmdStr)
; VL=91 	.dbgseg dbg_syms
	.segment	dbg_syms,memtype=7,wordsize=32,locinc=4,align=2 
DBG3:
; VL=92 DBG3:
; VL=93 	.long 0x0
	LONGWORD# 0x0 
; VL=94 	.long DBG10
	LONGWORD# DBG10 
; VL=95 	.long _getVersionHandler
	LONGWORD# _getVersionHandler 
; VL=96 	.long 0x44
	LONGWORD# 0x44 
; VL=97 	.long 0x1030001
	LONGWORD# 0x1030001 
; VL=98 	.long DBG1
	LONGWORD# DBG1 
; VL=99 	.long DBG7-DBG8
	LONGWORD# DBG7-DBG8 
; VL=100 	.long DBG9
	LONGWORD# DBG9 
; VL=101 	.long DBG6
	LONGWORD# DBG6 
; VL=102 	.long 0x0
	LONGWORD# 0x0 
; VL=103 	.pseg version_code
	.segment	version_code,memtype=0,wordsize=16,locinc=2,rom,align=2 
DBG8:
; VL=104 DBG8:
; VL=105 	.dbgseg dbg_syms
	.segment	dbg_syms,memtype=7,wordsize=32,locinc=4,align=2 
DBG1:
; VL=106 DBG1:
; VL=107 	.long 0x66622e
	LONGWORD# 0x66622e 
; VL=108 	.long 0x0
	LONGWORD# 0x0 
; VL=109 	.long DBG8
	LONGWORD# DBG8 
; VL=110 	.long 0x0
	LONGWORD# 0x0 
; VL=111 	.long 0x1650001
	LONGWORD# 0x1650001 
; VL=112 	.long 0x0
	LONGWORD# 0x0 
; VL=113 	.long 0x14
	LONGWORD# 0x14 
; VL=114 	.long 0x0
	LONGWORD# 0x0 
; VL=115 	.long DBG11
	LONGWORD# DBG11 
; VL=116 	.long 0x0
	LONGWORD# 0x0 
; VL=117 	.dbgseg dbg_line
	.segment	dbg_line,memtype=7,wordsize=32,locinc=4,align=2 
; VL=118 	.align 0x2
	 .align 0x2 
DBG9:
; VL=119 DBG9:
; VL=120 	.long DBG3
	LONGWORD# DBG3 
; VL=121 	.long 0x0
	LONGWORD# 0x0 
; VL=122 	.long _getVersionHandler
	LONGWORD# _getVersionHandler 
; VL=123 	.long 0x1
	LONGWORD# 0x1 
; VL=124 	.long DBG13
	LONGWORD# DBG13 
; VL=125 	.long 0x2
	LONGWORD# 0x2 
; VL=126 	.long DBG14
	LONGWORD# DBG14 
; VL=127 	.long 0x3
	LONGWORD# 0x3 
; VL=128 	.long DBG15
	LONGWORD# DBG15 
; VL=129 	.long 0x4
	LONGWORD# 0x4 
; VL=130 	.long DBG16
	LONGWORD# DBG16 
; VL=131 	.long 0x5
	LONGWORD# 0x5 
; VL=132 	.pseg version_code
	.segment	version_code,memtype=0,wordsize=16,locinc=2,rom,align=2 
; VL=133 _getVersionHandler:
_getVersionHandler:
DBG12:
DBG13:
DBG14:
; VL=134 ; ENTRY
; ENTRY
; VL=135 DBG12:
; VL=136 ; {
; {
; VL=137 DBG13:
; VL=138 ;   outfmtSendVersion(versionString);
;   outfmtSendVersion(versionString);
; VL=139 DBG14:
; VL=140 	mov	#_versionString,r12
	mov Sreg# r0 d_reg word imm_ind_mod r12 
	WORD# _versionString 
; VL=141 	call	#_outfmtSendVersion
	call word imm_ind_mod r0 
	WORD# _outfmtSendVersion 
DBG15:
; VL=142 DBG15:
; VL=143 ;   return 0;
;   return 0;
; VL=144 	mov	#0x0,r12
	mov Sreg# r3 d_reg word reg_mod r12 
DBG16:
DBG17:
; VL=145 DBG17:
; VL=146 DBG16:
; VL=147 ; EXIT
; EXIT
; VL=148 	ret
	mov Sreg# r1 d_reg word imm_ind_mod r0 
; VL=149 	.dbgseg dbg_syms
	.segment	dbg_syms,memtype=7,wordsize=32,locinc=4,align=2 
; VL=150 	.long 0x0
	LONGWORD# 0x0 
; VL=151 	.long DBG18
	LONGWORD# DBG18 
; VL=152 	.long 0x0
	LONGWORD# 0x0 
; VL=153 	.long 0x0
	LONGWORD# 0x0 
; VL=154 	.long 0x10002
	LONGWORD# 0x10002 
; VL=155 	.long 0x0
	LONGWORD# 0x0 
; VL=156 	.long DBG19
	LONGWORD# DBG19 
; VL=157 	.long 0x2
	LONGWORD# 0x2 
; VL=158 	.long 0x0
	LONGWORD# 0x0 
; VL=159 	.long 0x10002
	LONGWORD# 0x10002 
; VL=160 	.long 0x66652e
	LONGWORD# 0x66652e 
; VL=161 	.long 0x0
	LONGWORD# 0x0 
; VL=162 	.long DBG17
	LONGWORD# DBG17 
; VL=163 	.long 0x0
	LONGWORD# 0x0 
; VL=164 	.long 0x1650001
	LONGWORD# 0x1650001 
; VL=165 	.long 0x0
	LONGWORD# 0x0 
; VL=166 	.long 0x18
	LONGWORD# 0x18 
; VL=167 	.long 0x0
	LONGWORD# 0x0 
; VL=168 	.long 0x0
	LONGWORD# 0x0 
; VL=169 	.long 0x0
	LONGWORD# 0x0 
; VL=170 	.pseg version_code
	.segment	version_code,memtype=0,wordsize=16,locinc=2,rom,align=2 
DBG7:
; VL=171 DBG7:
; VL=172 	.dbgseg dbg_syms
	.segment	dbg_syms,memtype=7,wordsize=32,locinc=4,align=2 
; VL=173 	.long 0x0
	LONGWORD# 0x0 
; VL=174 	.long DBG10
	LONGWORD# DBG10 
; VL=175 	.long DBG7
	LONGWORD# DBG7 
; VL=176 	.long 0x0
	LONGWORD# 0x0 
; VL=177 	.long 0xff0001
	LONGWORD# 0xff0001 
DBG6:
; VL=178 ; }
; }
; VL=179 ; ****** Warning: Symbol ``cmdStr'' (function getVersionHandler) was defined, but not used
; ****** Warning: Symbol ``cmdStr'' (function getVersionHandler) was defined, but not used
; VL=180 ; int versionInit(void)
; int versionInit(void)
; VL=181 DBG6:
; VL=182 	.long 0x0
	LONGWORD# 0x0 
; VL=183 	.long DBG24
	LONGWORD# DBG24 
; VL=184 	.long _versionInit
	LONGWORD# _versionInit 
; VL=185 	.long 0x44
	LONGWORD# 0x44 
; VL=186 	.long 0x1020001
	LONGWORD# 0x1020001 
; VL=187 	.long DBG11
	LONGWORD# DBG11 
; VL=188 	.long DBG21-DBG22
	LONGWORD# DBG21-DBG22 
; VL=189 	.long DBG23
	LONGWORD# DBG23 
; VL=190 	.long DBG20
	LONGWORD# DBG20 
; VL=191 	.long 0x0
	LONGWORD# 0x0 
; VL=192 	.pseg version_code
	.segment	version_code,memtype=0,wordsize=16,locinc=2,rom,align=2 
DBG22:
; VL=193 DBG22:
; VL=194 	.dbgseg dbg_syms
	.segment	dbg_syms,memtype=7,wordsize=32,locinc=4,align=2 
DBG11:
; VL=195 DBG11:
; VL=196 	.long 0x66622e
	LONGWORD# 0x66622e 
; VL=197 	.long 0x0
	LONGWORD# 0x0 
; VL=198 	.long DBG22
	LONGWORD# DBG22 
; VL=199 	.long 0x0
	LONGWORD# 0x0 
; VL=200 	.long 0x1650001
	LONGWORD# 0x1650001 
; VL=201 	.long 0x0
	LONGWORD# 0x0 
; VL=202 	.long 0x1a
	LONGWORD# 0x1a 
; VL=203 	.long 0x0
	LONGWORD# 0x0 
; VL=204 	.long DBG25
	LONGWORD# DBG25 
; VL=205 	.long 0x0
	LONGWORD# 0x0 
; VL=206 	.dbgseg dbg_line
	.segment	dbg_line,memtype=7,wordsize=32,locinc=4,align=2 
DBG23:
; VL=207 DBG23:
; VL=208 	.long DBG6
	LONGWORD# DBG6 
; VL=209 	.long 0x0
	LONGWORD# 0x0 
; VL=210 	.long _versionInit
	LONGWORD# _versionInit 
; VL=211 	.long 0x1
	LONGWORD# 0x1 
; VL=212 	.long DBG27
	LONGWORD# DBG27 
; VL=213 	.long 0x2
	LONGWORD# 0x2 
; VL=214 	.long DBG28
	LONGWORD# DBG28 
; VL=215 	.long 0x4
	LONGWORD# 0x4 
; VL=216 	.long DBG29
	LONGWORD# DBG29 
; VL=217 	.long 0x5
	LONGWORD# 0x5 
; VL=218 	.long DBG30
	LONGWORD# DBG30 
; VL=219 	.long 0x6
	LONGWORD# 0x6 
; VL=220 	.long DBG31
	LONGWORD# DBG31 
; VL=221 	.long 0x7
	LONGWORD# 0x7 
; VL=222 	.long DBG32
	LONGWORD# DBG32 
; VL=223 	.long 0x8
	LONGWORD# 0x8 
; VL=224 	.pseg version_code
	.segment	version_code,memtype=0,wordsize=16,locinc=2,rom,align=2 
; VL=225 	.global _versionInit
	 .global _versionInit 
; VL=226 _versionInit:
_versionInit:
; VL=227 	push	r4
	push word reg_mod r4 
DBG26:
DBG27:
DBG28:
; VL=228 DBG28:
; VL=229 DBG27:
; VL=230 DBG26:
; VL=231 ; ENTRY
; ENTRY
; VL=232 ; result in reg  size 2
; result in reg  size 2
; VL=233 ; {
; {
; VL=234 ;   int result;
;   int result;
; VL=235 ;   clearString(versionString, (16) );
;   clearString(versionString, (16) );
; VL=236 	mov	#0x10,r13
	mov Sreg# r0 d_reg word imm_ind_mod r13 
	WORD# 0x10 
; VL=237 	mov	#_versionString,r4
	mov Sreg# r0 d_reg word imm_ind_mod r4 
	WORD# _versionString 
; VL=238 	mov	r4,r12
	mov Sreg# r4 d_reg word reg_mod r12 
; VL=239 	call	#_clearString
	call word imm_ind_mod r0 
	WORD# _clearString 
DBG29:
; VL=240 DBG29:
; VL=241 ;   sprintf(versionString, "%u.%u%c [%s]", verMajor, verMinor, toolchain, dateStr);
;   sprintf(versionString, "%u.%u%c [%s]", verMajor, verMinor, toolchain, dateStr);
; VL=242 	push	#_dateStr
	push word imm_ind_mod r0 
	WORD# _dateStr 
; VL=243 	mov.b	&_toolchain,r12
	mov Sreg# r2 d_reg byte ind_sym_abs_mod r12 
	WORD# _toolchain 
; VL=244 	sxt	r12
	sxt word reg_mod r12 
; VL=245 	push	r12
	push word reg_mod r12 
; VL=246 	mov.b	&_verMinor,r12
	mov Sreg# r2 d_reg byte ind_sym_abs_mod r12 
	WORD# _verMinor 
; VL=247 	push	r12
	push word reg_mod r12 
; VL=248 	mov.b	&_verMajor,r12
	mov Sreg# r2 d_reg byte ind_sym_abs_mod r12 
	WORD# _verMajor 
; VL=249 	push	r12
	push word reg_mod r12 
; VL=250 	push	#version_V2
	push word imm_ind_mod r0 
	WORD# version_V2 
; VL=251 	push	r4
	push word reg_mod r4 
DBG33:
; VL=252 DBG33:
; VL=253 	call	#_sprintf
	call word imm_ind_mod r0 
	WORD# _sprintf 
DBG34:
; VL=254 DBG34:
; VL=255 	add	#0xc,sp
	add Sreg# r0 d_reg word imm_ind_mod sp 
	WORD# 0xc 
DBG30:
; VL=256 DBG30:
; VL=257 ;   result = cmdparseAddCommand("get", "version", getVersionHandler);
;   result = cmdparseAddCommand("get", "version", getVersionHandler);
; VL=258 	mov	#_getVersionHandler,r14
	mov Sreg# r0 d_reg word imm_ind_mod r14 
	WORD# _getVersionHandler 
; VL=259 	mov	#version_V4,r13
	mov Sreg# r0 d_reg word imm_ind_mod r13 
	WORD# version_V4 
; VL=260 	mov	#version_V3,r12
	mov Sreg# r0 d_reg word imm_ind_mod r12 
	WORD# version_V3 
; VL=261 	call	#_cmdparseAddCommand
	call word imm_ind_mod r0 
	WORD# _cmdparseAddCommand 
DBG31:
DBG32:
DBG35:
; VL=262 DBG35:
; VL=263 DBG32:
; VL=264 DBG31:
; VL=265 ;   return result;
;   return result;
; VL=266 ; EXIT
; EXIT
; VL=267 ; .temp0 at stkloc 0 (0x0) size 2
; .temp0 at stkloc 0 (0x0) size 2
; VL=268 	pop	r4
	mov Sreg# r1 d_reg word imm_ind_mod r4 
; VL=269 	ret
	mov Sreg# r1 d_reg word imm_ind_mod r0 
; VL=270 	.dbgseg dbg_syms
	.segment	dbg_syms,memtype=7,wordsize=32,locinc=4,align=2 
; VL=271 	.long 0x0
	LONGWORD# 0x0 
; VL=272 	.long DBG18
	LONGWORD# DBG18 
; VL=273 	.long 0x2
	LONGWORD# 0x2 
; VL=274 	.long 0x0
	LONGWORD# 0x0 
; VL=275 	.long 0x10002
	LONGWORD# 0x10002 
; VL=276 	.long 0x0
	LONGWORD# 0x0 
; VL=277 	.long DBG19
	LONGWORD# DBG19 
; VL=278 	.long 0x2
	LONGWORD# 0x2 
; VL=279 	.long 0x0
	LONGWORD# 0x0 
; VL=280 	.long 0x10002
	LONGWORD# 0x10002 
DBG2:
; VL=281 DBG2:
; VL=282 	.long 0x62622e
	LONGWORD# 0x62622e 
; VL=283 	.long 0x0
	LONGWORD# 0x0 
; VL=284 	.long DBG33
	LONGWORD# DBG33 
; VL=285 	.long 0x0
	LONGWORD# 0x0 
; VL=286 	.long 0x1640001
	LONGWORD# 0x1640001 
; VL=287 	.long 0x0
	LONGWORD# 0x0 
; VL=288 	.long 0x6
	LONGWORD# 0x6 
; VL=289 	.long 0x0
	LONGWORD# 0x0 
; VL=290 	.long DBG36
	LONGWORD# DBG36 
; VL=291 	.long 0x0
	LONGWORD# 0x0 
; VL=292 	.long 0x0
	LONGWORD# 0x0 
; VL=293 	.long DBG37
	LONGWORD# DBG37 
; VL=294 	.long 0xc
	LONGWORD# 0xc 
; VL=295 	.long 0x0
	LONGWORD# 0x0 
; VL=296 	.long 0x10002
	LONGWORD# 0x10002 
; VL=297 	.long 0x62652e
	LONGWORD# 0x62652e 
; VL=298 	.long 0x0
	LONGWORD# 0x0 
; VL=299 	.long DBG34
	LONGWORD# DBG34 
; VL=300 	.long 0x0
	LONGWORD# 0x0 
; VL=301 	.long 0x1640001
	LONGWORD# 0x1640001 
; VL=302 	.long 0x0
	LONGWORD# 0x0 
; VL=303 	.long 0x6
	LONGWORD# 0x6 
; VL=304 	.long 0x0
	LONGWORD# 0x0 
; VL=305 	.long 0x0
	LONGWORD# 0x0 
; VL=306 	.long 0x0
	LONGWORD# 0x0 
; VL=307 	.long 0x66652e
	LONGWORD# 0x66652e 
; VL=308 	.long 0x0
	LONGWORD# 0x0 
; VL=309 	.long DBG35
	LONGWORD# DBG35 
; VL=310 	.long 0x0
	LONGWORD# 0x0 
; VL=311 	.long 0x1650001
	LONGWORD# 0x1650001 
; VL=312 	.long 0x0
	LONGWORD# 0x0 
; VL=313 	.long 0x21
	LONGWORD# 0x21 
; VL=314 	.long 0x0
	LONGWORD# 0x0 
; VL=315 	.long 0x0
	LONGWORD# 0x0 
; VL=316 	.long 0x0
	LONGWORD# 0x0 
; VL=317 	.pseg version_code
	.segment	version_code,memtype=0,wordsize=16,locinc=2,rom,align=2 
DBG21:
; VL=318 DBG21:
; VL=319 	.dbgseg dbg_syms
	.segment	dbg_syms,memtype=7,wordsize=32,locinc=4,align=2 
; VL=320 	.long 0x0
	LONGWORD# 0x0 
; VL=321 	.long DBG24
	LONGWORD# DBG24 
; VL=322 	.long DBG21
	LONGWORD# DBG21 
; VL=323 	.long 0x0
	LONGWORD# 0x0 
; VL=324 	.long 0xff0001
	LONGWORD# 0xff0001 
; VL=325 ; }
; }
; VL=326 	.dseg	version_bss
	.segment	version_bss,memtype=0,wordsize=8,locinc=1,align=2 
; VL=327 	.align 0x2
	 .align 0x2 
; VL=328 version_V5:
version_V5:
; VL=329 _versionString:
_versionString:
; VL=330 	.bss 0x10
	 .bss 0x10 
; VL=331 ; versionString size 16
; versionString size 16
; VL=332 	.extern _sprintf
	 .extern _sprintf 
; VL=333 	.extern _outfmtSendVersion
	 .extern _outfmtSendVersion 
; VL=334 	.extern _cmdparseAddCommand
	 .extern _cmdparseAddCommand 
; VL=335 	.extern _clearString
	 .extern _clearString 
; VL=336 	.dbgseg dbg_syms
	.segment	dbg_syms,memtype=7,wordsize=32,locinc=4,align=2 
; VL=337 .0fake_1:
.0fake_1:
DBG4:
; VL=338 DBG4:
; VL=339 	.long 0x6166302e
	LONGWORD# 0x6166302e 
; VL=340 	.long 0x315f656b
	LONGWORD# 0x315f656b 
; VL=341 	.long 0x0
	LONGWORD# 0x0 
; VL=342 	.long 0x8
	LONGWORD# 0x8 
; VL=343 	.long 0x10afffe
	LONGWORD# 0x10afffe 
; VL=344 	.long 0x0
	LONGWORD# 0x0 
; VL=345 	.long 0x100000
	LONGWORD# 0x100000 
; VL=346 	.long 0x0
	LONGWORD# 0x0 
; VL=347 	.long DBG38
	LONGWORD# DBG38 
; VL=348 	.long 0x0
	LONGWORD# 0x0 
; VL=349 	.long 0x7361625f
	LONGWORD# 0x7361625f 
; VL=350 	.long 0x65
	LONGWORD# 0x65 
; VL=351 	.long 0x0
	LONGWORD# 0x0 
; VL=352 	.long 0x2c
	LONGWORD# 0x2c 
; VL=353 	.long 0x8ffff
	LONGWORD# 0x8ffff 
; VL=354 	.long 0x646e655f
	LONGWORD# 0x646e655f 
; VL=355 	.long 0x0
	LONGWORD# 0x0 
; VL=356 	.long 0x2
	LONGWORD# 0x2 
; VL=357 	.long 0x2c
	LONGWORD# 0x2c 
; VL=358 	.long 0x8ffff
	LONGWORD# 0x8ffff 
; VL=359 	.long 0x7274705f
	LONGWORD# 0x7274705f 
; VL=360 	.long 0x0
	LONGWORD# 0x0 
; VL=361 	.long 0x4
	LONGWORD# 0x4 
; VL=362 	.long 0x2c
	LONGWORD# 0x2c 
; VL=363 	.long 0x8ffff
	LONGWORD# 0x8ffff 
; VL=364 	.long 0x6565735f
	LONGWORD# 0x6565735f 
; VL=365 	.long 0x6b
	LONGWORD# 0x6b 
; VL=366 	.long 0x6
	LONGWORD# 0x6 
; VL=367 	.long 0x5
	LONGWORD# 0x5 
; VL=368 	.long 0x8ffff
	LONGWORD# 0x8ffff 
; VL=369 	.long 0x746e635f
	LONGWORD# 0x746e635f 
; VL=370 	.long 0x0
	LONGWORD# 0x0 
; VL=371 	.long 0xa
	LONGWORD# 0xa 
; VL=372 	.long 0x4
	LONGWORD# 0x4 
; VL=373 	.long 0x8ffff
	LONGWORD# 0x8ffff 
; VL=374 	.long 0x616c665f
	LONGWORD# 0x616c665f 
; VL=375 	.long 0x67
	LONGWORD# 0x67 
; VL=376 	.long 0xc
	LONGWORD# 0xc 
; VL=377 	.long 0x3
	LONGWORD# 0x3 
; VL=378 	.long 0x8ffff
	LONGWORD# 0x8ffff 
; VL=379 	.long 0x6c69665f
	LONGWORD# 0x6c69665f 
; VL=380 	.long 0x65
	LONGWORD# 0x65 
; VL=381 	.long 0xe
	LONGWORD# 0xe 
; VL=382 	.long 0x2
	LONGWORD# 0x2 
; VL=383 	.long 0x8ffff
	LONGWORD# 0x8ffff 
; VL=384 	.long 0x66626e5f
	LONGWORD# 0x66626e5f 
; VL=385 	.long 0x0
	LONGWORD# 0x0 
; VL=386 	.long 0xf
	LONGWORD# 0xf 
; VL=387 	.long 0xc
	LONGWORD# 0xc 
; VL=388 	.long 0x8ffff
	LONGWORD# 0x8ffff 
; VL=389 	.long 0x736f652e
	LONGWORD# 0x736f652e 
; VL=390 	.long 0x0
	LONGWORD# 0x0 
; VL=391 	.long 0x10
	LONGWORD# 0x10 
; VL=392 	.long 0x0
	LONGWORD# 0x0 
; VL=393 	.long 0x166ffff
	LONGWORD# 0x166ffff 
; VL=394 	.long DBG4
	LONGWORD# DBG4 
; VL=395 	.long 0x100000
	LONGWORD# 0x100000 
; VL=396 	.long 0x0
	LONGWORD# 0x0 
; VL=397 	.long 0x0
	LONGWORD# 0x0 
; VL=398 	.long 0x0
	LONGWORD# 0x0 
DBG38:
DBG20:
DBG36:
DBG25:
; VL=399 DBG25:
; VL=400 DBG36:
; VL=401 DBG20:
; VL=402 DBG38:
; VL=403 	.long 0x7073
	LONGWORD# 0x7073 
; VL=404 	.long 0x0
	LONGWORD# 0x0 
; VL=405 	.long 0x1
	LONGWORD# 0x1 
; VL=406 	.long 0x0
	LONGWORD# 0x0 
; VL=407 	.long 0x16cfffe
	LONGWORD# 0x16cfffe 
; VL=408 	.long 0x0
	LONGWORD# 0x0 
; VL=409 	.long 0x100001
	LONGWORD# 0x100001 
; VL=410 	.long 0x0
	LONGWORD# 0x0 
; VL=411 	.long 0x0
	LONGWORD# 0x0 
; VL=412 	.long 0x0
	LONGWORD# 0x0 
; VL=413 	.long 0x52
	LONGWORD# 0x52 
; VL=414 	.long 0x0
	LONGWORD# 0x0 
; VL=415 	.long 0x2
	LONGWORD# 0x2 
; VL=416 	.long 0x0
	LONGWORD# 0x0 
; VL=417 	.long 0x16cfffe
	LONGWORD# 0x16cfffe 
; VL=418 	.long 0x0
	LONGWORD# 0x0 
; VL=419 	.long 0x100010
	LONGWORD# 0x100010 
; VL=420 	.long 0x0
	LONGWORD# 0x0 
; VL=421 	.long 0x0
	LONGWORD# 0x0 
; VL=422 	.long 0x0
	LONGWORD# 0x0 
; VL=423 	.long 0x0
	LONGWORD# 0x0 
; VL=424 	.long DBG39
	LONGWORD# DBG39 
; VL=425 	.long _toolchain
	LONGWORD# _toolchain 
; VL=426 	.long 0x2
	LONGWORD# 0x2 
; VL=427 	.long 0x30002
	LONGWORD# 0x30002 
; VL=428 	.long 0x4d726576
	LONGWORD# 0x4d726576 
; VL=429 	.long 0x726f6a61
	LONGWORD# 0x726f6a61 
; VL=430 	.long _verMajor
	LONGWORD# _verMajor 
; VL=431 	.long 0xc
	LONGWORD# 0xc 
; VL=432 	.long 0x30002
	LONGWORD# 0x30002 
; VL=433 	.long 0x4d726576
	LONGWORD# 0x4d726576 
; VL=434 	.long 0x726f6e69
	LONGWORD# 0x726f6e69 
; VL=435 	.long _verMinor
	LONGWORD# _verMinor 
; VL=436 	.long 0xc
	LONGWORD# 0xc 
; VL=437 	.long 0x30002
	LONGWORD# 0x30002 
; VL=438 	.long 0x65746164
	LONGWORD# 0x65746164 
; VL=439 	.long 0x727453
	LONGWORD# 0x727453 
; VL=440 	.long _dateStr
	LONGWORD# _dateStr 
; VL=441 	.long 0x62
	LONGWORD# 0x62 
; VL=442 	.long 0x1030002
	LONGWORD# 0x1030002 
; VL=443 	.long 0x0
	LONGWORD# 0x0 
; VL=444 	.long 0xc0023
	LONGWORD# 0xc0023 
; VL=445 	.long 0xc
	LONGWORD# 0xc 
; VL=446 	.long 0x0
	LONGWORD# 0x0 
; VL=447 	.long 0x0
	LONGWORD# 0x0 
; VL=448 	.long 0x0
	LONGWORD# 0x0 
; VL=449 	.long DBG40
	LONGWORD# DBG40 
; VL=450 	.long _versionString
	LONGWORD# _versionString 
; VL=451 	.long 0x62
	LONGWORD# 0x62 
; VL=452 	.long 0x1030002
	LONGWORD# 0x1030002 
; VL=453 	.long 0x0
	LONGWORD# 0x0 
; VL=454 	.long 0x100023
	LONGWORD# 0x100023 
; VL=455 	.long 0x10
	LONGWORD# 0x10 
; VL=456 	.long 0x0
	LONGWORD# 0x0 
; VL=457 	.long 0x0
	LONGWORD# 0x0 
; VL=458 	.long 0x6c6f6f62
	LONGWORD# 0x6c6f6f62 
; VL=459 	.long 0x6e6165
	LONGWORD# 0x6e6165 
; VL=460 	.long 0x0
	LONGWORD# 0x0 
; VL=461 	.long 0x4
	LONGWORD# 0x4 
; VL=462 	.long 0xdfffe
	LONGWORD# 0xdfffe 
; VL=463 	.long 0x454c4946
	LONGWORD# 0x454c4946 
; VL=464 	.long 0x0
	LONGWORD# 0x0 
; VL=465 	.long 0x0
	LONGWORD# 0x0 
; VL=466 	.long 0x8
	LONGWORD# 0x8 
; VL=467 	.long 0x10dfffe
	LONGWORD# 0x10dfffe 
; VL=468 	.long .0fake_1
	LONGWORD# .0fake_1 
; VL=469 	.long 0x10
	LONGWORD# 0x10 
; VL=470 	.long 0x0
	LONGWORD# 0x0 
; VL=471 	.long 0x0
	LONGWORD# 0x0 
; VL=472 	.long 0x0
	LONGWORD# 0x0 
; VL=473 	.long 0x657a6973
	LONGWORD# 0x657a6973 
; VL=474 	.long 0x745f
	LONGWORD# 0x745f 
; VL=475 	.long 0x0
	LONGWORD# 0x0 
; VL=476 	.long 0xe
	LONGWORD# 0xe 
; VL=477 	.long 0xdfffe
	LONGWORD# 0xdfffe 
; VL=478 	.long 0x6c5f6176
	LONGWORD# 0x6c5f6176 
; VL=479 	.long 0x747369
	LONGWORD# 0x747369 
; VL=480 	.long 0x0
	LONGWORD# 0x0 
; VL=481 	.long 0x20
	LONGWORD# 0x20 
; VL=482 	.long 0xdfffe
	LONGWORD# 0xdfffe 
; VL=483 	.long 0x0
	LONGWORD# 0x0 
; VL=484 	.long DBG41
	LONGWORD# DBG41 
; VL=485 	.long 0x0
	LONGWORD# 0x0 
; VL=486 	.long 0x2a4
	LONGWORD# 0x2a4 
; VL=487 	.long 0xdfffe
	LONGWORD# 0xdfffe 
; VL=488 	.iseg version_istrings_const
	.segment	version_istrings_const,memtype=0,wordsize=8,locinc=1,rom,align=2 
; VL=489 version_V3:
version_V3:
; VL=490 	.byte 0x67
	BYTE# 0x67 
; VL=491 	.byte 0x65
	BYTE# 0x65 
; VL=492 	.byte 0x74
	BYTE# 0x74 
; VL=493 	.byte 0x0
	BYTE# 0x0 
; VL=494 version_V4:
version_V4:
; VL=495 	.byte 0x76
	BYTE# 0x76 
; VL=496 	.byte 0x65
	BYTE# 0x65 
; VL=497 	.byte 0x72
	BYTE# 0x72 
; VL=498 	.byte 0x73
	BYTE# 0x73 
; VL=499 	.byte 0x69
	BYTE# 0x69 
; VL=500 	.byte 0x6f
	BYTE# 0x6f 
; VL=501 	.byte 0x6e
	BYTE# 0x6e 
; VL=502 	.byte 0x0
	BYTE# 0x0 
; VL=503 version_V2:
version_V2:
; VL=504 	.byte 0x25
	BYTE# 0x25 
; VL=505 	.byte 0x75
	BYTE# 0x75 
; VL=506 	.byte 0x2e
	BYTE# 0x2e 
; VL=507 	.byte 0x25
	BYTE# 0x25 
; VL=508 	.byte 0x75
	BYTE# 0x75 
; VL=509 	.byte 0x25
	BYTE# 0x25 
; VL=510 	.byte 0x63
	BYTE# 0x63 
; VL=511 	.byte 0x20
	BYTE# 0x20 
; VL=512 	.byte 0x5b
	BYTE# 0x5b 
; VL=513 	.byte 0x25
	BYTE# 0x25 
; VL=514 	.byte 0x73
	BYTE# 0x73 
; VL=515 	.byte 0x5d
	BYTE# 0x5d 
; VL=516 	.byte 0x0
	BYTE# 0x0 
; VL=517 	.dbgseg dbg_syms
	.segment	dbg_syms,memtype=7,wordsize=32,locinc=4,align=2 
; VL=518 	.long 0x666f652e
	LONGWORD# 0x666f652e 
; VL=519 	.long 0x0
	LONGWORD# 0x0 
; VL=520 	.long 0x0
	LONGWORD# 0x0 
; VL=521 	.long 0x0
	LONGWORD# 0x0 
; VL=522 	.long 0x67fffe
	LONGWORD# 0x67fffe 
; VL=523 	.dbgseg dbg_strs
	.segment	dbg_strs,memtype=7,wordsize=32,locinc=4,align=2 
; VL=524 	.align 0x2
	 .align 0x2 
; VL=525 	.long 0x98
	LONGWORD# 0x98 
DBG39:
; VL=526 DBG39:
; VL=527 	.long 0x746f6f6c
	LONGWORD# 0x746f6f6c 
; VL=528 	.long 0x63686169
	LONGWORD# 0x63686169 
; VL=529 	.long 0x6e000000
	LONGWORD# 0x6e000000 
DBG18:
; VL=530 DBG18:
; VL=531 	.long 0x5f5f4652
	LONGWORD# 0x5f5f4652 
; VL=532 	.long 0x414d4553
	LONGWORD# 0x414d4553 
; VL=533 	.long 0x495a4500
	LONGWORD# 0x495a4500 
DBG10:
; VL=534 DBG10:
; VL=535 	.long 0x67657456
	LONGWORD# 0x67657456 
; VL=536 	.long 0x65727369
	LONGWORD# 0x65727369 
; VL=537 	.long 0x6f6e4861
	LONGWORD# 0x6f6e4861 
; VL=538 	.long 0x6e646c65
	LONGWORD# 0x6e646c65 
; VL=539 	.long 0x72000000
	LONGWORD# 0x72000000 
DBG37:
; VL=540 DBG37:
; VL=541 	.long 0x5f5f5641
	LONGWORD# 0x5f5f5641 
; VL=542 	.long 0x525f4152
	LONGWORD# 0x525f4152 
; VL=543 	.long 0x47535f53
	LONGWORD# 0x47535f53 
; VL=544 	.long 0x495a4500
	LONGWORD# 0x495a4500 
DBG19:
; VL=545 DBG19:
; VL=546 	.long 0x5f5f5341
	LONGWORD# 0x5f5f5341 
; VL=547 	.long 0x5645445f
	LONGWORD# 0x5645445f 
; VL=548 	.long 0x41524753
	LONGWORD# 0x41524753 
; VL=549 	.long 0x5f53495a
	LONGWORD# 0x5f53495a 
; VL=550 	.long 0x45000000
	LONGWORD# 0x45000000 
DBG24:
; VL=551 DBG24:
; VL=552 	.long 0x76657273
	LONGWORD# 0x76657273 
; VL=553 	.long 0x696f6e49
	LONGWORD# 0x696f6e49 
; VL=554 	.long 0x6e697400
	LONGWORD# 0x6e697400 
DBG5:
; VL=555 DBG5:
; VL=556 	.long 0x453a5c6d
	LONGWORD# 0x453a5c6d 
; VL=557 	.long 0x6d637266
	LONGWORD# 0x6d637266 
; VL=558 	.long 0x696f5c76
	LONGWORD# 0x696f5c76 
; VL=559 	.long 0x65727369
	LONGWORD# 0x65727369 
; VL=560 	.long 0x6f6e2e63
	LONGWORD# 0x6f6e2e63 
; VL=561 	.long 0x0
	LONGWORD# 0x0 
DBG41:
; VL=562 DBG41:
; VL=563 	.long 0x636f6d6d
	LONGWORD# 0x636f6d6d 
; VL=564 	.long 0x616e6448
	LONGWORD# 0x616e6448 
; VL=565 	.long 0x616e646c
	LONGWORD# 0x616e646c 
; VL=566 	.long 0x65720000
	LONGWORD# 0x65720000 
DBG40:
; VL=567 DBG40:
; VL=568 	.long 0x76657273
	LONGWORD# 0x76657273 
; VL=569 	.long 0x696f6e53
	LONGWORD# 0x696f6e53 
; VL=570 	.long 0x7472696e
	LONGWORD# 0x7472696e 
; VL=571 	.long 0x67000000
	LONGWORD# 0x67000000 
; VL=572 	.iseg _idesc
	.segment	_idesc,memtype=0,wordsize=8,locinc=1,rom,align=2 
; VL=573 	.align 0x2
	 .align 0x2 
; VL=574 	.data 0x0
	BYTE# .bits(0, 7,0x0) 
	BYTE# .bits(8, 15,0x0) 
; VL=575 	.data version_V5
	BYTE# .bits(0, 7,version_V5) 
	BYTE# .bits(8, 15,version_V5) 
; VL=576 	.data 0x10
	BYTE# .bits(0, 7,0x10) 
	BYTE# .bits(8, 15,0x10) 
