Search found 11 matches
- Wed Jun 03, 2009 10:27 pm
- Forum: FV-1 software questions
- Topic: CHO SOF
- Replies: 6
- Views: 9700
- Sun May 31, 2009 8:42 am
- Forum: FV-1 software questions
- Topic: CHO SOF
- Replies: 6
- Views: 9700
No worries on the tiny delay. It's fantastic to amazing that the designers are available so readily. I figured out the format the assembler is using for operand 4 (which seems to be 'inert' in the coded instruction) but am still looking for analogs of CHO RDAL. I know CHO RDAL, COSx was added as a r...
- Thu May 28, 2009 9:38 pm
- Forum: FV-1 software questions
- Topic: CHO SOF
- Replies: 6
- Views: 9700
- Thu May 28, 2009 7:40 pm
- Forum: FV-1 software questions
- Topic: CHO SOF
- Replies: 6
- Views: 9700
CHO SOF
I'm having some trouble with the CHO SOF instruction. The format of the instruction is inconsistent. The knowledge base section of the Spin Web site lists the format as: cho sof,rmp1,na ;multiply ACC value by ramp1 crossfade value If you enter that into the assembler it will complain with: <0000>[ P...
- Tue May 12, 2009 6:23 am
- Forum: FV-1 software questions
- Topic: skp always
- Replies: 6
- Views: 11929
- Mon May 11, 2009 8:22 pm
- Forum: FV-1 software questions
- Topic: skp always
- Replies: 6
- Views: 11929
Your test code operates perfectly here. :? I know something was happening... thinking more about it, the Dev board was power cycled but the PC only gets restarted every few days so I'm wondering if something may have confused some XP assembler support DLL. I've also seen some odd behavior if my fing...
- Mon May 11, 2009 12:10 pm
- Forum: FV-1 software questions
- Topic: skp always
- Replies: 6
- Views: 11929
I apologize for not taking a snapshot of things while they were failing. The assembler's trait of saving the current file in the editor for assembly makes it less easy to keep copies of older iterations. Until I can do better, here is the snippet where I experienced the failure twice. The first time...
- Sun May 10, 2009 8:03 am
- Forum: FV-1 software questions
- Topic: skp always
- Replies: 6
- Views: 11929
skp always
Because of the lack of a " skp greater_than_zero " or a " skp not_zero " test condition, I've used a work-around that utilizes " skp run " as a pseudo-branch in a few pieces of code. Twice now I've had code where the skip was not being taken at runtime after the first p...
- Fri Feb 13, 2009 9:45 pm
- Forum: FV-1 software questions
- Topic: CHO RDAL options?
- Replies: 1
- Views: 5875
CHO RDAL options?
I need to get the RPTR2 version of RMPx in the accumulator. I see in the assembler documentation that the CHO RDAL,COSx instructions were added in a revision. Thinking of that and looking at the hex dump from the assembler it appears the CHO RDAL instruction might have the same control flags availab...
- Fri Feb 13, 2009 8:49 pm
- Forum: FV-1 software questions
- Topic: Need for WLDS / WLDR ?
- Replies: 15
- Views: 25543
- Thu Feb 12, 2009 11:05 am
- Forum: FV-1 software questions
- Topic: Need for WLDS / WLDR ?
- Replies: 15
- Views: 25543
Need for WLDS / WLDR ?
Frank & Keith, Congratulations and thank you for such a great chip. I have written dozens of pieces of code and look forward to some commercial offerings around the FV-1 soon. I feel like the FV-1 is the first DSP I could really dig into with complete ease. My questions have to do with LFO setup...