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 - toraora

Pages: [1]
1
Axe / Re: Real Time Clock
« on: May 09, 2012, 12:48:04 am »
I remember reading about an Asm( function to read from a certain port, but I can't find it.

2
Axe / Real Time Clock
« on: May 09, 2012, 12:26:48 am »
Hi,

There exists a startTmr command in Basic, but I could not figure out how to use it in Axe (or if it is even supported). IIRC, the calculator has a RTC mapped to an external port, if so, is this accessible through Axe? Or is there another way to stop execution 10 seconds after it begins?


Thanks,
Toraora

3
Axe / Re: IO Port
« on: May 01, 2012, 07:53:16 pm »
ah, ok.

Thanks!

4
Axe / IO Port
« on: May 01, 2012, 07:31:10 pm »
Hi all,

When I try writing anything to port, e.g.
Code: [Select]
3->portthe calculator becomes unusably laggy (~5 sec delays) as soon as the program terminates.
I'm running OS 2.53 on a TI84+ SE.

Is port not functioning as it should, or am I using it incorrectly?

THanks,
toraora

Pages: [1]