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

Pages: 1 ... 47 48 [49] 50 51 ... 68
721
General Calculator Help / Re: Debug
« on: July 01, 2012, 09:48:28 pm »
Try downgrading to 2.43 on WabbitEmu.

722
Axe / Re: Mirage OS usage
« on: July 01, 2012, 09:28:13 pm »
z80 Assembly. In Axe you might do it this way:
Code: [Select]
Data(100,90,80,70,60,50,40,30,20,10,0)->GDB1HS
.later...
S->{GDB1HS+10}
sub(SORTD,GDB1HS)
.assume SORTD is a subroutine

723
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: July 01, 2012, 09:25:24 pm »
2921: Your calc is alive

724
General Calculator Help / Re: Debug
« on: July 01, 2012, 05:03:28 pm »
Just so you know, 2.43 is still on the TI Singapore site.

725
Other Calculators / Re: Jetpack 8x(+)
« on: July 01, 2012, 05:00:27 pm »

Here is the famous iDevices game ported to all your z80 calculators, from Ti 82 stats.fr and Ti 83 to Ti 84+ SE !


Even on the TI-81?

726
Axe / Re: Mirage OS usage
« on: June 30, 2012, 09:15:27 pm »
A section with the initial data following a label:
Code: [Select]
HScoreData:
.db 100,90,80,70,60,50,40,30,20,10,0
for example. Then modify the memory locations in terms of the label. As an example:
Code: [Select]
ld hl,(score)
 ld (HScoreData+10),hl
 ld hl,HScoreData
 call SortD

727
General Calculator Help / Re: Debug
« on: June 30, 2012, 09:12:26 pm »
Older models of the 84+/SE have 128 KB of RAM. Models from 2007 on have only 48 KB of RAM. TI-Boy SE needs the extra 80KB to run properly.

728
General Calculator Help / Re: Debug
« on: June 30, 2012, 05:19:50 pm »
Are you emulating the missing RAM pages?

729
Introduce Yourself! / Re: new
« on: June 30, 2012, 05:18:15 pm »
Moar for you:
!peanuts

730
TI Z80 / Re: Alien Breed 5
« on: June 29, 2012, 12:31:45 pm »
Just curious, will you have the option to skip the intro at the beginning of the game?

731
TI Z80 / Re: ORG: online Z80 IDE and assembler
« on: June 29, 2012, 12:07:25 pm »
Can we use backslashes in place of new lines?

732
TI 68K / Re: Kraphyko, Decthyth, and the Illusiat 12 port
« on: June 28, 2012, 10:43:42 am »
I updated Kraphyko. It can save or load in a special format now. It can also save to (but not load from) a TI-OS picture. (This is 0.5 Alpha; don't be confused by the filename.)

edit: DJ_O: are you working on the info I need? Thanks!

733
Axe / Re: [INDEV] [TUTORIAL] How to save data in a program
« on: June 28, 2012, 10:40:59 am »
I stand corrected.
I still don't see why we shouldn't be able to run programs from the archive. Is it because running an archived subprogram from another archived program will cause the existing copy at $9D93 to be overwritten? Or is it different for TI-Basic?

EDIT: I also believe that if you try to run an Ion program without a shell, then it quits immediately.

734
Axe / Re: [INDEV] [TUTORIAL] How to save data in a program
« on: June 28, 2012, 10:16:13 am »
No, he said that both of the copies could be anywhere in the RAM.

735
Art / Re: Need some level pictures
« on: June 28, 2012, 09:52:01 am »
What is the game called? And I assume it's for the NXT?

Pages: 1 ... 47 48 [49] 50 51 ... 68