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

Pages: [1] 2
1
Humour and Jokes / Re: Netham45 now has a lobster cousin :O
« on: September 07, 2010, 06:00:14 pm »
Ahh, nice! :D

2
TI-BASIC / Re: Draw Pixel-By-Pixel
« on: September 07, 2010, 05:28:44 pm »
Ahh. Ok, I can do this. :)

3
Humour and Jokes / Re: Netham45 now has a lobster cousin :O
« on: September 07, 2010, 05:26:51 pm »
Why I'm on this thread? I don't like seafood. :/

4
TI-BASIC / Re: Draw Pixel-By-Pixel
« on: September 07, 2010, 05:18:50 pm »
But if I want to share my program how I can distribute the Picture too?

5
TI-BASIC / Re: Using For To Wait For Output
« on: September 07, 2010, 05:15:33 pm »
The board that I'm from the staff is a phpBB ;)

6
TI-BASIC / Re: Draw Pixel-By-Pixel
« on: September 07, 2010, 05:05:38 pm »
How to include the Picture variable with the file?

7
TI-BASIC / Re: Draw Pixel-By-Pixel
« on: September 07, 2010, 04:52:00 pm »
But after the drawing, I need to do a [CLEAR] and do the StorePic? But when I finish the program and want to share it with the others, I'm going to need to send the Picture variable to the people that want to use it?

8
TI-BASIC / Re: Draw Pixel-By-Pixel
« on: September 07, 2010, 04:39:06 pm »
If I use the Pen to draw, I can do a StorePic with the image?

9
TI-BASIC / Re: Using For To Wait For Output
« on: September 07, 2010, 04:25:28 pm »
Ok, I'm familiar with forum boards, since I'm a moderator at a big mobile device/GPS community(as I'm a Windows Mobile and TomTom expert). That was just because I was needing to post it faster as I was going to lunch. Sorry. :)

Also, I loved your explanation about my method of learning.

10
TI-BASIC / Draw Pixel-By-Pixel
« on: September 07, 2010, 03:58:52 pm »
Hello,
 I want to make a program that have a splash screen, but it should have a image with the program logo, then I want to know what is the best way to know where to plot them. I think that a StorePic/RecallPic will do the work, but I don't know how I can draw it to store and how to call it.

Best Regards,
 Nathan Paulino Campos

11
TI-BASIC / Re: Using For To Wait For Output
« on: September 07, 2010, 02:06:09 pm »
But ARM ASM seems really cool, especially for the Nspire D:

I understand learning ASM can be much harder for some people, though. I think it may be due to how certain tutorials (such as 28 days) are written, though. People who are visual may have an hard time learning ASM by relying only on it.
Because of this that I like to learn BASIC before learning Assembly for a machine. To learn more about the machine before getting it on the world of Assembly. This is what I've done for all the other Assembly languages(see my signature) and it works very nice. ;)

12
TI-BASIC / Re: Using For To Wait For Output
« on: September 07, 2010, 02:03:02 pm »
Thanks very much. I'm learning TI-BASIC to understand better how the machine works. Then my goal is set to learn some of z80 Assembly. Since I'm an Assembly Guy, that know x86, 8086, 6502, MIPS and the painful ARM Assembly. :)
Don't diss the ARM assembly :P
I've just said that is very difficult, I'm not dissing any language. Sorry about my bad english.

13
TI-BASIC / Re: Using For To Wait For Output
« on: September 07, 2010, 12:48:16 pm »
Thanks very much. I'm learning TI-BASIC to understand better how the machine works. Then my goal is set to learn some of z80 Assembly. Since I'm an Assembly Guy, that know x86, 8086, 6502, MIPS and the painful ARM Assembly. :)

14
TI-BASIC / Re: Using For To Wait For Output
« on: September 07, 2010, 11:10:11 am »
Wonderful! Thanks very much for your help! :)

15
TI-BASIC / Re: Using For To Wait For Output
« on: September 07, 2010, 10:45:58 am »
So if I want a 10 seconds wait I just need to do something like
Code: [Select]
rand(500)
rand(500)
More Code...
This will have the same effect of rand(1000). Correct?

Pages: [1] 2