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

Pages: 1 ... 56 57 [58] 59 60 ... 63
856
TI Z80 / Re: Chess
« on: March 06, 2011, 09:58:50 pm »
O.O On my TI84+SE, it looks perfect. 
If you have any time, can you make a [perfect] grayscale tutorial?

857
Humour and Jokes / Re: [randomness] Os 3.00MP
« on: March 06, 2011, 09:41:53 pm »
[Necropost]Still should have changed it so that srings, lists, and matrices can be pasted from memory.[/necropost]

858
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: March 06, 2011, 08:23:54 pm »
10110001101: Your calculator can make its own music and sing it too.
[this is becoming more and more ridiculous]

EDIT: I am apparently in the first second group of people.  I forgot the joke.

859
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: March 06, 2011, 07:37:48 pm »
58A: Your calculator predicts how many outfits Lady Gaga will wear in her next music video.

860
Quote from: Lesson 7 Page 11
T-States: Byte Storage:
JR—12 if condition is true 2 Bytes
7 if condition is true 2 Bytes
JP – 10 no matter what
Which is it 12 or 7 if the condition is true?
Which one is it if it is false?

861
TI Z80 / Re: Chess
« on: March 06, 2011, 07:08:29 pm »
Wow! Perfect grayscale! :w00t: :D

862
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: March 06, 2011, 06:14:49 pm »
588: When you start counting the signs in Hex
1413: YOU'VE GOT BLISTERS ON YOUR FINGERS!
Umm... ... Helter Skelter?

863
Also, .org 40339 should be changed to .org $9D93, because RAM addresses are generally expressed in hexadecimal.
... You might want to see this
http://ourl.ca/9514

864
As an ASM learner (from your lessons), I don't mind if it starts with 40339 or $9D95.  (But then I already knew Hex)

The person learning ASM can always substitute one for the other, like how I use bcall() instead of B_CALL.

EDIT: Woa, double Ninja'd

865
TI Z80 / Re: Tokens
« on: March 06, 2011, 04:01:28 pm »
O.O Very nice.  
I do suggest color coding.  (if you were to highlight variables in one color and commands in another)
Now I don't have to use TI's discontinued editor. :)

866
Other / Re: iPod touch
« on: March 06, 2011, 03:52:13 pm »
Oh :(, at least it wasn't your laptop or your calc.

867
Quote from: Lesson 6 Page 9
Main_Menu .equ 0
Settings_Menu .equ1
Players_Menu .equ 2
Names_Menu .equ 3
Main_Menu_Items .equ 4
Settings_Menu_Items .equ 3
Players_Menu_Items .equ Settings_Menu_Items
Names_Menu_Items .equ Player_Menu_Items
Should be:
Code: [Select]
Names_Menu_Items .equ Players_Menu_Items
(I think)

868
News / Re: 3rd-party PRIZM apps officially possible
« on: March 06, 2011, 03:10:14 pm »
Well... Programming is still hard. I don't think we have discovered any display routines in the OS other than basic text stuff, and modifying the add-ins to match the checksums isn't exactly easy either.
I am sure that you guys will be able to figure it out. :)

EDIT: W00t 69th post

869
News / Re: 3rd-party PRIZM apps officially possible
« on: March 06, 2011, 02:29:58 pm »
Wow! :D
Now we should be able to port games to color.   :w00t:

870
News / Re: AxePaint released
« on: March 06, 2011, 01:58:54 pm »
What is the difference between the Mirage OS and the No-stub? Is it just the icon?

Pages: 1 ... 56 57 [58] 59 60 ... 63