0 Members and 3 Guests are viewing this topic.
Are you sure Str2 is exactly 10 characters? Maybe you mistyped it.
Quote from: Quigibo on June 15, 2010, 05:03:56 pmAre you sure Str2 is exactly 10 characters? Maybe you mistyped it. OnMode
As long as you have interrupts enabled, and don't write data over the L2 free ram, then its safe to use. But it doesn't save you from buffer overflows or corrupting ram of course.What I'm curious about is the opposite. If you disable interrupts, can you use L2 ram area in mirage? (All the DispGraph routines re-enable interrupts so immediately disable them after those).
ret po
conj <-> CopyExpr <-> ExchSinReg <-> Freqdet <-> Zerosint <-> sign>Frac <-> >Chardeltalist <-> DataRepeat <-> UntilTangent <-> Bitmap
i'M NOT SURE WHAT A SWORD SKILL IS BUT HERE'S THE SWORD ANIMATION FROM THE TWO SPRITES ON PG 13
Ooh, base 2 logarithm/exponent can be useful for a simple floating-point implementation.Come to think of it, to improve the usefulness of fixed-point values (see: sin/cos), you should make an alternate multiplication routine, "**", to multiply two numbers but return the top 16 bits of the 32-bit result. Currently, there is no easy way to do that.