ASM tool for BASIC programmers

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

Moderator: MaxCoderz Staff

the_unknown_one
Calc Master
Posts: 1089
Joined: Fri 17 Dec, 2004 9:53 am

ASM tool for BASIC programmers

Post by the_unknown_one »

I want to make an ASM tool for BASIC programmers, but i need ideas for a name and what it should include. I'm already going to put a ClrScreen function in it, and also a Direct Input function, but does anyone have any other ideas? I also thought of a function alike to ionPutSprite/ionLargeSprite and ionFastCopy, cause this would speed up BASIC games a LOT!

EDIT: I also thought of a greyscale function, i know there is a greyscale lib for BASIC programmers by Kevin, but its slow, and this could make it faster.
User avatar
dysfunction
Calc Master
Posts: 1454
Joined: Wed 22 Dec, 2004 3:07 am
Location: Through the Aura

Post by dysfunction »

A greyscale function would be very dificult to program- though it would be useful as Kevin's is flickery on a black 83+. I could also use a sprite shrinking/growing routine, something like Zapi's compressed pics that actually WORKS, and a few more as I think of them.
Image


"You're very clever, young man, but it's turtles all the way down!"
the_unknown_one
Calc Master
Posts: 1089
Joined: Fri 17 Dec, 2004 9:53 am

yea

Post by the_unknown_one »

Well, at least i can try. Yea, i was thinking about a sprite stretching routine too... And can you guys give me some ideas for a name?

EDIT: What do you mean with the Zapi's compressed pictures thing? And what are the others you're thinking of?
DarkerLine
Calc Wizard
Posts: 526
Joined: Tue 08 Mar, 2005 1:37 am
Location: who wants to know?
Contact:

Post by DarkerLine »

Will this be an app or a program?
just try to be nice to people.
_________________
My TI Blog - http://mpl.unitedti.org/
the_unknown_one
Calc Master
Posts: 1089
Joined: Fri 17 Dec, 2004 9:53 am

...

Post by the_unknown_one »

It'll be a program.
User avatar
Shadow Phoenix
Calc Guru
Posts: 835
Joined: Mon 03 Jan, 2005 7:54 pm
Location: out there. seriosly.

Post by Shadow Phoenix »

why are we learning ASm again?
all those ASM tools are just promoting using BASIC... and not learning ASM.
--------------------
On a different note having IonFastCopy would be great ^_^
Life is getting better.
the_unknown_one
Calc Master
Posts: 1089
Joined: Fri 17 Dec, 2004 9:53 am

uuh

Post by the_unknown_one »

I think BASIC isn't bad either, its much less work than ASM to get something done and you can code it oncalc. It's just slow, and thats what i wanna help with. And you dont have to learn ASM, if ya want to ya can stick with BASIC, so stop saying that Kevin and others have to learn ASM.
User avatar
Jim e
Calc King
Posts: 2457
Joined: Sun 26 Dec, 2004 5:27 am
Location: SXIOPO = Infinite lives for both players
Contact:

Post by Jim e »

Well as Kevin said before, most of the ram areas are getting used up, to so a gray lib is possible but an all in one app or program would have to do it. Hooks aren't the friendliest things to work with, so prgram would be easier but slower.

Theres nothing wrong with basic, it's just limited to what functions it has built in, it really support anything new. Luckily apps and programs can add to it's abilties
Image
the_unknown_one
Calc Master
Posts: 1089
Joined: Fri 17 Dec, 2004 9:53 am

yea

Post by the_unknown_one »

That's what i was saying, BASIC isn't bad at all, just slow & a bit limited, but thats what i wanna help with, to make faster routines and give them more functions.
the_unknown_one
Calc Master
Posts: 1089
Joined: Fri 17 Dec, 2004 9:53 am

yea

Post by the_unknown_one »

That's what i was saying, BASIC isn't bad at all, just slow & a bit limited, but thats what i wanna help with, to make faster routines and give them more functions.
the_unknown_one
Calc Master
Posts: 1089
Joined: Fri 17 Dec, 2004 9:53 am

name

Post by the_unknown_one »

Does anyone have an idea for the name?
Spengo
Calc Master
Posts: 1116
Joined: Sat 15 Jan, 2005 3:56 am
Location: ooga booga land
Contact:

Post by Spengo »

how bout ATFBP 'asm tool for basic programmers'! :D
bananas... o.o
Gambit
Sir Posts-A-Lot
Posts: 252
Joined: Mon 21 Feb, 2005 5:34 am
Location: Laveen, Arizona

Re: ASM tool for BASIC programmers

Post by Gambit »

the_unknown_one wrote:EDIT: I also thought of a greyscale function, i know there is a greyscale lib for BASIC programmers by Kevin, but its slow, and this could make it faster.
I already made it, see: http://joepnet.com/hosted/maxcoderz/php ... c.php?t=78

Right now, I'm trying to make it compatible with all the other libraries out there, but the only option (in terms of speed) would be to make it SE/84+ only... maybe you could put this in with this new library of your's, if it's made?

@Kévin: I still need to find time...
"If SOURCE is outlawed, only outlaws will have SOURCE."
DarkerLine
Calc Wizard
Posts: 526
Joined: Tue 08 Mar, 2005 1:37 am
Location: who wants to know?
Contact:

Post by DarkerLine »

Is using ExecLib( with an app faster than using Asm( to call an assembly program?
just try to be nice to people.
_________________
My TI Blog - http://mpl.unitedti.org/
the_unknown_one
Calc Master
Posts: 1089
Joined: Fri 17 Dec, 2004 9:53 am

...

Post by the_unknown_one »

Yea, i think so.
Post Reply