0 Members and 1 Guest are viewing this topic.
Copy(FlipV(Pic1),Pic2,8)Copy(RotC(Pic2),Pic3,8)Of course, Pic2 and Pic3 have to be defined and 8 bytes large
In other news, Frey continues kicking unprecedented levels of ass.
And Try/Catch
Quote from: Deep Thought on March 23, 2011, 12:43:57 pmQuote from: Freyaday on March 23, 2011, 12:35:12 pmQuote from: aeTIos on March 23, 2011, 06:28:25 amis there also a way to use just B_CALL _getKey so that you can detect key combos (I mean, like with 2nd-> Math)Code: [Select]:If getkey(54) and (getkey(47)stuff:EndHe meant pressing 2nd, then MATH, like you do in the OS. A way to do bcall(_getKey) isCode: (Axe) [Select]Asm(EF724926006F)It involves a whole other key system though.Yes, I know. I dont know how to read register A with Axe, though...
Quote from: Freyaday on March 23, 2011, 12:35:12 pmQuote from: aeTIos on March 23, 2011, 06:28:25 amis there also a way to use just B_CALL _getKey so that you can detect key combos (I mean, like with 2nd-> Math)Code: [Select]:If getkey(54) and (getkey(47)stuff:EndHe meant pressing 2nd, then MATH, like you do in the OS. A way to do bcall(_getKey) isCode: (Axe) [Select]Asm(EF724926006F)It involves a whole other key system though.
Quote from: aeTIos on March 23, 2011, 06:28:25 amis there also a way to use just B_CALL _getKey so that you can detect key combos (I mean, like with 2nd-> Math)Code: [Select]:If getkey(54) and (getkey(47)stuff:End
is there also a way to use just B_CALL _getKey so that you can detect key combos (I mean, like with 2nd-> Math)
:If getkey(54) and (getkey(47)stuff:End
Asm(EF724926006F)
It would be that slow? Aww, man!
Oh. Now if only we had multiple processors....
My spring break is next week. I will finally have time to pick this project up again so expect an update in about a week. I know there have been a lot of bugs/feature requests recently that I've probably forgot about or missed, I will try to reread most of the features wishlist, bug reports, and optimization threads on Friday so if there are any other important things you feel I should do not already mentioned in those threads, now would be a good time to bring them up there.