Click here to Skip to main content
16,008,750 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRotate the text, yourself Pin
Jonathan de Halleux19-Jul-02 5:16
Jonathan de Halleux19-Jul-02 5:16 
GeneralRe: Rotate the text, yourself Pin
Williams19-Jul-02 5:33
Williams19-Jul-02 5:33 
Generalsingle instance Pin
slah19-Jul-02 2:43
slah19-Jul-02 2:43 
GeneralRe: single instance Pin
Mike Upton19-Jul-02 3:09
Mike Upton19-Jul-02 3:09 
GeneralRe: single instance Pin
Raphael Kindt19-Jul-02 3:12
Raphael Kindt19-Jul-02 3:12 
GeneralRe: single instance Pin
Mike Upton19-Jul-02 3:46
Mike Upton19-Jul-02 3:46 
GeneralRe: single instance Pin
Raphael Kindt19-Jul-02 5:18
Raphael Kindt19-Jul-02 5:18 
GeneralPIC C interrupt using #int_global Pin
Lucky the code machine19-Jul-02 2:14
Lucky the code machine19-Jul-02 2:14 
Hi all, I know this is cheeky in the C++ section but pleeease help me!! I need to shave some time off of the compiler generated interrupt code. In the code below (#int_gobal with compiler generated interrupt code within it) this shoul compile then work the same as it previously did but the compiler stops on '03.5', this is the status register bit 5 so i tryed 'BTFSC STATUS,5' but that didnt work either. Im very confused, please help me.

#int_global
isr() { // Will be programmed at location 4
#asm
BTFSC 03.5
GOTO 00A
MOVWF 25
SWAPF 03,W
MOVWF 26
GOTO 00F
........ etc ....
#endasm
}
Cry | :(( Confused | :confused: Cry | :(( Cry | :((

An Expert is somone who has previously made ALL the Mistakes, I dream of this day. - Lucky
GeneralRe: PIC C interrupt using #int_global Pin
Rage19-Jul-02 2:43
professionalRage19-Jul-02 2:43 
GeneralSkins Pin
Rage19-Jul-02 1:42
professionalRage19-Jul-02 1:42 
GeneralRe: Skins Pin
James Spibey19-Jul-02 2:00
James Spibey19-Jul-02 2:00 
GeneralRe: Skins Pin
Rage19-Jul-02 2:02
professionalRage19-Jul-02 2:02 
GeneralMatrix memory allocation Pin
Rage19-Jul-02 1:25
professionalRage19-Jul-02 1:25 
GeneralRe: Matrix memory allocation Pin
Raphael Kindt19-Jul-02 1:34
Raphael Kindt19-Jul-02 1:34 
QuestionDisplay an image from a buffer ??? Pin
Raphael Kindt19-Jul-02 1:03
Raphael Kindt19-Jul-02 1:03 
AnswerRe: Display an image from a buffer ??? Pin
Chris Losinger19-Jul-02 3:37
professionalChris Losinger19-Jul-02 3:37 
GeneralRe: Display an image from a buffer ??? Pin
Raphael Kindt19-Jul-02 3:59
Raphael Kindt19-Jul-02 3:59 
GeneralRe: Display an image from a buffer ??? Pin
Chris Losinger19-Jul-02 4:00
professionalChris Losinger19-Jul-02 4:00 
GeneralRe: Display an image from a buffer ??? Pin
Raphael Kindt19-Jul-02 4:46
Raphael Kindt19-Jul-02 4:46 
GeneralRe: Display an image from a buffer ??? Pin
Chris Losinger19-Jul-02 6:09
professionalChris Losinger19-Jul-02 6:09 
GeneralIPicture image output Pin
jalldridge18-Jul-02 23:52
jalldridge18-Jul-02 23:52 
GeneralVirtual List Box Pin
Anonymous18-Jul-02 23:43
Anonymous18-Jul-02 23:43 
GeneralRe: Virtual List Box Pin
Roger Allen18-Jul-02 23:58
Roger Allen18-Jul-02 23:58 
GeneralCArray trouble Pin
silverspoon18-Jul-02 23:36
silverspoon18-Jul-02 23:36 
GeneralRe: CArray trouble Pin
Martin Ziacek19-Jul-02 0:03
Martin Ziacek19-Jul-02 0:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.