04-24-2008 02:39 AM
04-24-2008 04:38 PM
04-28-2008 01:44 AM
04-29-2008 09:11 AM
04-29-2008 07:47 PM
Are you getting a warning message in the RESULTS tab simular to what I have pasted below?
Multisim - 2008-04-29 20:31:09
-----------------------------Building: Project: Led-----------------------------
led1.asm
Message[302] D:\LED1.ASM 99 : Register in operand not in bank 0. Ensure that bank bits are correct.
Assembler results: 0 - Errors, 1 - Warnings
I do not understand why I am getting this error message as it appears that the bank select protocol has been followed in the program. I will try to do some more investingating of this. I am not very experienced in programming but I will try everything I know. I will have to examine this carefully and it may take a little bit to get back to you.
05-01-2008 05:02 PM
Just to update. I have not yet made much progress on figuring out what is happening with this, but I have a few more ideas to try. I will keep you posted if I find something, but like I said I am not a proficient Assembly language programmer so it will take me a while to decipher this situation. If someone else on the forum is more experienced in programming and would like to take a crack at this please do so and let this user and myself know what you can find.
Thanks for your patience
05-16-2008 07:19 AM
05-16-2008 09:58 PM
Hi there Joris D. I was trying to help with this situation, but I failed to see the pull-up resistor problem you found due to being thrown off track by another problem I encountered that I thought was causing the original situation.
Your circuit seems to work fine, but when I make a change to the code and re-build it I get the following error messages:
Multisim - 2008-05-16 22:45:48
--------------------------Building: Project: LEDdriver--------------------------
LED.asm
Message[302] D:\LED.ASM 14 : Register in operand not in bank 0. Ensure that bank bits are correct.
Message[302] D:\LED.ASM 16 : Register in operand not in bank 0. Ensure that bank bits are correct.
Assembler results: 0 - Errors, 2 - Warnings
The only thing I did was to delete the "f" from one of the "bsf" statements and then retype it back. I then ran the circuit and it asked me if I wanted to re-build due to the code being out of date. That is is when I get the warning messages above.
Could you please explain to me why these warnings are popping up since it would seem the code is correct and the circuit does apparently function as it should now. I have Multisim Power Pro 10.0.1 build 343 (which is the latest version).
Thanks so much for any information you can provide.
05-19-2008 02:07 AM
05-19-2008 06:48 PM