3361
Humour and Jokes / Re: Heheheh
« on: September 02, 2010, 04:42:43 pm »
Ahhh automatic decoding/encoding/scripting Ahhhhhhh!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to. 3361
Humour and Jokes / Re: Heheheh« on: September 02, 2010, 04:42:43 pm »
Ahhh automatic decoding/encoding/scripting Ahhhhhhh!
3362
Other Calculators / Re: Why FreeBASIC rocks your socks.« on: September 02, 2010, 04:38:28 pm »
Sweet! So it has many of the similar syntax and commands? Looks really nice
3363
Humour and Jokes / Re: Heheheh« on: September 02, 2010, 04:35:16 pm »
Oh jeez, you guys and your weird compression encryption
3364
The Axe Parser Project / Re: Bug Reports« on: September 02, 2010, 11:25:35 am »
Yikes, you are on the latest version right?
3365
The Axe Parser Project / Re: Bug Reports« on: September 02, 2010, 10:53:08 am »
Well what error is it telling you? Or is it actualy crashing?
3366
Axe / Re: How to use interrupts« on: September 02, 2010, 02:19:31 am »
Well it is a subroutine, which are defined with labels Sub() is the command to call a subroutine, not define it
3367
Axe / Re: How to use interrupts« on: September 02, 2010, 02:10:29 am »
There are only 2 things wrong with that code. 1, its a Label, so you do Label HLT, not Sub(. The second is to note that interrupts trigger many many times per second, even at the slowest rate, so the health would regenerate very quickly indeed
3368
The Axe Parser Project / Re: Axe Parser« on: September 02, 2010, 02:07:10 am »
I know that you said you planned to move the variables to the end of SaveScreen. Is this still planned?
3369
TI Z80 / Re: Axe Minesweeper« on: September 02, 2010, 01:53:31 am »
Yeah Dispgraph is pretty darn slow, unfortunately But like it is right now is very fine
3370
Axe / Re: How to use interrupts« on: September 02, 2010, 01:30:25 am »
So interrupts are not that bad, here is some simple code:
FnInt(INT,6) Run this to turn on inbterupts. This code turns on interupts with the label INT. So that every couple of milliseconds, it will Sub(INT). The second number 6, represents the time it takes between each Sub(). 0 is the fastest, and 6 is the slowest. The only possible values are 0,2,4 and 6. Do you want some example code? Interups are surprisingly simple to set up, why dont you give it a try! 3372
News / Re: A Tribute to Omnimaga's Ninth Anniversary« on: September 02, 2010, 01:13:09 am »
Happy Birthday Omnimaga! That truly is a great video Props to Dj who made it, and props to everybody who is in it!
3373
Other Calc-Related Projects and Ideas / Re: Auto Optimization Program« on: September 01, 2010, 07:41:00 pm »
hmmm i dont think any of these specific optimizations will result in slower code. Those types of optimizations are very in depth and hard to detect so i dont think i will have to worry about them. If it does become a problem i can have it as an option
3374
Other Calc-Related Projects and Ideas / Re: Auto Optimization Program« on: September 01, 2010, 07:31:18 pm »
Alright, its done
I also just had an idea for an obscure optimization: Output(#,#,"# can be optimized to Output(#,#,# But only for single digit cumbers and only for Output, not Disp. Its small and obscure but the more the merrier |
|