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

Pages: 1 ... 170 171 [172] 173 174 ... 317
2566
TI Z80 / Re: ASMDREAM - the TI-8X+ on-calc assembler
« on: January 13, 2012, 11:58:53 am »
I can't wait to use this ! I have to wait until TI-Connect starts working for me again XD

Thanks much for this!

2567
TI Z80 / Re: ASMDREAM - the TI-8X+ on-calc assembler
« on: January 13, 2012, 11:55:33 am »
Wow, and on TICalc.org, too, it is ranked in the top 150 most downloaded for the past week, that is crazy! There must be thousands of programs on there for all types of TI calculators!

2568
TI Z80 / Re: ASMDREAM - the TI-8X+ on-calc assembler
« on: January 13, 2012, 11:50:42 am »
Wow, very cool! Is the download in the first post?

2569
ASM / Re: The missing code!
« on: January 13, 2012, 11:23:57 am »
! I like to program in hex for my calcy :3 If you would like some help, I can assist and if you want a chart for converting mnemonics to hex you can try this. The main difficulty with programming in hex on the calc is computing addresses. If you forget to count a byte, you could crsah your calc, so you have to be careful.

Also, if you are new to assembly, that chart also has info on the right about the instructions and what they do. It is BASICised a bit, so some of it should be rather easy to get :)

I hope I can help!

2570
TI Z80 / Re: zStart - an app that runs on ram clears
« on: January 13, 2012, 10:00:08 am »
I believe he was, he was just waiting for feedback from me to say that I didn't plan to mess any more stuff up XD It is my fault for that :/ I should PM him now...

2571
Grammer / Re: Grammer 2-The APP
« on: January 13, 2012, 09:50:36 am »
Cool, a new Grammer coder! Have you gotten to practice with it yet?

2572
Grammer / Re: Grammer 2-The APP
« on: January 13, 2012, 09:49:14 am »
This is only experimental and I am not sure if I will keep them or not. Do you think I should?

2573
Grammer / Re: Grammer 2-The APP
« on: January 13, 2012, 07:37:11 am »
Okay, I am still trying to think of how best to do this, but I have started to make a token hook. The token hook simply changes the names of a few OS tokens while editing a Grammer program. If the program you are editing starts with .0:, the token hook will take hold. This also happens if you put that header on the homescreen >.>

If anybody wants to play with this experimental version, feel free.

2574
ASM / Re: about hooks..
« on: January 13, 2012, 07:17:40 am »
When you are copying the token hook to smallEditRam, include the table as part of the hook :) So pretty much keep tokenHookEnd at the end of the table.

2575
ASM / Re: about hooks..
« on: January 13, 2012, 07:07:24 am »
In my code, try changing this:
Code: [Select]
     ld hl,TokenTable
to this if you are copying to smallEditRam:
Code: [Select]
     ld hl,smallEditRAM+TokenTable-tokenHook

2576
TI-BASIC / Re: Snake Source Code
« on: January 12, 2012, 07:01:57 pm »
Welcome to Omni! If you want to view the source of programs that you have downloaded, an excellent tool to use is SourceCoder. All you need to do is load the program from your computer and it will make it into text. It can also do the reverse (text to program), but that won't help your situation XD

2577
TI Z80 / Re: [Grammer(xlib first)] The Reign of Legends 3 Port
« on: January 12, 2012, 06:31:26 pm »
Yeah, probably XD
* Xeda112358 has decided not to change conj(', by the way, but conj( I will probably change

EDIT:
*cough*
:P

2578
TI Z80 / Re: [Grammer(xlib first)] The Reign of Legends 3 Port
« on: January 12, 2012, 06:27:21 pm »
If it is something I can help with feel free to PM me or something.
* Xeda112358 wonders if yeong has looked at the new grayscale tilemap commands yet >.> :D

2579
Computer Programming / Re: Best language for beginners?
« on: January 12, 2012, 04:54:30 pm »
I was going to agree that TI-BASIC is a good starting language, but ephan does make a good point about syntax. TI-BASIC is relatively lax with syntax (omitting end quotes and parentheses brings no harm), but these habits are not ones you want to keep for many computer languages.

But, for calcs, TI-BASIC, computers, Python. Of course, as Qwerty said, depending on how the person thinks and what they know, other languages might be better suited.

2580
ASM / Re: about hooks..
« on: January 12, 2012, 04:44:54 pm »
Oh, yes, that will only work in an APP. For a program, just copy the hook and table to RAM. You will need to play with pointers, though, too.

Pages: 1 ... 170 171 [172] 173 174 ... 317