comparison code_part1/OSTC_code_asm_part1/outputs.asm @ 817:e49a35ab7394

auto-SP work, auto-SP data stored in EEADR 116-119
author heinrichsweikamp
date Sat, 06 Jun 2015 14:46:27 +0200
parents df8cd5ffd993
children 1a64088b49d3
comparison
equal deleted inserted replaced
816:df8cd5ffd993 817:e49a35ab7394
1215 movlw d'125' 1215 movlw d'125'
1216 dcfsnz temp1,F 1216 dcfsnz temp1,F
1217 movlw d'155' 1217 movlw d'155'
1218 dcfsnz temp1,F 1218 dcfsnz temp1,F
1219 movlw d'185' 1219 movlw d'185'
1220 dcfsnz temp1,F
1221 movlw d'215'
1220 1222
1221 movff WREG,win_top 1223 movff WREG,win_top
1222 STRCPY_PRINT "\xB7" 1224 STRCPY_PRINT "\xB7"
1223 return 1225 return
1224 1226