| cpcdos FRANCE [Lyon], 17.02.2015, 13:22 |
CLI and STI (asm) in my ISR ? (Announce) |
Hi, --- |
| bretjohn Rio Rancho, NM, 17.02.2015, 16:38 @ cpcdos |
CLI and STI (asm) in my ISR ? |
The short answer is: No, CLI/STI won't fix your problem. |
| RayeR CZ, 17.02.2015, 18:09 @ cpcdos |
CLI and STI (asm) in my ISR ? |
Do you use DJGPP for your code? I remeber the caution about a need to lock memory that belongs to ISR (and all routines it may call and all data it may manipulate) to prevent being swapped out from RAM (in case you use swapping-enabled DPMI server like cwsdpmi) --- |
| cpcdos FRANCE [Lyon], 20.02.2015, 07:57 @ RayeR |
CLI and STI (asm) in my ISR ? |
> Do you use DJGPP for your code? I remeber the caution about a need to lock --- |
| cpcdos FRANCE [Lyon], 23.02.2015, 15:59 @ RayeR |
CLI and STI (asm) in my ISR ? |
> Do you use DJGPP for your code? I remeber the caution about a need to lock --- |
| RayeR CZ, 23.02.2015, 19:37 @ cpcdos |
CLI and STI (asm) in my ISR ? |
> @RayeR : Thank you this work perfectly --- |
Thread view
Thank!