Author |
Message |
Topic: Need help CCS ASM |
asmo
Replies: 15
Views: 31649
|
Forum: General CCS C Discussion Posted: Wed Jul 22, 2009 11:04 pm Subject: Need help CCS ASM |
hi Ttelmah!
I have this in the program,how can i define "word",the compiler said "undefined identifier word"?can you please tell me how to do that?
#byte TRISB = 0xF9 ... |
Topic: Need help CCS ASM |
asmo
Replies: 15
Views: 31649
|
Forum: General CCS C Discussion Posted: Wed Jul 22, 2009 2:45 pm Subject: Need help CCS ASM |
Thank you very much ckielstra, I used your codes in all the program, and now no problem, it worked great. YES, I must use "&(int8)dd+1", if I use int16 instead, it reads half program. I ... |
Topic: Need help CCS ASM |
asmo
Replies: 15
Views: 31649
|
Forum: General CCS C Discussion Posted: Tue Jul 21, 2009 4:15 am Subject: Need help CCS ASM |
HI ckielstra
HI Ttelmah
Thank you very much for your help.i will try this sooner, and see the result.
I will tell you when done. For now, I wanna ask you another question, and please keep in mind t ... |
Topic: Need help CCS ASM |
asmo
Replies: 15
Views: 31649
|
Forum: General CCS C Discussion Posted: Sat Jul 18, 2009 10:25 pm Subject: Need help CCS ASM |
Thank you very much for your reply.
I will give you more idea about the prog:
These codes are taken from an open source USB programmer belongs to Alberto Maccioni.
This is the link http://openprog. ... |
Topic: Need help CCS ASM |
asmo
Replies: 15
Views: 31649
|
Forum: General CCS C Discussion Posted: Sat Jul 18, 2009 1:45 am Subject: Need help CCS ASM |
Please can anyone help me editing these codes to make it work with CCS compiler (pcwhd)?
#asm
MOVLW 15
movwf i,0
ciclo_c1:
dcfsnz i,1,0
bra fine_c1
RRCF dd+1,1,0
RRCF dd,1,0
BCF PORTB,D ... |
|