Reuben 2 source for curious people (who dont have dial-up)

A forum where you can announce your awesome project(s).

Moderator: MaxCoderz Staff

leofox
Calc Master
Posts: 1064
Joined: Fri 17 Dec, 2004 3:22 pm
Location: Probably playing DDR
Contact:

Post by leofox »

Kevin wrote:Me too I'm sure it could be optimised a bit more, I'm sure it's not perfect (nothing is perfect anyway) :)
Of course, everything can be optimized, even Contra could be optimized a bit.
Image
Image
User avatar
dysfunction
Calc Master
Posts: 1454
Joined: Wed 22 Dec, 2004 3:07 am
Location: Through the Aura

Post by dysfunction »

Heh, I doubt Hello World could be optimized very much.
Image


"You're very clever, young man, but it's turtles all the way down!"
DarkerLine
Calc Wizard
Posts: 526
Joined: Tue 08 Mar, 2005 1:37 am
Location: who wants to know?
Contact:

Post by DarkerLine »

Code: Select all

prgmHELLO
"Hello world!
I don't think you can optimize that further because there's no way you can get the same string in less bytes.
Edit: make sure to use the stat vars for some of the lowercase letters though; they take only one byte instead of 2.
just try to be nice to people.
_________________
My TI Blog - http://mpl.unitedti.org/
leofox
Calc Master
Posts: 1064
Joined: Fri 17 Dec, 2004 3:22 pm
Location: Probably playing DDR
Contact:

Post by leofox »

DarkerLine wrote:

Code: Select all

prgmHELLO
"Hello world!
I don't think you can optimize that further because there's no way you can get the same string in less bytes.
Edit: make sure to use the stat vars for some of the lowercase letters though; they take only one byte instead of 2.
it can be made even 4 bytes smaller by naming it H instead of HELLO.
Image
Image
DarkerLine
Calc Wizard
Posts: 526
Joined: Tue 08 Mar, 2005 1:37 am
Location: who wants to know?
Contact:

Post by DarkerLine »

The code can't be optimized, though.
just try to be nice to people.
_________________
My TI Blog - http://mpl.unitedti.org/
necro
Calc King
Posts: 1619
Joined: Sat 26 Mar, 2005 2:45 am
Location: your shadow

Post by necro »

Code: Select all

prgmH
:"Hi world!
I win!
TI84SE
New Member
Posts: 68
Joined: Fri 13 May, 2005 9:26 pm
Location: The Verdantes Forest!

Post by TI84SE »

Dude! Your the creator of Reuben Quest???

I can't seem to send it to my calculator...I did what it said in the readme, I have Omnicalc installed, sent all the archive files to archive and all the ram files to ram. But there is a file under archive called 'RAM'. It causes problems for some reason and after I delete it, it still doesn't work.

Help!

~TI84SE
User avatar
Shadow Phoenix
Calc Guru
Posts: 835
Joined: Mon 03 Jan, 2005 7:54 pm
Location: out there. seriosly.

Post by Shadow Phoenix »

/me opens a new ASM program to do "Hi world! faster using ASM
Life is getting better.
gimpynerd
Sir Posts-A-Lot
Posts: 250
Joined: Mon 31 Jan, 2005 4:37 pm
Location: Somewhere over the rainbow
Contact:

Post by gimpynerd »

i thought about doing that. :D
Reginald Tucker (Gimpynerd) www.gimpynerd.com
Amateur Programmer / Game Designer

Want to learn Z80 assembly? E-mail me at gimpynerd@gmail.com to set up a time for lessons!
User avatar
Shadow Phoenix
Calc Guru
Posts: 835
Joined: Mon 03 Jan, 2005 7:54 pm
Location: out there. seriosly.

Post by Shadow Phoenix »

now somebody would be able to do direct hex coding to optimize that :P
Life is getting better.
TI84SE
New Member
Posts: 68
Joined: Fri 13 May, 2005 9:26 pm
Location: The Verdantes Forest!

Post by TI84SE »

TI84SE wrote:Dude! Your the creator of Reuben Quest???

I can't seem to send it to my calculator...I did what it said in the readme, I have Omnicalc installed, sent all the archive files to archive and all the ram files to ram. But there is a file under archive called 'RAM'. It causes problems for some reason and after I delete it, it still doesn't work.

Help!

~TI84SE
Omg Kevin help me please :(

~TI84SE
My Calc:
TI-84+ Silver Edition
24.4k RAM
900k+ ARCHIVE
MirageOS
Throwaway Identity
New Member
Posts: 24
Joined: Sun 24 Apr, 2005 11:51 am
Location: Meditating

Post by Throwaway Identity »

just for the hell of it:

prgmA:

Code: Select all

:prgmB
prgmB:

Code: Select all

:"HELLO WORLD
Victory! 18 bytes! w00t!
Sypher Games: TBA :(
User avatar
dysfunction
Calc Master
Posts: 1454
Joined: Wed 22 Dec, 2004 3:07 am
Location: Through the Aura

Post by dysfunction »

@TI84SE: Do you have TI-Connect? Reuben Quest can have issues with TI-Connect. Tell me your exact problem, including any error messages on the computer or the calculator, and Kevin or I will try to fix it.
Image


"You're very clever, young man, but it's turtles all the way down!"
Post Reply