Prev Previous Post   Next Post Next
Old 04-18-2012, 09:15 AM   #11
vocalid
Human being with feelings
 
vocalid's Avatar
 
Join Date: Sep 2009
Location: Middle of nowhere (where the cheese comes from)
Posts: 483
Default

Quote:
Originally Posted by Justin View Post
Haha, err, I guess we should probably just stick to what it is already?

Also I should note, you can use stack_peek(x) to both read or write the stack at arbitrary offsets, i.e:

Code:
x = stack_peek(2);
stack_peek(2) = y;
If you pass a constant to stack_peek(), it optimizes more, and it is faster.
wouldn't, shouldn't that be stack_poke(2) = y; ?

runs away, fast......
vocalid is offline   Reply With Quote
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 10:44 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.