Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.
HI,
those structures are from basic language,and they work if you use a basic compiler (i think in pic basic translating those to pic assembler)...perhaps you should try to rethink your program using the conditional jumps your assembler has,once again,if you are using pics,one example could be the instruction btfss (bit) ,that skips the next instruction if the bit is high....
If...Then, If A>B then..., etc Directives are not supported by all assemblers.
Your assembler must support this feature.
For example in 8051, I use ProgStudio which has this feature.
Search for assembler contain this feature.
But I'm sure it will not be free.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.