CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to CCS Technical Support

Search found 2 matches
CCS Forum Index
Author Message
  Topic: Is asm code of CCS C instruction "ouput_low() "wro
bhtt

Replies: 3
Views: 5529

PostForum: General CCS C Discussion   Posted: Mon Jan 09, 2006 2:39 am   Subject: Is asm code of CCS C instruction "ouput_low() "wro
no, I don't think I was incorrect because I tried to use these asm codes instead of the instruction output_low(LIGHT) :

//............................output_low(LIGHT);
#asm
BSF 0x03,5
BCF ...
  Topic: Is asm code of CCS C instruction "ouput_low() "wro
bhtt

Replies: 3
Views: 5529

PostForum: General CCS C Discussion   Posted: Sun Jan 08, 2006 1:45 pm   Subject: Is asm code of CCS C instruction "ouput_low() "wro
hi;
I'm doing a project, and i use CCS C 3.235 to write code for 16f877A. Here is the header of my project.

#include <16F877.h>
#fuses HS, NOLVP, NOWDT, NOPROTECT
#device *=16 ADC=10

#u ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group