comparison code_part1/OSTC_code_asm_part1/pled_outputs.asm @ 417:c72461857a74

second space for simulator
author heinrichsweikamp
date Mon, 18 Jul 2011 16:34:30 +0200
parents b2c9cc018671
children e671d2018e0f
comparison
equal deleted inserted replaced
416:3abf9d7dafae 417:c72461857a74
560 OUTPUTTEXTH .278 ; Max. Depth: 560 OUTPUTTEXTH .278 ; Max. Depth:
561 561
562 movff logbook_temp2,lo 562 movff logbook_temp2,lo
563 bsf leftbind 563 bsf leftbind
564 output_8 564 output_8
565 STRCAT_PRINT "m " 565 STRCAT_PRINT "m "
566 566
567 bcf leftbind 567 bcf leftbind
568 return 568 return
569 569
570 ;============================================================================= 570 ;=============================================================================