; VF=E:\mmcrfio\levparse.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\levparse.c" Fri Feb 20 18:03:35 2004
; Compiled "E:\mmcrfio\levparse.c" Fri Feb 20 18:03:35 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 
DBG3:
; 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 wchar_t;
; typedef int wchar_t;
; VL=36 ; wchar_t size 2
; wchar_t size 2
; VL=37 ; typedef struct {
; typedef struct {
; VL=38 ; 	int rem;
; 	int rem;
; VL=39 ; 	int quot;
; 	int quot;
; VL=40 ; } div_t;
; } div_t;
; VL=41 ; div_t size 4
; div_t size 4
; VL=42 ; typedef struct {
; typedef struct {
; VL=43 ; 	long rem;
; 	long rem;
; VL=44 ; 	long quot;
; 	long quot;
; VL=45 ; } ldiv_t;
; } ldiv_t;
; VL=46 ; ldiv_t size 8
; ldiv_t size 8
; VL=47 ; double atof( const char * );
; double atof( const char * );
; VL=48 ; int atoi( const char * );
; int atoi( const char * );
; VL=49 ; long int atol( const char * );
; long int atol( const char * );
; VL=50 ; double strtod( const char *, char ** );
; double strtod( const char *, char ** );
; VL=51 ; long int strtol( const char *, char **, int );
; long int strtol( const char *, char **, int );
; VL=52 ; unsigned long int strtoul( const char *, char **, int );
; unsigned long int strtoul( const char *, char **, int );
; VL=53 ; int rand( void );
; int rand( void );
; VL=54 ; void srand( unsigned int );
; void srand( unsigned int );
; VL=55 ; int system( const char * );
; int system( const char * );
; VL=56 ; void *bsearch( const void *, const void *, size_t, size_t,
; void *bsearch( const void *, const void *, size_t, size_t,
; VL=57 ; 	int (*)(const void *, const void *) );
; 	int (*)(const void *, const void *) );
; VL=58 ; void qsort( void *, size_t, size_t, int (*)(const void *, const void *) );
; void qsort( void *, size_t, size_t, int (*)(const void *, const void *) );
; VL=59 ; int abs( int );
; int abs( int );
; VL=60 ; div_t div( int, int );
; div_t div( int, int );
; VL=61 ; long int labs( long int );
; long int labs( long int );
; VL=62 ; ldiv_t ldiv( long int, long int );
; ldiv_t ldiv( long int, long int );
; VL=63 ; int mblen( const char *, size_t );
; int mblen( const char *, size_t );
; VL=64 ; int mbtowc( wchar_t *, const char *, size_t );
; int mbtowc( wchar_t *, const char *, size_t );
; VL=65 ; int wctomb( char *, wchar_t );
; int wctomb( char *, wchar_t );
; VL=66 ; size_t mbstowcs( wchar_t *, const char *, size_t );
; size_t mbstowcs( wchar_t *, const char *, size_t );
; VL=67 ; size_t wcstombs( char *, const wchar_t *, size_t );
; size_t wcstombs( char *, const wchar_t *, size_t );
; VL=68 ; void *memcpy( void *, const void *, size_t );
; void *memcpy( void *, const void *, size_t );
; VL=69 ; void *memmove( void *, const void *, size_t );
; void *memmove( void *, const void *, size_t );
; VL=70 ; char *strcpy( char *, const char * );
; char *strcpy( char *, const char * );
; VL=71 ; char *strncpy( char *, const char *, size_t );
; char *strncpy( char *, const char *, size_t );
; VL=72 ; char *strcat( char *, const char * );
; char *strcat( char *, const char * );
; VL=73 ; char *strncat( char *, const char *, size_t );
; char *strncat( char *, const char *, size_t );
; VL=74 ; int memcmp( const void *, const void *, size_t );
; int memcmp( const void *, const void *, size_t );
; VL=75 ; int strcmp( const char *, const char * );
; int strcmp( const char *, const char * );
; VL=76 ; int strcoll( const char *, const char * );
; int strcoll( const char *, const char * );
; VL=77 ; int strncmp( const char *, const char *, size_t );
; int strncmp( const char *, const char *, size_t );
; VL=78 ; size_t strxfrm( char *, const char *, size_t );
; size_t strxfrm( char *, const char *, size_t );
; VL=79 ; void *memchr( const void *, int, size_t );
; void *memchr( const void *, int, size_t );
; VL=80 ; char *strchr( const char *, int );
; char *strchr( const char *, int );
; VL=81 ; size_t strcspn( const char *, const char * );
; size_t strcspn( const char *, const char * );
; VL=82 ; char *strpbrk( const char *, const char * );
; char *strpbrk( const char *, const char * );
; VL=83 ; char *strrchr( const char *, int );
; char *strrchr( const char *, int );
; VL=84 ; size_t strspn( const char *, const char * );
; size_t strspn( const char *, const char * );
; VL=85 ; char *strstr( const char *, const char * );
; char *strstr( const char *, const char * );
; VL=86 ; char *strtok( char *, const char * );
; char *strtok( char *, const char * );
; VL=87 ; void *memset( void *, int, size_t );
; void *memset( void *, int, size_t );
; VL=88 ; char *strerror( int );
; char *strerror( int );
; VL=89 ; size_t strlen( const char * );
; size_t strlen( const char * );
; VL=90 ; extern const char _ctype [];
; extern const char _ctype [];
; VL=91 ; int isalnum( int );
; int isalnum( int );
; VL=92 ; int isalpha( int );
; int isalpha( int );
; VL=93 ; int iscntrl( int );
; int iscntrl( int );
; VL=94 ; int isdigit( int );
; int isdigit( int );
; VL=95 ; int isgraph( int );
; int isgraph( int );
; VL=96 ; int islower( int );
; int islower( int );
; VL=97 ; int isprint( int );
; int isprint( int );
; VL=98 ; int ispunct( int );
; int ispunct( int );
; VL=99 ; int isspace( int );
; int isspace( int );
; VL=100 ; int isupper( int );
; int isupper( int );
; VL=101 ; int isxdigit( int );
; int isxdigit( int );
; VL=102 ; int tolower( int );
; int tolower( int );
; VL=103 ; int toupper( int );
; int toupper( int );
; VL=104 ; typedef int boolean;
; typedef int boolean;
; VL=105 ; boolean size 2
; boolean size 2
; VL=106 ; enum {false = 0, true = 1};
; enum {false = 0, true = 1};
; VL=107 ; enum {error = -1, success = 0};
; enum {error = -1, success = 0};
; VL=108 ; char * errnumGetDesc(int errNum);
; char * errnumGetDesc(int errNum);
; VL=109 ; typedef int (*sensorSampleMethod)(float *);
; typedef int (*sensorSampleMethod)(float *);
; VL=110 ; sensorSampleMethod size 2
; sensorSampleMethod size 2
; VL=111 ; typedef struct {
; typedef struct {
; VL=112 ;   unsigned char curState;
;   unsigned char curState;
; VL=113 ;   unsigned char prevState;
;   unsigned char prevState;
; VL=114 ;   unsigned char flags;
;   unsigned char flags;
; VL=115 ;   float levelHi;
;   float levelHi;
; VL=116 ;   float levelLo;
;   float levelLo;
; VL=117 ;   float lastValue;
;   float lastValue;
; VL=118 ;   sensorSampleMethod method;
;   sensorSampleMethod method;
; VL=119 ; } sensorState;
; } sensorState;
; VL=120 ; sensorState size 18
; sensorState size 18
; VL=121 ; int sensorInit(void);
; int sensorInit(void);
; VL=122 ; int sensorRegisterSampleMethod(int sensorId, unsigned char flags, sensorSampleMethod method);
; int sensorRegisterSampleMethod(int sensorId, unsigned char flags, sensorSampleMethod method);
; VL=123 ; int sensorGetData(int sensorId, float * pValue);
; int sensorGetData(int sensorId, float * pValue);
; VL=124 ; int sensorGetLevel(int levelId, float * pLevel);
; int sensorGetLevel(int levelId, float * pLevel);
; VL=125 ; int sensorSetLevel(int levelId, float level);
; int sensorSetLevel(int levelId, float level);
; VL=126 ; int sensorTriggerAlarm(int sensorId);
; int sensorTriggerAlarm(int sensorId);
; VL=127 ; void clearString(char *s, int len);
; void clearString(char *s, int len);
; VL=128 ; void eatWhiteSpace(char **s);
; void eatWhiteSpace(char **s);
; VL=129 ; int grabArgument(char **srcStr, char *dstStr, int dstLen);
; int grabArgument(char **srcStr, char *dstStr, int dstLen);
; VL=130 ; extern const char * sensorCode[];
; extern const char * sensorCode[];
; VL=131 ; extern const char * levelCode[];
; extern const char * levelCode[];
; VL=132 ; void eatWhiteSpace(char **);
; void eatWhiteSpace(char **);
; VL=133 ; int grabArgument(char **, char *, int);
; int grabArgument(char **, char *, int);
; VL=134 ; void clearString(char *, int);
; void clearString(char *, int);
; VL=135 ; static char keyword[16];
; static char keyword[16];
; VL=136 ; static char prefix[5];
; static char prefix[5];
; VL=137 ; int levparseSetLevels(char * cmdStr)
; int levparseSetLevels(char * cmdStr)
; VL=138 DBG3:
; VL=139 	.long 0x0
	LONGWORD# 0x0 
; VL=140 	.long DBG10
	LONGWORD# DBG10 
; VL=141 	.long _levparseSetLevels
	LONGWORD# _levparseSetLevels 
; VL=142 	.long 0x44
	LONGWORD# 0x44 
; VL=143 	.long 0x1020001
	LONGWORD# 0x1020001 
; VL=144 	.long DBG1
	LONGWORD# DBG1 
; VL=145 	.long DBG7-DBG8
	LONGWORD# DBG7-DBG8 
; VL=146 	.long DBG9
	LONGWORD# DBG9 
; VL=147 	.long DBG6
	LONGWORD# DBG6 
; VL=148 	.long 0x0
	LONGWORD# 0x0 
; VL=149 	.pseg levparse_code
	.segment	levparse_code,memtype=0,wordsize=16,locinc=2,rom,align=2 
DBG8:
; VL=150 DBG8:
; VL=151 	.dbgseg dbg_syms
	.segment	dbg_syms,memtype=7,wordsize=32,locinc=4,align=2 
DBG1:
; VL=152 DBG1:
; VL=153 	.long 0x66622e
	LONGWORD# 0x66622e 
; VL=154 	.long 0x0
	LONGWORD# 0x0 
; VL=155 	.long DBG8
	LONGWORD# DBG8 
; VL=156 	.long 0x0
	LONGWORD# 0x0 
; VL=157 	.long 0x1650001
	LONGWORD# 0x1650001 
; VL=158 	.long 0x0
	LONGWORD# 0x0 
; VL=159 	.long 0x17
	LONGWORD# 0x17 
; VL=160 	.long 0x0
	LONGWORD# 0x0 
; VL=161 	.long DBG11
	LONGWORD# DBG11 
; VL=162 	.long 0x0
	LONGWORD# 0x0 
; VL=163 	.dbgseg dbg_line
	.segment	dbg_line,memtype=7,wordsize=32,locinc=4,align=2 
; VL=164 	.align 0x2
	 .align 0x2 
DBG9:
; VL=165 DBG9:
; VL=166 	.long DBG3
	LONGWORD# DBG3 
; VL=167 	.long 0x0
	LONGWORD# 0x0 
; VL=168 	.long _levparseSetLevels
	LONGWORD# _levparseSetLevels 
; VL=169 	.long 0x1
	LONGWORD# 0x1 
; VL=170 	.long DBG13
	LONGWORD# DBG13 
; VL=171 	.long 0x2
	LONGWORD# 0x2 
; VL=172 	.long DBG14
	LONGWORD# DBG14 
; VL=173 	.long 0x9
	LONGWORD# 0x9 
; VL=174 	.long DBG15
	LONGWORD# DBG15 
; VL=175 	.long 0xa
	LONGWORD# 0xa 
; VL=176 	.long DBG16
	LONGWORD# DBG16 
; VL=177 	.long 0xc
	LONGWORD# 0xc 
; VL=178 	.long DBG17
	LONGWORD# DBG17 
; VL=179 	.long 0xd
	LONGWORD# 0xd 
; VL=180 	.long DBG18
	LONGWORD# DBG18 
; VL=181 	.long 0xf
	LONGWORD# 0xf 
; VL=182 	.long DBG20
	LONGWORD# DBG20 
; VL=183 	.long 0x14
	LONGWORD# 0x14 
; VL=184 	.long DBG21
	LONGWORD# DBG21 
; VL=185 	.long 0x15
	LONGWORD# 0x15 
; VL=186 	.long DBG22
	LONGWORD# DBG22 
; VL=187 	.long 0x16
	LONGWORD# 0x16 
; VL=188 	.long DBG23
	LONGWORD# DBG23 
; VL=189 	.long 0x18
	LONGWORD# 0x18 
; VL=190 	.long DBG24
	LONGWORD# DBG24 
; VL=191 	.long 0x19
	LONGWORD# 0x19 
; VL=192 	.long DBG25
	LONGWORD# DBG25 
; VL=193 	.long 0x1b
	LONGWORD# 0x1b 
; VL=194 	.long DBG26
	LONGWORD# DBG26 
; VL=195 	.long 0x1c
	LONGWORD# 0x1c 
; VL=196 	.long DBG27
	LONGWORD# DBG27 
; VL=197 	.long 0x20
	LONGWORD# 0x20 
; VL=198 	.long DBG29
	LONGWORD# DBG29 
; VL=199 	.long 0x21
	LONGWORD# 0x21 
; VL=200 	.long DBG30
	LONGWORD# DBG30 
; VL=201 	.long 0x22
	LONGWORD# 0x22 
; VL=202 	.long DBG31
	LONGWORD# DBG31 
; VL=203 	.long 0x23
	LONGWORD# 0x23 
; VL=204 	.long DBG32
	LONGWORD# DBG32 
; VL=205 	.long 0x26
	LONGWORD# 0x26 
; VL=206 	.long DBG33
	LONGWORD# DBG33 
; VL=207 	.long 0x27
	LONGWORD# 0x27 
; VL=208 	.long DBG35
	LONGWORD# DBG35 
; VL=209 	.long 0x28
	LONGWORD# 0x28 
; VL=210 	.long DBG37
	LONGWORD# DBG37 
; VL=211 	.long 0x29
	LONGWORD# 0x29 
; VL=212 	.long DBG38
	LONGWORD# DBG38 
; VL=213 	.long 0x2a
	LONGWORD# 0x2a 
; VL=214 	.long DBG39
	LONGWORD# DBG39 
; VL=215 	.long 0x2b
	LONGWORD# 0x2b 
; VL=216 	.long DBG40
	LONGWORD# DBG40 
; VL=217 	.long 0x2c
	LONGWORD# 0x2c 
; VL=218 	.long DBG42
	LONGWORD# DBG42 
; VL=219 	.long 0x2e
	LONGWORD# 0x2e 
; VL=220 	.long DBG44
	LONGWORD# DBG44 
; VL=221 	.long 0x2f
	LONGWORD# 0x2f 
; VL=222 	.long DBG45
	LONGWORD# DBG45 
; VL=223 	.long 0x30
	LONGWORD# 0x30 
; VL=224 	.long DBG46
	LONGWORD# DBG46 
; VL=225 	.long 0x31
	LONGWORD# 0x31 
; VL=226 	.long DBG47
	LONGWORD# DBG47 
; VL=227 	.long 0x32
	LONGWORD# 0x32 
; VL=228 	.long DBG49
	LONGWORD# DBG49 
; VL=229 	.long 0x34
	LONGWORD# 0x34 
; VL=230 	.long DBG50
	LONGWORD# DBG50 
; VL=231 	.long 0x35
	LONGWORD# 0x35 
; VL=232 	.pseg levparse_code
	.segment	levparse_code,memtype=0,wordsize=16,locinc=2,rom,align=2 
; VL=233 	.global _levparseSetLevels
	 .global _levparseSetLevels 
; VL=234 _levparseSetLevels:
_levparseSetLevels:
; VL=235 	push	r4
	push word reg_mod r4 
; VL=236 	push	r5
	push word reg_mod r5 
; VL=237 	push	r6
	push word reg_mod r6 
; VL=238 	sub	#0x2,sp
	sub Sreg# r3 d_reg word ind_reg_mod sp 
DBG12:
; VL=239 DBG12:
; VL=240 ; ENTRY
; ENTRY
; VL=241 	mov	r12,0(sp)
	mov Sreg# r12 d_not_reg word reg_mod sp 
	WORD# 0 
DBG13:
DBG14:
; VL=242 DBG14:
; VL=243 DBG13:
; VL=244 ; cmdStr at stkloc 0 (0x0) size 2
; cmdStr at stkloc 0 (0x0) size 2
; VL=245 ; i in reg  size 2
; i in reg  size 2
; VL=246 ; cp in reg  size 2
; cp in reg  size 2
; VL=247 ; cp2 in reg  size 2
; cp2 in reg  size 2
; VL=248 ; prefixFound in reg  size 2
; prefixFound in reg  size 2
; VL=249 ; levelConv in reg  size 4
; levelConv in reg  size 4
; VL=250 ; {
; {
; VL=251 ;   int i;
;   int i;
; VL=252 ;   char * cp, * cp2;
;   char * cp, * cp2;
; VL=253 ;   boolean prefixFound;
;   boolean prefixFound;
; VL=254 ;   double levelConv;
;   double levelConv;
; VL=255 ;   eatWhiteSpace(&cmdStr);
;   eatWhiteSpace(&cmdStr);
; VL=256 	mov	sp,r12
	mov Sreg# sp d_reg word reg_mod r12 
; VL=257 	call	#_eatWhiteSpace
	call word imm_ind_mod r0 
	WORD# _eatWhiteSpace 
DBG15:
; VL=258 DBG15:
; VL=259 ;   grabArgument(&cmdStr, keyword, 16);
;   grabArgument(&cmdStr, keyword, 16);
; VL=260 	mov	#0x10,r4
	mov Sreg# r0 d_reg word imm_ind_mod r4 
	WORD# 0x10 
; VL=261 	mov	r4,r14
	mov Sreg# r4 d_reg word reg_mod r14 
; VL=262 	mov	#_keyword,r5
	mov Sreg# r0 d_reg word imm_ind_mod r5 
	WORD# _keyword 
; VL=263 	mov	r5,r13
	mov Sreg# r5 d_reg word reg_mod r13 
; VL=264 	mov	sp,r12
	mov Sreg# sp d_reg word reg_mod r12 
; VL=265 	call	#_grabArgument
	call word imm_ind_mod r0 
	WORD# _grabArgument 
DBG16:
; VL=266 DBG16:
; VL=267 ;   if (strcmp(keyword, "$PALEVEL") != 0)
;   if (strcmp(keyword, "$PALEVEL") != 0)
; VL=268 	mov	#levparse_V3,r13
	mov Sreg# r0 d_reg word imm_ind_mod r13 
	WORD# levparse_V3 
; VL=269 	mov	r5,r12
	mov Sreg# r5 d_reg word reg_mod r12 
; VL=270 	call	#_strcmp
	call word imm_ind_mod r0 
	WORD# _strcmp 
; VL=271 	cmp	#0x0,r12
	cmp Sreg# r3 d_reg word reg_mod r12 
; VL=272 	jeq	levparseSetLevels_L1
	.ifa (levparseSetLevels_L1-.-2),-1024,1022 
	jeq DISP# .bits(0, 9,  (levparseSetLevels_L1 - . - 2)/2  ) 
	.else 
	jnz DISP# .bits(0, 9,  (MCP0 - . - 2)/2  ) 
	mov Sreg# r0 d_reg word imm_ind_mod r0 
	WORD# levparseSetLevels_L1 
	MCP0: 
	.endif 
DBG17:
; VL=273 DBG17:
; VL=274 ;     return (2) ;
;     return (2) ;
; VL=275 	mov	#0x2,r12
	mov Sreg# r3 d_reg word ind_reg_mod r12 
; VL=276 	jmp	levparseSetLevels_LL2
	.ifa (levparseSetLevels_LL2-.-2),-1024,1022 
	jmp DISP# .bits(0, 9,  (levparseSetLevels_LL2 - . - 2)/2  ) 
	.else 
	mov Sreg# r0 d_reg word imm_ind_mod r0 
	WORD# levparseSetLevels_LL2 
	.endif 
DBG18:
; VL=277 DBG18:
; VL=278 levparseSetLevels_L1:
levparseSetLevels_L1:
; VL=279 ;   for (i=0;((i<( (8) <<1)) && (*cmdStr != '\0'));i++) {
;   for (i=0;((i<( (8) <<1)) && (*cmdStr != '\0'));i++) {
; VL=280 	mov	#0x0,r12
	mov Sreg# r3 d_reg word reg_mod r12 
; VL=281 	cmp	r4,r12
	cmp Sreg# r4 d_reg word reg_mod r12 
; VL=282 	jge	levparseSetLevels_L2
	.ifa (levparseSetLevels_L2-.-2),-1024,1022 
	jge DISP# .bits(0, 9,  (levparseSetLevels_L2 - . - 2)/2  ) 
	.else 
	jge DISP# .bits(0, 9,  (MCP2 - . - 2)/2  ) 
	jmp DISP# .bits(0, 9,  (MCP1 - . - 2)/2  ) 
	MCP2: 
	mov Sreg# r0 d_reg word imm_ind_mod r0 
	WORD# levparseSetLevels_L2 
	MCP1: 
	.endif 
; VL=283 	mov	0x0(sp),r12
	mov Sreg# sp d_reg word ind_reg_mod r12 
; VL=284 	cmp.b	#0x0,0(r12)
	cmp Sreg# r3 d_not_reg byte reg_mod r12 
	WORD# 0 
; VL=285 	jeq	levparseSetLevels_L2
	.ifa (levparseSetLevels_L2-.-2),-1024,1022 
	jeq DISP# .bits(0, 9,  (levparseSetLevels_L2 - . - 2)/2  ) 
	.else 
	jnz DISP# .bits(0, 9,  (MCP3 - . - 2)/2  ) 
	mov Sreg# r0 d_reg word imm_ind_mod r0 
	WORD# levparseSetLevels_L2 
	MCP3: 
	.endif 
; VL=286 levparseSetLevels_L3:
levparseSetLevels_L3:
DBG19:
DBG20:
; VL=287 DBG19:
; VL=288 ;     while (*cmdStr != ',') cmdStr++; 
;     while (*cmdStr != ',') cmdStr++; 
; VL=289 DBG20:
; VL=290 levparseSetLevels_L4:
levparseSetLevels_L4:
; VL=291 	mov	0x0(sp),r12
	mov Sreg# sp d_reg word ind_reg_mod r12 
; VL=292 	cmp.b	#0x2c,0(r12)
	cmp Sreg# r0 d_not_reg byte imm_ind_mod r12 
	WORD# 0x2c 
	WORD# 0 
; VL=293 	jeq	levparseSetLevels_L5
	.ifa (levparseSetLevels_L5-.-2),-1024,1022 
	jeq DISP# .bits(0, 9,  (levparseSetLevels_L5 - . - 2)/2  ) 
	.else 
	jnz DISP# .bits(0, 9,  (MCP4 - . - 2)/2  ) 
	mov Sreg# r0 d_reg word imm_ind_mod r0 
	WORD# levparseSetLevels_L5 
	MCP4: 
	.endif 
; VL=294 	add	#0x1,0(sp)
	add Sreg# r3 d_not_reg word ind_sym_abs_mod sp 
	WORD# 0 
; VL=295 	jmp	levparseSetLevels_L4
	.ifa (levparseSetLevels_L4-.-2),-1024,1022 
	jmp DISP# .bits(0, 9,  (levparseSetLevels_L4 - . - 2)/2  ) 
	.else 
	mov Sreg# r0 d_reg word imm_ind_mod r0 
	WORD# levparseSetLevels_L4 
	.endif 
; VL=296 levparseSetLevels_L5:
levparseSetLevels_L5:
DBG21:
; VL=297 ;     cmdStr++; 
;     cmdStr++; 
; VL=298 DBG21:
; VL=299 	add	#0x1,0(sp)
	add Sreg# r3 d_not_reg word ind_sym_abs_mod sp 
	WORD# 0 
DBG22:
; VL=300 DBG22:
; VL=301 ;     eatWhiteSpace(&cmdStr); 
;     eatWhiteSpace(&cmdStr); 
; VL=302 	mov	sp,r12
	mov Sreg# sp d_reg word reg_mod r12 
; VL=303 	call	#_eatWhiteSpace
	call word imm_ind_mod r0 
	WORD# _eatWhiteSpace 
DBG23:
; VL=304 DBG23:
; VL=305 ;     clearString(keyword,16);
;     clearString(keyword,16);
; VL=306 	mov	#0x10,r4
	mov Sreg# r0 d_reg word imm_ind_mod r4 
	WORD# 0x10 
; VL=307 	mov	r4,r13
	mov Sreg# r4 d_reg word reg_mod r13 
; VL=308 	mov	#_keyword,r6
	mov Sreg# r0 d_reg word imm_ind_mod r6 
	WORD# _keyword 
; VL=309 	mov	r6,r12
	mov Sreg# r6 d_reg word reg_mod r12 
; VL=310 	call	#_clearString
	call word imm_ind_mod r0 
	WORD# _clearString 
DBG24:
; VL=311 DBG24:
; VL=312 ;     grabArgument(&cmdStr, keyword, 16); 
;     grabArgument(&cmdStr, keyword, 16); 
; VL=313 	mov	r4,r14
	mov Sreg# r4 d_reg word reg_mod r14 
; VL=314 	mov	r6,r13
	mov Sreg# r6 d_reg word reg_mod r13 
; VL=315 	mov	sp,r12
	mov Sreg# sp d_reg word reg_mod r12 
; VL=316 	call	#_grabArgument
	call word imm_ind_mod r0 
	WORD# _grabArgument 
DBG25:
; VL=317 DBG25:
; VL=318 ;     clearString(prefix,5);
;     clearString(prefix,5);
; VL=319 	mov	#0x5,r13
	mov Sreg# r0 d_reg word imm_ind_mod r13 
	WORD# 0x5 
; VL=320 	mov	#_prefix,r4
	mov Sreg# r0 d_reg word imm_ind_mod r4 
	WORD# _prefix 
; VL=321 	mov	r4,r12
	mov Sreg# r4 d_reg word reg_mod r12 
; VL=322 	call	#_clearString
	call word imm_ind_mod r0 
	WORD# _clearString 
DBG26:
DBG27:
; VL=323 DBG27:
; VL=324 DBG26:
; VL=325 ;     cp = prefix; cp2 = keyword;
;     cp = prefix; cp2 = keyword;
; VL=326 ;     while( ( _ctype [((int)(*cp2)) + 1] & ( 0x01  | 0x02 ))  != 0) {
;     while( ( _ctype [((int)(*cp2)) + 1] & ( 0x01  | 0x02 ))  != 0) {
; VL=327 levparseSetLevels_L6:
levparseSetLevels_L6:
; VL=328 	mov.b	@r6,r12
	mov Sreg# r6 d_reg byte ind_reg_mod r12 
; VL=329 	sxt	r12
	sxt word reg_mod r12 
; VL=330 	add	#__ctype+0x1,r12
	add Sreg# r0 d_reg word imm_ind_mod r12 
	WORD# __ctype+0x1 
; VL=331 	bit.b	#0x3,0(r12)
	bit Sreg# r0 d_not_reg byte imm_ind_mod r12 
	WORD# 0x3 
	WORD# 0 
; VL=332 	jeq	levparseSetLevels_L7
	.ifa (levparseSetLevels_L7-.-2),-1024,1022 
	jeq DISP# .bits(0, 9,  (levparseSetLevels_L7 - . - 2)/2  ) 
	.else 
	jnz DISP# .bits(0, 9,  (MCP5 - . - 2)/2  ) 
	mov Sreg# r0 d_reg word imm_ind_mod r0 
	WORD# levparseSetLevels_L7 
	MCP5: 
	.endif 
DBG28:
DBG29:
; VL=333 DBG29:
; VL=334 DBG28:
; VL=335 ;       *cp++ = *cp2++;
;       *cp++ = *cp2++;
; VL=336 	mov	r4,r12
	mov Sreg# r4 d_reg word reg_mod r12 
; VL=337 	add	#0x1,r4
	add Sreg# r3 d_reg word ind_sym_abs_mod r4 
; VL=338 	mov.b	@r6+,0(r12)
	mov Sreg# r6 d_not_reg byte imm_ind_mod r12 
	WORD# 0 
DBG30:
; VL=339 DBG30:
; VL=340 	jmp	levparseSetLevels_L6
	.ifa (levparseSetLevels_L6-.-2),-1024,1022 
	jmp DISP# .bits(0, 9,  (levparseSetLevels_L6 - . - 2)/2  ) 
	.else 
	mov Sreg# r0 d_reg word imm_ind_mod r0 
	WORD# levparseSetLevels_L6 
	.endif 
; VL=341 levparseSetLevels_L7:
levparseSetLevels_L7:
DBG31:
; VL=342 ;     }
;     }
; VL=343 ;     *cp = '\0';
;     *cp = '\0';
; VL=344 DBG31:
; VL=345 	mov.b	#0x0,0(r4)
	mov Sreg# r3 d_not_reg byte reg_mod r4 
	WORD# 0 
DBG32:
; VL=346 DBG32:
; VL=347 ;     prefixFound = false;
;     prefixFound = false;
; VL=348 	mov	#0x0,r5
	mov Sreg# r3 d_reg word reg_mod r5 
DBG33:
; VL=349 DBG33:
; VL=350 ;     for(i=0; (i<( (8)  << 1)); i++) {
;     for(i=0; (i<( (8)  << 1)); i++) {
; VL=351 	mov	#0x0,r4
	mov Sreg# r3 d_reg word reg_mod r4 
; VL=352 levparseSetLevels_L8:
levparseSetLevels_L8:
DBG34:
DBG35:
; VL=353 DBG34:
; VL=354 ;       if (strcmp(prefix, levelCode[i]) == 0) {
;       if (strcmp(prefix, levelCode[i]) == 0) {
; VL=355 DBG35:
; VL=356 	mov	r4,r12
	mov Sreg# r4 d_reg word reg_mod r12 
; VL=357 	rla	r12
	add Sreg# r12 d_reg word reg_mod r12 
; VL=358 	mov	_levelCode(r12),r13
	mov Sreg# r12 d_reg word ind_sym_abs_mod r13 
	WORD# _levelCode 
; VL=359 	mov	#_prefix,r12
	mov Sreg# r0 d_reg word imm_ind_mod r12 
	WORD# _prefix 
; VL=360 	call	#_strcmp
	call word imm_ind_mod r0 
	WORD# _strcmp 
; VL=361 	cmp	#0x0,r12
	cmp Sreg# r3 d_reg word reg_mod r12 
; VL=362 	jne	levparseSetLevels_L9
	.ifa (levparseSetLevels_L9-.-2),-1024,1022 
	jne DISP# .bits(0, 9,  (levparseSetLevels_L9 - . - 2)/2  ) 
	.else 
	jz DISP# .bits(0, 9,  (MCP6 - . - 2)/2  ) 
	mov Sreg# r0 d_reg word imm_ind_mod r0 
	WORD# levparseSetLevels_L9 
	MCP6: 
	.endif 
DBG36:
DBG37:
; VL=363 DBG37:
; VL=364 DBG36:
; VL=365 ; 	prefixFound = true;
; 	prefixFound = true;
; VL=366 	mov	#0x1,r5
	mov Sreg# r3 d_reg word ind_sym_abs_mod r5 
DBG38:
; VL=367 DBG38:
; VL=368 ; 	break;
; 	break;
; VL=369 	jmp	levparseSetLevels_L10
	.ifa (levparseSetLevels_L10-.-2),-1024,1022 
	jmp DISP# .bits(0, 9,  (levparseSetLevels_L10 - . - 2)/2  ) 
	.else 
	mov Sreg# r0 d_reg word imm_ind_mod r0 
	WORD# levparseSetLevels_L10 
	.endif 
DBG39:
DBG40:
; VL=370 DBG40:
; VL=371 DBG39:
; VL=372 ;       }
;       }
; VL=373 levparseSetLevels_L9:
levparseSetLevels_L9:
DBG41:
; VL=374 DBG41:
; VL=375 	add	#0x1,r4
	add Sreg# r3 d_reg word ind_sym_abs_mod r4 
; VL=376 	cmp	#0x10,r4
	cmp Sreg# r0 d_reg word imm_ind_mod r4 
	WORD# 0x10 
; VL=377 	jl	levparseSetLevels_L8
	.ifa (levparseSetLevels_L8-.-2),-1024,1022 
	jl DISP# .bits(0, 9,  (levparseSetLevels_L8 - . - 2)/2  ) 
	.else 
	jl DISP# .bits(0, 9,  (MCP8 - . - 2)/2  ) 
	jmp DISP# .bits(0, 9,  (MCP7 - . - 2)/2  ) 
	MCP8: 
	mov Sreg# r0 d_reg word imm_ind_mod r0 
	WORD# levparseSetLevels_L8 
	MCP7: 
	.endif 
; VL=378 levparseSetLevels_L10:
levparseSetLevels_L10:
DBG42:
; VL=379 ;     }
;     }
; VL=380 ;     if (prefixFound == true) {
;     if (prefixFound == true) {
; VL=381 DBG42:
; VL=382 	cmp	#0x1,r5
	cmp Sreg# r3 d_reg word ind_sym_abs_mod r5 
; VL=383 	jne	levparseSetLevels_L11
	.ifa (levparseSetLevels_L11-.-2),-1024,1022 
	jne DISP# .bits(0, 9,  (levparseSetLevels_L11 - . - 2)/2  ) 
	.else 
	jz DISP# .bits(0, 9,  (MCP9 - . - 2)/2  ) 
	mov Sreg# r0 d_reg word imm_ind_mod r0 
	WORD# levparseSetLevels_L11 
	MCP9: 
	.endif 
DBG43:
DBG44:
; VL=384 DBG44:
; VL=385 DBG43:
; VL=386 ;         levelConv = atof(cp2);
;         levelConv = atof(cp2);
; VL=387 	mov	r6,r12
	mov Sreg# r6 d_reg word reg_mod r12 
; VL=388 	call	#_atof
	call word imm_ind_mod r0 
	WORD# _atof 
DBG45:
; VL=389 DBG45:
; VL=390 ; 	sensorSetLevel(i, ((float)levelConv));
; 	sensorSetLevel(i, ((float)levelConv));
; VL=391 	mov	r13,r14
	mov Sreg# r13 d_reg word reg_mod r14 
; VL=392 	mov	r12,r13
	mov Sreg# r12 d_reg word reg_mod r13 
; VL=393 	mov	r4,r12
	mov Sreg# r4 d_reg word reg_mod r12 
; VL=394 	call	#_sensorSetLevel
	call word imm_ind_mod r0 
	WORD# _sensorSetLevel 
DBG46:
DBG47:
; VL=395 DBG47:
; VL=396 DBG46:
; VL=397 ;     } 
;     } 
; VL=398 levparseSetLevels_L11:
levparseSetLevels_L11:
DBG48:
; VL=399 DBG48:
; VL=400 	add	#0x1,r4
	add Sreg# r3 d_reg word ind_sym_abs_mod r4 
; VL=401 	cmp	#0x10,r4
	cmp Sreg# r0 d_reg word imm_ind_mod r4 
	WORD# 0x10 
; VL=402 	jge	levparseSetLevels_L12
	.ifa (levparseSetLevels_L12-.-2),-1024,1022 
	jge DISP# .bits(0, 9,  (levparseSetLevels_L12 - . - 2)/2  ) 
	.else 
	jge DISP# .bits(0, 9,  (MCP11 - . - 2)/2  ) 
	jmp DISP# .bits(0, 9,  (MCP10 - . - 2)/2  ) 
	MCP11: 
	mov Sreg# r0 d_reg word imm_ind_mod r0 
	WORD# levparseSetLevels_L12 
	MCP10: 
	.endif 
; VL=403 	mov	0x0(sp),r12
	mov Sreg# sp d_reg word ind_reg_mod r12 
; VL=404 	cmp.b	#0x0,0(r12)
	cmp Sreg# r3 d_not_reg byte reg_mod r12 
	WORD# 0 
; VL=405 	jne	levparseSetLevels_L3
	.ifa (levparseSetLevels_L3-.-2),-1024,1022 
	jne DISP# .bits(0, 9,  (levparseSetLevels_L3 - . - 2)/2  ) 
	.else 
	jz DISP# .bits(0, 9,  (MCP12 - . - 2)/2  ) 
	mov Sreg# r0 d_reg word imm_ind_mod r0 
	WORD# levparseSetLevels_L3 
	MCP12: 
	.endif 
; VL=406 levparseSetLevels_L12:
levparseSetLevels_L12:
; VL=407 levparseSetLevels_L2:
levparseSetLevels_L2:
DBG49:
; VL=408 ;   } 
;   } 
; VL=409 ;   return 0;
;   return 0;
; VL=410 DBG49:
; VL=411 	mov	#0x0,r12
	mov Sreg# r3 d_reg word reg_mod r12 
DBG50:
; VL=412 DBG50:
; VL=413 levparseSetLevels_LL2:
levparseSetLevels_LL2:
DBG51:
; VL=414 ; EXIT
; EXIT
; VL=415 ; .temp0 at stkloc 2 (0x2) size 6
; .temp0 at stkloc 2 (0x2) size 6
; VL=416 DBG51:
; VL=417 	add	#0x2,sp
	add Sreg# r3 d_reg word ind_reg_mod sp 
; VL=418 	pop	r6
	mov Sreg# r1 d_reg word imm_ind_mod r6 
; VL=419 	pop	r5
	mov Sreg# r1 d_reg word imm_ind_mod r5 
; VL=420 	pop	r4
	mov Sreg# r1 d_reg word imm_ind_mod r4 
; VL=421 	ret
	mov Sreg# r1 d_reg word imm_ind_mod r0 
; VL=422 	.dbgseg dbg_syms
	.segment	dbg_syms,memtype=7,wordsize=32,locinc=4,align=2 
; VL=423 	.long 0x0
	LONGWORD# 0x0 
; VL=424 	.long DBG52
	LONGWORD# DBG52 
; VL=425 	.long 0x8
	LONGWORD# 0x8 
; VL=426 	.long 0x0
	LONGWORD# 0x0 
; VL=427 	.long 0x10002
	LONGWORD# 0x10002 
; VL=428 	.long 0x0
	LONGWORD# 0x0 
; VL=429 	.long DBG53
	LONGWORD# DBG53 
; VL=430 	.long 0x2
	LONGWORD# 0x2 
; VL=431 	.long 0x0
	LONGWORD# 0x0 
; VL=432 	.long 0x10002
	LONGWORD# 0x10002 
; VL=433 	.long 0x53646d63
	LONGWORD# 0x53646d63 
; VL=434 	.long 0x7274
	LONGWORD# 0x7274 
; VL=435 	.long 0x0
	LONGWORD# 0x0 
; VL=436 	.long 0x22
	LONGWORD# 0x22 
; VL=437 	.long 0x10002
	LONGWORD# 0x10002 
DBG2:
; VL=438 DBG2:
; VL=439 	.long 0x62622e
	LONGWORD# 0x62622e 
; VL=440 	.long 0x0
	LONGWORD# 0x0 
; VL=441 	.long DBG28
	LONGWORD# DBG28 
; VL=442 	.long 0x0
	LONGWORD# 0x0 
; VL=443 	.long 0x1640001
	LONGWORD# 0x1640001 
; VL=444 	.long 0x0
	LONGWORD# 0x0 
; VL=445 	.long 0x20
	LONGWORD# 0x20 
; VL=446 	.long 0x0
	LONGWORD# 0x0 
; VL=447 	.long DBG54
	LONGWORD# DBG54 
; VL=448 	.long 0x0
	LONGWORD# 0x0 
; VL=449 	.long 0x327063
	LONGWORD# 0x327063 
; VL=450 	.long 0x0
	LONGWORD# 0x0 
; VL=451 	.long 0x60102
	LONGWORD# 0x60102 
; VL=452 	.long 0x22
	LONGWORD# 0x22 
; VL=453 	.long 0x4ffff
	LONGWORD# 0x4ffff 
DBG54:
; VL=454 DBG54:
; VL=455 	.long 0x62622e
	LONGWORD# 0x62622e 
; VL=456 	.long 0x0
	LONGWORD# 0x0 
; VL=457 	.long DBG30
	LONGWORD# DBG30 
; VL=458 	.long 0x0
	LONGWORD# 0x0 
; VL=459 	.long 0x1640001
	LONGWORD# 0x1640001 
; VL=460 	.long 0x0
	LONGWORD# 0x0 
; VL=461 	.long 0x22
	LONGWORD# 0x22 
; VL=462 	.long 0x0
	LONGWORD# 0x0 
; VL=463 	.long DBG55
	LONGWORD# DBG55 
; VL=464 	.long 0x0
	LONGWORD# 0x0 
; VL=465 	.long 0x7063
	LONGWORD# 0x7063 
; VL=466 	.long 0x0
	LONGWORD# 0x0 
; VL=467 	.long 0x40102
	LONGWORD# 0x40102 
; VL=468 	.long 0x22
	LONGWORD# 0x22 
; VL=469 	.long 0x4ffff
	LONGWORD# 0x4ffff 
DBG55:
; VL=470 DBG55:
; VL=471 	.long 0x62622e
	LONGWORD# 0x62622e 
; VL=472 	.long 0x0
	LONGWORD# 0x0 
; VL=473 	.long DBG33
	LONGWORD# DBG33 
; VL=474 	.long 0x0
	LONGWORD# 0x0 
; VL=475 	.long 0x1640001
	LONGWORD# 0x1640001 
; VL=476 	.long 0x0
	LONGWORD# 0x0 
; VL=477 	.long 0x27
	LONGWORD# 0x27 
; VL=478 	.long 0x0
	LONGWORD# 0x0 
; VL=479 	.long DBG56
	LONGWORD# DBG56 
; VL=480 	.long 0x0
	LONGWORD# 0x0 
; VL=481 	.long 0x0
	LONGWORD# 0x0 
; VL=482 	.long DBG57
	LONGWORD# DBG57 
; VL=483 	.long 0x50102
	LONGWORD# 0x50102 
; VL=484 	.long 0x4
	LONGWORD# 0x4 
; VL=485 	.long 0x4ffff
	LONGWORD# 0x4ffff 
; VL=486 	.long 0x62652e
	LONGWORD# 0x62652e 
; VL=487 	.long 0x0
	LONGWORD# 0x0 
; VL=488 	.long DBG34
	LONGWORD# DBG34 
; VL=489 	.long 0x0
	LONGWORD# 0x0 
; VL=490 	.long 0x1640001
	LONGWORD# 0x1640001 
; VL=491 	.long 0x0
	LONGWORD# 0x0 
; VL=492 	.long 0x27
	LONGWORD# 0x27 
; VL=493 	.long 0x0
	LONGWORD# 0x0 
; VL=494 	.long 0x0
	LONGWORD# 0x0 
; VL=495 	.long 0x0
	LONGWORD# 0x0 
; VL=496 	.long 0x62652e
	LONGWORD# 0x62652e 
; VL=497 	.long 0x0
	LONGWORD# 0x0 
; VL=498 	.long DBG34
	LONGWORD# DBG34 
; VL=499 	.long 0x0
	LONGWORD# 0x0 
; VL=500 	.long 0x1640001
	LONGWORD# 0x1640001 
; VL=501 	.long 0x0
	LONGWORD# 0x0 
; VL=502 	.long 0x27
	LONGWORD# 0x27 
; VL=503 	.long 0x0
	LONGWORD# 0x0 
; VL=504 	.long 0x0
	LONGWORD# 0x0 
; VL=505 	.long 0x0
	LONGWORD# 0x0 
DBG56:
; VL=506 DBG56:
; VL=507 	.long 0x62622e
	LONGWORD# 0x62622e 
; VL=508 	.long 0x0
	LONGWORD# 0x0 
; VL=509 	.long DBG34
	LONGWORD# DBG34 
; VL=510 	.long 0x0
	LONGWORD# 0x0 
; VL=511 	.long 0x1640001
	LONGWORD# 0x1640001 
; VL=512 	.long 0x0
	LONGWORD# 0x0 
; VL=513 	.long 0x27
	LONGWORD# 0x27 
; VL=514 	.long 0x0
	LONGWORD# 0x0 
; VL=515 	.long DBG58
	LONGWORD# DBG58 
; VL=516 	.long 0x0
	LONGWORD# 0x0 
; VL=517 	.long 0x0
	LONGWORD# 0x0 
; VL=518 	.long DBG57
	LONGWORD# DBG57 
; VL=519 	.long 0x50102
	LONGWORD# 0x50102 
; VL=520 	.long 0x4
	LONGWORD# 0x4 
; VL=521 	.long 0x4ffff
	LONGWORD# 0x4ffff 
; VL=522 	.long 0x69
	LONGWORD# 0x69 
; VL=523 	.long 0x0
	LONGWORD# 0x0 
; VL=524 	.long 0x40102
	LONGWORD# 0x40102 
; VL=525 	.long 0x4
	LONGWORD# 0x4 
; VL=526 	.long 0x4ffff
	LONGWORD# 0x4ffff 
DBG58:
; VL=527 DBG58:
; VL=528 	.long 0x62622e
	LONGWORD# 0x62622e 
; VL=529 	.long 0x0
	LONGWORD# 0x0 
; VL=530 	.long DBG45
	LONGWORD# DBG45 
; VL=531 	.long 0x0
	LONGWORD# 0x0 
; VL=532 	.long 0x1640001
	LONGWORD# 0x1640001 
; VL=533 	.long 0x0
	LONGWORD# 0x0 
; VL=534 	.long 0x30
	LONGWORD# 0x30 
; VL=535 	.long 0x0
	LONGWORD# 0x0 
; VL=536 	.long DBG59
	LONGWORD# DBG59 
; VL=537 	.long 0x0
	LONGWORD# 0x0 
; VL=538 	.long 0x0
	LONGWORD# 0x0 
; VL=539 	.long DBG60
	LONGWORD# DBG60 
; VL=540 	.long 0x200
	LONGWORD# 0x200 
; VL=541 	.long 0x6
	LONGWORD# 0x6 
; VL=542 	.long 0x204ffff
	LONGWORD# 0x204ffff 
; VL=543 	.long 0x0
	LONGWORD# 0x0 
; VL=544 	.long DBG60
	LONGWORD# DBG60 
; VL=545 	.long 0xc0102
	LONGWORD# 0xc0102 
; VL=546 	.long 0x6
	LONGWORD# 0x6 
; VL=547 	.long 0x104ffff
	LONGWORD# 0x104ffff 
; VL=548 	.long 0x0
	LONGWORD# 0x0 
; VL=549 	.long DBG60
	LONGWORD# DBG60 
; VL=550 	.long 0xd0102
	LONGWORD# 0xd0102 
; VL=551 	.long 0x6
	LONGWORD# 0x6 
; VL=552 	.long 0x4ffff
	LONGWORD# 0x4ffff 
; VL=553 	.long 0x62652e
	LONGWORD# 0x62652e 
; VL=554 	.long 0x0
	LONGWORD# 0x0 
; VL=555 	.long DBG46
	LONGWORD# DBG46 
; VL=556 	.long 0x0
	LONGWORD# 0x0 
; VL=557 	.long 0x1640001
	LONGWORD# 0x1640001 
; VL=558 	.long 0x0
	LONGWORD# 0x0 
; VL=559 	.long 0x31
	LONGWORD# 0x31 
; VL=560 	.long 0x0
	LONGWORD# 0x0 
; VL=561 	.long 0x0
	LONGWORD# 0x0 
; VL=562 	.long 0x0
	LONGWORD# 0x0 
; VL=563 	.long 0x62652e
	LONGWORD# 0x62652e 
; VL=564 	.long 0x0
	LONGWORD# 0x0 
; VL=565 	.long DBG50
	LONGWORD# DBG50 
; VL=566 	.long 0x0
	LONGWORD# 0x0 
; VL=567 	.long 0x1640001
	LONGWORD# 0x1640001 
; VL=568 	.long 0x0
	LONGWORD# 0x0 
; VL=569 	.long 0x35
	LONGWORD# 0x35 
; VL=570 	.long 0x0
	LONGWORD# 0x0 
; VL=571 	.long 0x0
	LONGWORD# 0x0 
; VL=572 	.long 0x0
	LONGWORD# 0x0 
; VL=573 	.long 0x62652e
	LONGWORD# 0x62652e 
; VL=574 	.long 0x0
	LONGWORD# 0x0 
; VL=575 	.long DBG50
	LONGWORD# DBG50 
; VL=576 	.long 0x0
	LONGWORD# 0x0 
; VL=577 	.long 0x1640001
	LONGWORD# 0x1640001 
; VL=578 	.long 0x0
	LONGWORD# 0x0 
; VL=579 	.long 0x35
	LONGWORD# 0x35 
; VL=580 	.long 0x0
	LONGWORD# 0x0 
; VL=581 	.long 0x0
	LONGWORD# 0x0 
; VL=582 	.long 0x0
	LONGWORD# 0x0 
; VL=583 	.long 0x66652e
	LONGWORD# 0x66652e 
; VL=584 	.long 0x0
	LONGWORD# 0x0 
; VL=585 	.long DBG51
	LONGWORD# DBG51 
; VL=586 	.long 0x0
	LONGWORD# 0x0 
; VL=587 	.long 0x1650001
	LONGWORD# 0x1650001 
; VL=588 	.long 0x0
	LONGWORD# 0x0 
; VL=589 	.long 0x4b
	LONGWORD# 0x4b 
; VL=590 	.long 0x0
	LONGWORD# 0x0 
; VL=591 	.long 0x0
	LONGWORD# 0x0 
; VL=592 	.long 0x0
	LONGWORD# 0x0 
; VL=593 	.pseg levparse_code
	.segment	levparse_code,memtype=0,wordsize=16,locinc=2,rom,align=2 
DBG7:
; VL=594 DBG7:
; VL=595 	.dbgseg dbg_syms
	.segment	dbg_syms,memtype=7,wordsize=32,locinc=4,align=2 
; VL=596 	.long 0x0
	LONGWORD# 0x0 
; VL=597 	.long DBG10
	LONGWORD# DBG10 
; VL=598 	.long DBG7
	LONGWORD# DBG7 
; VL=599 	.long 0x0
	LONGWORD# 0x0 
; VL=600 	.long 0xff0001
	LONGWORD# 0xff0001 
; VL=601 ; }
; }
; VL=602 	.dseg	levparse_bss
	.segment	levparse_bss,memtype=0,wordsize=8,locinc=1,align=2 
; VL=603 	.align 0x2
	 .align 0x2 
; VL=604 levparse_V4:
levparse_V4:
; VL=605 _keyword:
_keyword:
; VL=606 	.bss 0x10
	 .bss 0x10 
; VL=607 ; keyword size 16
; keyword size 16
; VL=608 _prefix:
_prefix:
; VL=609 	.bss 0x5
	 .bss 0x5 
; VL=610 ; prefix size 5
; prefix size 5
; VL=611 	.extern __ctype
	 .extern __ctype 
; VL=612 	.extern _eatWhiteSpace
	 .extern _eatWhiteSpace 
; VL=613 	.extern _atof
	 .extern _atof 
; VL=614 	.extern _levelCode
	 .extern _levelCode 
; VL=615 	.extern _strcmp
	 .extern _strcmp 
; VL=616 	.extern _clearString
	 .extern _clearString 
; VL=617 	.extern _sensorSetLevel
	 .extern _sensorSetLevel 
; VL=618 	.extern _grabArgument
	 .extern _grabArgument 
; VL=619 	.dbgseg dbg_syms
	.segment	dbg_syms,memtype=7,wordsize=32,locinc=4,align=2 
; VL=620 .0fake_1:
.0fake_1:
DBG4:
; VL=621 DBG4:
; VL=622 	.long 0x6166302e
	LONGWORD# 0x6166302e 
; VL=623 	.long 0x315f656b
	LONGWORD# 0x315f656b 
; VL=624 	.long 0x0
	LONGWORD# 0x0 
; VL=625 	.long 0x8
	LONGWORD# 0x8 
; VL=626 	.long 0x10afffe
	LONGWORD# 0x10afffe 
; VL=627 	.long 0x0
	LONGWORD# 0x0 
; VL=628 	.long 0x100000
	LONGWORD# 0x100000 
; VL=629 	.long 0x0
	LONGWORD# 0x0 
; VL=630 	.long DBG61
	LONGWORD# DBG61 
; VL=631 	.long 0x0
	LONGWORD# 0x0 
; VL=632 	.long 0x7361625f
	LONGWORD# 0x7361625f 
; VL=633 	.long 0x65
	LONGWORD# 0x65 
; VL=634 	.long 0x0
	LONGWORD# 0x0 
; VL=635 	.long 0x2c
	LONGWORD# 0x2c 
; VL=636 	.long 0x8ffff
	LONGWORD# 0x8ffff 
; VL=637 	.long 0x646e655f
	LONGWORD# 0x646e655f 
; VL=638 	.long 0x0
	LONGWORD# 0x0 
; VL=639 	.long 0x2
	LONGWORD# 0x2 
; VL=640 	.long 0x2c
	LONGWORD# 0x2c 
; VL=641 	.long 0x8ffff
	LONGWORD# 0x8ffff 
; VL=642 	.long 0x7274705f
	LONGWORD# 0x7274705f 
; VL=643 	.long 0x0
	LONGWORD# 0x0 
; VL=644 	.long 0x4
	LONGWORD# 0x4 
; VL=645 	.long 0x2c
	LONGWORD# 0x2c 
; VL=646 	.long 0x8ffff
	LONGWORD# 0x8ffff 
; VL=647 	.long 0x6565735f
	LONGWORD# 0x6565735f 
; VL=648 	.long 0x6b
	LONGWORD# 0x6b 
; VL=649 	.long 0x6
	LONGWORD# 0x6 
; VL=650 	.long 0x5
	LONGWORD# 0x5 
; VL=651 	.long 0x8ffff
	LONGWORD# 0x8ffff 
; VL=652 	.long 0x746e635f
	LONGWORD# 0x746e635f 
; VL=653 	.long 0x0
	LONGWORD# 0x0 
; VL=654 	.long 0xa
	LONGWORD# 0xa 
; VL=655 	.long 0x4
	LONGWORD# 0x4 
; VL=656 	.long 0x8ffff
	LONGWORD# 0x8ffff 
; VL=657 	.long 0x616c665f
	LONGWORD# 0x616c665f 
; VL=658 	.long 0x67
	LONGWORD# 0x67 
; VL=659 	.long 0xc
	LONGWORD# 0xc 
; VL=660 	.long 0x3
	LONGWORD# 0x3 
; VL=661 	.long 0x8ffff
	LONGWORD# 0x8ffff 
; VL=662 	.long 0x6c69665f
	LONGWORD# 0x6c69665f 
; VL=663 	.long 0x65
	LONGWORD# 0x65 
; VL=664 	.long 0xe
	LONGWORD# 0xe 
; VL=665 	.long 0x2
	LONGWORD# 0x2 
; VL=666 	.long 0x8ffff
	LONGWORD# 0x8ffff 
; VL=667 	.long 0x66626e5f
	LONGWORD# 0x66626e5f 
; VL=668 	.long 0x0
	LONGWORD# 0x0 
; VL=669 	.long 0xf
	LONGWORD# 0xf 
; VL=670 	.long 0xc
	LONGWORD# 0xc 
; VL=671 	.long 0x8ffff
	LONGWORD# 0x8ffff 
; VL=672 	.long 0x736f652e
	LONGWORD# 0x736f652e 
; VL=673 	.long 0x0
	LONGWORD# 0x0 
; VL=674 	.long 0x10
	LONGWORD# 0x10 
; VL=675 	.long 0x0
	LONGWORD# 0x0 
; VL=676 	.long 0x166ffff
	LONGWORD# 0x166ffff 
; VL=677 	.long DBG4
	LONGWORD# DBG4 
; VL=678 	.long 0x100000
	LONGWORD# 0x100000 
; VL=679 	.long 0x0
	LONGWORD# 0x0 
; VL=680 	.long 0x0
	LONGWORD# 0x0 
; VL=681 	.long 0x0
	LONGWORD# 0x0 
; VL=682 .2fake_2:
.2fake_2:
DBG61:
; VL=683 DBG61:
; VL=684 	.long 0x6166322e
	LONGWORD# 0x6166322e 
; VL=685 	.long 0x325f656b
	LONGWORD# 0x325f656b 
; VL=686 	.long 0x0
	LONGWORD# 0x0 
; VL=687 	.long 0x8
	LONGWORD# 0x8 
; VL=688 	.long 0x10afffe
	LONGWORD# 0x10afffe 
; VL=689 	.long 0x0
	LONGWORD# 0x0 
; VL=690 	.long 0x80000
	LONGWORD# 0x80000 
; VL=691 	.long 0x0
	LONGWORD# 0x0 
; VL=692 	.long DBG62
	LONGWORD# DBG62 
; VL=693 	.long 0x0
	LONGWORD# 0x0 
; VL=694 	.long 0x6d6572
	LONGWORD# 0x6d6572 
; VL=695 	.long 0x0
	LONGWORD# 0x0 
; VL=696 	.long 0x0
	LONGWORD# 0x0 
; VL=697 	.long 0x5
	LONGWORD# 0x5 
; VL=698 	.long 0x8ffff
	LONGWORD# 0x8ffff 
; VL=699 	.long 0x746f7571
	LONGWORD# 0x746f7571 
; VL=700 	.long 0x0
	LONGWORD# 0x0 
; VL=701 	.long 0x4
	LONGWORD# 0x4 
; VL=702 	.long 0x5
	LONGWORD# 0x5 
; VL=703 	.long 0x8ffff
	LONGWORD# 0x8ffff 
; VL=704 	.long 0x736f652e
	LONGWORD# 0x736f652e 
; VL=705 	.long 0x0
	LONGWORD# 0x0 
; VL=706 	.long 0x8
	LONGWORD# 0x8 
; VL=707 	.long 0x0
	LONGWORD# 0x0 
; VL=708 	.long 0x166ffff
	LONGWORD# 0x166ffff 
; VL=709 	.long DBG61
	LONGWORD# DBG61 
; VL=710 	.long 0x80000
	LONGWORD# 0x80000 
; VL=711 	.long 0x0
	LONGWORD# 0x0 
; VL=712 	.long 0x0
	LONGWORD# 0x0 
; VL=713 	.long 0x0
	LONGWORD# 0x0 
; VL=714 .1fake_3:
.1fake_3:
DBG62:
; VL=715 DBG62:
; VL=716 	.long 0x6166312e
	LONGWORD# 0x6166312e 
; VL=717 	.long 0x335f656b
	LONGWORD# 0x335f656b 
; VL=718 	.long 0x0
	LONGWORD# 0x0 
; VL=719 	.long 0x8
	LONGWORD# 0x8 
; VL=720 	.long 0x10afffe
	LONGWORD# 0x10afffe 
; VL=721 	.long 0x0
	LONGWORD# 0x0 
; VL=722 	.long 0x40000
	LONGWORD# 0x40000 
; VL=723 	.long 0x0
	LONGWORD# 0x0 
; VL=724 	.long DBG63
	LONGWORD# DBG63 
; VL=725 	.long 0x0
	LONGWORD# 0x0 
; VL=726 	.long 0x6d6572
	LONGWORD# 0x6d6572 
; VL=727 	.long 0x0
	LONGWORD# 0x0 
; VL=728 	.long 0x0
	LONGWORD# 0x0 
; VL=729 	.long 0x4
	LONGWORD# 0x4 
; VL=730 	.long 0x8ffff
	LONGWORD# 0x8ffff 
; VL=731 	.long 0x746f7571
	LONGWORD# 0x746f7571 
; VL=732 	.long 0x0
	LONGWORD# 0x0 
; VL=733 	.long 0x2
	LONGWORD# 0x2 
; VL=734 	.long 0x4
	LONGWORD# 0x4 
; VL=735 	.long 0x8ffff
	LONGWORD# 0x8ffff 
; VL=736 	.long 0x736f652e
	LONGWORD# 0x736f652e 
; VL=737 	.long 0x0
	LONGWORD# 0x0 
; VL=738 	.long 0x4
	LONGWORD# 0x4 
; VL=739 	.long 0x0
	LONGWORD# 0x0 
; VL=740 	.long 0x166ffff
	LONGWORD# 0x166ffff 
; VL=741 	.long DBG62
	LONGWORD# DBG62 
; VL=742 	.long 0x40000
	LONGWORD# 0x40000 
; VL=743 	.long 0x0
	LONGWORD# 0x0 
; VL=744 	.long 0x0
	LONGWORD# 0x0 
; VL=745 	.long 0x0
	LONGWORD# 0x0 
; VL=746 .5fake_4:
.5fake_4:
DBG63:
; VL=747 DBG63:
; VL=748 	.long 0x6166352e
	LONGWORD# 0x6166352e 
; VL=749 	.long 0x345f656b
	LONGWORD# 0x345f656b 
; VL=750 	.long 0x0
	LONGWORD# 0x0 
; VL=751 	.long 0x8
	LONGWORD# 0x8 
; VL=752 	.long 0x10afffe
	LONGWORD# 0x10afffe 
; VL=753 	.long 0x0
	LONGWORD# 0x0 
; VL=754 	.long 0x120000
	LONGWORD# 0x120000 
; VL=755 	.long 0x0
	LONGWORD# 0x0 
; VL=756 	.long DBG64
	LONGWORD# DBG64 
; VL=757 	.long 0x0
	LONGWORD# 0x0 
; VL=758 	.long 0x53727563
	LONGWORD# 0x53727563 
; VL=759 	.long 0x65746174
	LONGWORD# 0x65746174 
; VL=760 	.long 0x0
	LONGWORD# 0x0 
; VL=761 	.long 0xc
	LONGWORD# 0xc 
; VL=762 	.long 0x8ffff
	LONGWORD# 0x8ffff 
; VL=763 	.long 0x0
	LONGWORD# 0x0 
; VL=764 	.long DBG65
	LONGWORD# DBG65 
; VL=765 	.long 0x1
	LONGWORD# 0x1 
; VL=766 	.long 0xc
	LONGWORD# 0xc 
; VL=767 	.long 0x8ffff
	LONGWORD# 0x8ffff 
; VL=768 	.long 0x67616c66
	LONGWORD# 0x67616c66 
; VL=769 	.long 0x73
	LONGWORD# 0x73 
; VL=770 	.long 0x2
	LONGWORD# 0x2 
; VL=771 	.long 0xc
	LONGWORD# 0xc 
; VL=772 	.long 0x8ffff
	LONGWORD# 0x8ffff 
; VL=773 	.long 0x6576656c
	LONGWORD# 0x6576656c 
; VL=774 	.long 0x69486c
	LONGWORD# 0x69486c 
; VL=775 	.long 0x4
	LONGWORD# 0x4 
; VL=776 	.long 0x6
	LONGWORD# 0x6 
; VL=777 	.long 0x8ffff
	LONGWORD# 0x8ffff 
; VL=778 	.long 0x6576656c
	LONGWORD# 0x6576656c 
; VL=779 	.long 0x6f4c6c
	LONGWORD# 0x6f4c6c 
; VL=780 	.long 0x8
	LONGWORD# 0x8 
; VL=781 	.long 0x6
	LONGWORD# 0x6 
; VL=782 	.long 0x8ffff
	LONGWORD# 0x8ffff 
; VL=783 	.long 0x0
	LONGWORD# 0x0 
; VL=784 	.long DBG66
	LONGWORD# DBG66 
; VL=785 	.long 0xc
	LONGWORD# 0xc 
; VL=786 	.long 0x6
	LONGWORD# 0x6 
; VL=787 	.long 0x8ffff
	LONGWORD# 0x8ffff 
; VL=788 	.long 0x6874656d
	LONGWORD# 0x6874656d 
; VL=789 	.long 0x646f
	LONGWORD# 0x646f 
; VL=790 	.long 0x10
	LONGWORD# 0x10 
; VL=791 	.long 0x2a4
	LONGWORD# 0x2a4 
; VL=792 	.long 0x8ffff
	LONGWORD# 0x8ffff 
; VL=793 	.long 0x736f652e
	LONGWORD# 0x736f652e 
; VL=794 	.long 0x0
	LONGWORD# 0x0 
; VL=795 	.long 0x12
	LONGWORD# 0x12 
; VL=796 	.long 0x0
	LONGWORD# 0x0 
; VL=797 	.long 0x166ffff
	LONGWORD# 0x166ffff 
; VL=798 	.long DBG63
	LONGWORD# DBG63 
; VL=799 	.long 0x120000
	LONGWORD# 0x120000 
; VL=800 	.long 0x0
	LONGWORD# 0x0 
; VL=801 	.long 0x0
	LONGWORD# 0x0 
; VL=802 	.long 0x0
	LONGWORD# 0x0 
DBG64:
DBG6:
DBG59:
DBG11:
; VL=803 DBG11:
; VL=804 DBG59:
; VL=805 DBG6:
; VL=806 DBG64:
; VL=807 	.long 0x7073
	LONGWORD# 0x7073 
; VL=808 	.long 0x0
	LONGWORD# 0x0 
; VL=809 	.long 0x1
	LONGWORD# 0x1 
; VL=810 	.long 0x0
	LONGWORD# 0x0 
; VL=811 	.long 0x16cfffe
	LONGWORD# 0x16cfffe 
; VL=812 	.long 0x0
	LONGWORD# 0x0 
; VL=813 	.long 0x100001
	LONGWORD# 0x100001 
; VL=814 	.long 0x0
	LONGWORD# 0x0 
; VL=815 	.long 0x0
	LONGWORD# 0x0 
; VL=816 	.long 0x0
	LONGWORD# 0x0 
; VL=817 	.long 0x52
	LONGWORD# 0x52 
; VL=818 	.long 0x0
	LONGWORD# 0x0 
; VL=819 	.long 0x2
	LONGWORD# 0x2 
; VL=820 	.long 0x0
	LONGWORD# 0x0 
; VL=821 	.long 0x16cfffe
	LONGWORD# 0x16cfffe 
; VL=822 	.long 0x0
	LONGWORD# 0x0 
; VL=823 	.long 0x100010
	LONGWORD# 0x100010 
; VL=824 	.long 0x0
	LONGWORD# 0x0 
; VL=825 	.long 0x0
	LONGWORD# 0x0 
; VL=826 	.long 0x0
	LONGWORD# 0x0 
; VL=827 	.long 0x7779656b
	LONGWORD# 0x7779656b 
; VL=828 	.long 0x64726f
	LONGWORD# 0x64726f 
; VL=829 	.long _keyword
	LONGWORD# _keyword 
; VL=830 	.long 0x62
	LONGWORD# 0x62 
; VL=831 	.long 0x1030002
	LONGWORD# 0x1030002 
; VL=832 	.long 0x0
	LONGWORD# 0x0 
; VL=833 	.long 0x100071
	LONGWORD# 0x100071 
; VL=834 	.long 0x10
	LONGWORD# 0x10 
; VL=835 	.long 0x0
	LONGWORD# 0x0 
; VL=836 	.long 0x0
	LONGWORD# 0x0 
; VL=837 	.long 0x66657270
	LONGWORD# 0x66657270 
; VL=838 	.long 0x7869
	LONGWORD# 0x7869 
; VL=839 	.long _prefix
	LONGWORD# _prefix 
; VL=840 	.long 0x62
	LONGWORD# 0x62 
; VL=841 	.long 0x1030002
	LONGWORD# 0x1030002 
; VL=842 	.long 0x0
	LONGWORD# 0x0 
; VL=843 	.long 0x50071
	LONGWORD# 0x50071 
; VL=844 	.long 0x5
	LONGWORD# 0x5 
; VL=845 	.long 0x0
	LONGWORD# 0x0 
; VL=846 	.long 0x0
	LONGWORD# 0x0 
; VL=847 	.long 0x6c6f6f62
	LONGWORD# 0x6c6f6f62 
; VL=848 	.long 0x6e6165
	LONGWORD# 0x6e6165 
; VL=849 	.long 0x0
	LONGWORD# 0x0 
; VL=850 	.long 0x4
	LONGWORD# 0x4 
; VL=851 	.long 0xdfffe
	LONGWORD# 0xdfffe 
; VL=852 	.long 0x454c4946
	LONGWORD# 0x454c4946 
; VL=853 	.long 0x0
	LONGWORD# 0x0 
; VL=854 	.long 0x0
	LONGWORD# 0x0 
; VL=855 	.long 0x8
	LONGWORD# 0x8 
; VL=856 	.long 0x10dfffe
	LONGWORD# 0x10dfffe 
; VL=857 	.long .0fake_1
	LONGWORD# .0fake_1 
; VL=858 	.long 0x10
	LONGWORD# 0x10 
; VL=859 	.long 0x0
	LONGWORD# 0x0 
; VL=860 	.long 0x0
	LONGWORD# 0x0 
; VL=861 	.long 0x0
	LONGWORD# 0x0 
; VL=862 	.long 0x7669646c
	LONGWORD# 0x7669646c 
; VL=863 	.long 0x745f
	LONGWORD# 0x745f 
; VL=864 	.long 0x0
	LONGWORD# 0x0 
; VL=865 	.long 0x8
	LONGWORD# 0x8 
; VL=866 	.long 0x10dfffe
	LONGWORD# 0x10dfffe 
; VL=867 	.long .2fake_2
	LONGWORD# .2fake_2 
; VL=868 	.long 0x8
	LONGWORD# 0x8 
; VL=869 	.long 0x0
	LONGWORD# 0x0 
; VL=870 	.long 0x0
	LONGWORD# 0x0 
; VL=871 	.long 0x0
	LONGWORD# 0x0 
; VL=872 	.long 0x61686377
	LONGWORD# 0x61686377 
; VL=873 	.long 0x745f72
	LONGWORD# 0x745f72 
; VL=874 	.long 0x0
	LONGWORD# 0x0 
; VL=875 	.long 0x4
	LONGWORD# 0x4 
; VL=876 	.long 0xdfffe
	LONGWORD# 0xdfffe 
; VL=877 	.long 0x657a6973
	LONGWORD# 0x657a6973 
; VL=878 	.long 0x745f
	LONGWORD# 0x745f 
; VL=879 	.long 0x0
	LONGWORD# 0x0 
; VL=880 	.long 0xe
	LONGWORD# 0xe 
; VL=881 	.long 0xdfffe
	LONGWORD# 0xdfffe 
; VL=882 	.long 0x6c5f6176
	LONGWORD# 0x6c5f6176 
; VL=883 	.long 0x747369
	LONGWORD# 0x747369 
; VL=884 	.long 0x0
	LONGWORD# 0x0 
; VL=885 	.long 0x20
	LONGWORD# 0x20 
; VL=886 	.long 0xdfffe
	LONGWORD# 0xdfffe 
; VL=887 	.long 0x5f766964
	LONGWORD# 0x5f766964 
; VL=888 	.long 0x74
	LONGWORD# 0x74 
; VL=889 	.long 0x0
	LONGWORD# 0x0 
; VL=890 	.long 0x8
	LONGWORD# 0x8 
; VL=891 	.long 0x10dfffe
	LONGWORD# 0x10dfffe 
; VL=892 	.long .1fake_3
	LONGWORD# .1fake_3 
; VL=893 	.long 0x4
	LONGWORD# 0x4 
; VL=894 	.long 0x0
	LONGWORD# 0x0 
; VL=895 	.long 0x0
	LONGWORD# 0x0 
; VL=896 	.long 0x0
	LONGWORD# 0x0 
; VL=897 	.long 0x0
	LONGWORD# 0x0 
; VL=898 	.long DBG67
	LONGWORD# DBG67 
; VL=899 	.long 0x0
	LONGWORD# 0x0 
; VL=900 	.long 0x8
	LONGWORD# 0x8 
; VL=901 	.long 0x10dfffe
	LONGWORD# 0x10dfffe 
; VL=902 	.long .5fake_4
	LONGWORD# .5fake_4 
; VL=903 	.long 0x12
	LONGWORD# 0x12 
; VL=904 	.long 0x0
	LONGWORD# 0x0 
; VL=905 	.long 0x0
	LONGWORD# 0x0 
; VL=906 	.long 0x0
	LONGWORD# 0x0 
; VL=907 	.long 0x0
	LONGWORD# 0x0 
; VL=908 	.long DBG68
	LONGWORD# DBG68 
; VL=909 	.long 0x0
	LONGWORD# 0x0 
; VL=910 	.long 0x2a4
	LONGWORD# 0x2a4 
; VL=911 	.long 0xdfffe
	LONGWORD# 0xdfffe 
; VL=912 	.iseg levparse_istrings_const
	.segment	levparse_istrings_const,memtype=0,wordsize=8,locinc=1,rom,align=2 
; VL=913 levparse_V3:
levparse_V3:
; VL=914 	.byte 0x24
	BYTE# 0x24 
; VL=915 	.byte 0x50
	BYTE# 0x50 
; VL=916 	.byte 0x41
	BYTE# 0x41 
; VL=917 	.byte 0x4c
	BYTE# 0x4c 
; VL=918 	.byte 0x45
	BYTE# 0x45 
; VL=919 	.byte 0x56
	BYTE# 0x56 
; VL=920 	.byte 0x45
	BYTE# 0x45 
; VL=921 	.byte 0x4c
	BYTE# 0x4c 
; VL=922 	.byte 0x0
	BYTE# 0x0 
; VL=923 	.dbgseg dbg_syms
	.segment	dbg_syms,memtype=7,wordsize=32,locinc=4,align=2 
; VL=924 	.long 0x666f652e
	LONGWORD# 0x666f652e 
; VL=925 	.long 0x0
	LONGWORD# 0x0 
; VL=926 	.long 0x0
	LONGWORD# 0x0 
; VL=927 	.long 0x0
	LONGWORD# 0x0 
; VL=928 	.long 0x67fffe
	LONGWORD# 0x67fffe 
; VL=929 	.dbgseg dbg_strs
	.segment	dbg_strs,memtype=7,wordsize=32,locinc=4,align=2 
; VL=930 	.align 0x2
	 .align 0x2 
; VL=931 	.long 0xa0
	LONGWORD# 0xa0 
DBG52:
; VL=932 DBG52:
; VL=933 	.long 0x5f5f4652
	LONGWORD# 0x5f5f4652 
; VL=934 	.long 0x414d4553
	LONGWORD# 0x414d4553 
; VL=935 	.long 0x495a4500
	LONGWORD# 0x495a4500 
DBG57:
; VL=936 DBG57:
; VL=937 	.long 0x70726566
	LONGWORD# 0x70726566 
; VL=938 	.long 0x6978466f
	LONGWORD# 0x6978466f 
; VL=939 	.long 0x756e6400
	LONGWORD# 0x756e6400 
DBG60:
; VL=940 DBG60:
; VL=941 	.long 0x6c657665
	LONGWORD# 0x6c657665 
; VL=942 	.long 0x6c436f6e
	LONGWORD# 0x6c436f6e 
; VL=943 	.long 0x76000000
	LONGWORD# 0x76000000 
DBG66:
; VL=944 DBG66:
; VL=945 	.long 0x6c617374
	LONGWORD# 0x6c617374 
; VL=946 	.long 0x56616c75
	LONGWORD# 0x56616c75 
; VL=947 	.long 0x65000000
	LONGWORD# 0x65000000 
DBG53:
; VL=948 DBG53:
; VL=949 	.long 0x5f5f5341
	LONGWORD# 0x5f5f5341 
; VL=950 	.long 0x5645445f
	LONGWORD# 0x5645445f 
; VL=951 	.long 0x41524753
	LONGWORD# 0x41524753 
; VL=952 	.long 0x5f53495a
	LONGWORD# 0x5f53495a 
; VL=953 	.long 0x45000000
	LONGWORD# 0x45000000 
DBG5:
; VL=954 DBG5:
; VL=955 	.long 0x453a5c6d
	LONGWORD# 0x453a5c6d 
; VL=956 	.long 0x6d637266
	LONGWORD# 0x6d637266 
; VL=957 	.long 0x696f5c6c
	LONGWORD# 0x696f5c6c 
; VL=958 	.long 0x65767061
	LONGWORD# 0x65767061 
; VL=959 	.long 0x7273652e
	LONGWORD# 0x7273652e 
; VL=960 	.long 0x63000000
	LONGWORD# 0x63000000 
DBG10:
; VL=961 DBG10:
; VL=962 	.long 0x6c657670
	LONGWORD# 0x6c657670 
; VL=963 	.long 0x61727365
	LONGWORD# 0x61727365 
; VL=964 	.long 0x5365744c
	LONGWORD# 0x5365744c 
; VL=965 	.long 0x6576656c
	LONGWORD# 0x6576656c 
; VL=966 	.long 0x73000000
	LONGWORD# 0x73000000 
DBG67:
; VL=967 DBG67:
; VL=968 	.long 0x73656e73
	LONGWORD# 0x73656e73 
; VL=969 	.long 0x6f725374
	LONGWORD# 0x6f725374 
; VL=970 	.long 0x61746500
	LONGWORD# 0x61746500 
DBG68:
; VL=971 DBG68:
; VL=972 	.long 0x73656e73
	LONGWORD# 0x73656e73 
; VL=973 	.long 0x6f725361
	LONGWORD# 0x6f725361 
; VL=974 	.long 0x6d706c65
	LONGWORD# 0x6d706c65 
; VL=975 	.long 0x4d657468
	LONGWORD# 0x4d657468 
; VL=976 	.long 0x6f640000
	LONGWORD# 0x6f640000 
DBG65:
; VL=977 DBG65:
; VL=978 	.long 0x70726576
	LONGWORD# 0x70726576 
; VL=979 	.long 0x53746174
	LONGWORD# 0x53746174 
; VL=980 	.long 0x65000000
	LONGWORD# 0x65000000 
; VL=981 	.iseg _idesc
	.segment	_idesc,memtype=0,wordsize=8,locinc=1,rom,align=2 
; VL=982 	.align 0x2
	 .align 0x2 
; VL=983 	.data 0x0
	BYTE# .bits(0, 7,0x0) 
	BYTE# .bits(8, 15,0x0) 
; VL=984 	.data levparse_V4
	BYTE# .bits(0, 7,levparse_V4) 
	BYTE# .bits(8, 15,levparse_V4) 
; VL=985 	.data 0x15
	BYTE# .bits(0, 7,0x15) 
	BYTE# .bits(8, 15,0x15) 
