| ??? 06/12/00 00:59 Read: times |
#3156 - RE: Short Program Run-Time |
Your last instruction is ACALLing LOOP again. It's calling itself and eventually your stack is going to overflow available stack memory.
Change the last line to AJMP LOOP and it should work better. Craig Steiner |
| Topic | Author | Date |
| Short Program Run-Time | 01/01/70 00:00 | |
| RE: Short Program Run-Time | 01/01/70 00:00 | |
| RE: Short Program Run-Time | 01/01/70 00:00 | |
| RE: Short Program Run-Time | 01/01/70 00:00 | |
RE: Short Program Run-Time | 01/01/70 00:00 |



