1
vote
1answer
132 views
Financial library for C/C++
Do you know of a good open source financial library written in C (preferably) or C++?
I already looked at Quantlib, which seems too complicated for me, since I just want some basic computations …
2
votes
2answers
343 views
Bank switching in PIC assembler
I'm getting confused by bank switching in PIC assembler... This works for putting a 'Q' on the usart:
bsf PORTB,1 ;Set Transmit DIR (PORTB (0x6) not mirrored in other banks)
movlw 'Q' …
