Show Posts

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.


Messages - aeTIos

Pages: 1 ... 232 233 [234] 235 236 ... 274
3496
ASM / Re: Pixel on/off, drawing lines
« on: March 24, 2011, 11:39:53 am »
wow.

3497
ASM / Re: Pixel on/off, drawing lines
« on: March 24, 2011, 11:28:57 am »
huh, for horizontal lines, isnt there just the B_CALL _HorizCmd?

Oh wait, that requires OP1. I dont use OP1 atm lol.

Thanks for those neat routines!


3498
The Axe Parser Project / Re: Features Wishlist
« on: March 24, 2011, 05:38:32 am »
is 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

He meant pressing 2nd, then MATH, like you do in the OS. A way to do bcall(_getKey) is

Code: (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...

3499
ASM / Re: Pixel on/off, drawing lines
« on: March 24, 2011, 05:26:06 am »
thanx!

3500
ASM / Pixel on/off, drawing lines
« on: March 24, 2011, 04:17:05 am »
Hi,

How do you set a pixel on the screen on/ off?
How do you draw a line ?

Thanks!

3501
ASM / Re: Is this supposed to happen?
« on: March 24, 2011, 04:07:06 am »
aha lol. so the pointer isnt intialized correctly?

3502
ASM / Re: Display the keycode of a keypress
« on: March 24, 2011, 03:55:09 am »
Thanks!

3503
Addicting is correct...Once I finally understood 28 days I couldn't stop reading about it!
I can't even stop now, when I dont understand 28D fully xD

3504
TI Z80 / Re: Super Mario Bros. 2 port [AXE]
« on: March 23, 2011, 03:55:03 pm »
Yes, I see.
Its also a bit because of the problems we have had on the forums last time, I notice an activity drop :/

3505
TI Z80 / Re: Super Mario Bros. 2 port [AXE]
« on: March 23, 2011, 03:45:11 pm »
*bump*

3506
TI Z80 / Re: Axe Tutorial
« on: March 23, 2011, 03:41:46 pm »
Wow this is much better than my one!

3507
ASM / Display the keycode of a keypress
« on: March 23, 2011, 11:53:52 am »
Hi-

How can you display the key code of a keypress gotten from B_CALL _getKey on the screen?

thanks in advance!

3508
TI-BASIC / Re: Improvements
« on: March 23, 2011, 11:28:22 am »
First, ( I dont know if you have already done this ) delete ALL closing brackets and quotes from the end of each line.

3509
ASM / Re: Disable "Done" message
« on: March 23, 2011, 11:11:58 am »
yeah, I cee.

3510
ASM / Re: Disable "Done" message
« on: March 23, 2011, 10:41:23 am »
lol
Can you also do something like NoDone EQU FDCB00AEC9?
That would be useful to add to the ti83plus.inc.

Pages: 1 ... 232 233 [234] 235 236 ... 274