From: Matthias T. <mt...@we...> - 2011-05-26 18:22:46
|
Hi Pito, > Hi, it seems the T flag is currently used in a much more "aggresive > way". Not at all. The usage of the T-Flag for dealing with interrupts is part of the code for a very long time (versions around 0.9). It is even documented since ever ;) What's new, is that there is now an example for the interrupts.. > The .asm floating routines are using T flag within sign > manipulation and when using timer (tick timer) and the float calcs > it does crash (e.g. do _float_asm_calc_ loop never finishes). > Q: when running a word e.g. f* written entirely in asm. - what needs > to be done? (1st option - not to use T flag, 2nd one??) P. 1st Options is yours. All of the CPU is mine, with the (documented) exception of the temp registers. They can be used without restriction, but they are not kept between two words however. Matthias |