[TI ASM] ASM/BASIC hybrid

Got questions? Got answers? Go here for both.

Moderator: MaxCoderz Staff

Post Reply
chickendude
Extreme Poster
Posts: 340
Joined: Fri 07 Jul, 2006 2:39 pm

[TI ASM] ASM/BASIC hybrid

Post by chickendude »

NOTE: I'm not quite sure where to post this, so feel free to move it around whereever it best fits.

I was reading through the xlib guru thread about how there are few pure assembly programmers when I thought of something in jest that turned out to be a fairly interesting idea:
What if we made assembly programs that utilized certain BASIC routines? Kinda like the BASIC/ASM hybrid, only from an assembly standpoint. Maybe create a BASIC program to input a string or something for you, then read it's output, maybe use it to calculate some equation for you. Certainly, it wouldn't be for speed or anything. But I think it's an interesting (and mildly solecistic) idea :)

Just a thought.
CoBB
MCF Legend
Posts: 1601
Joined: Mon 20 Dec, 2004 8:45 am
Location: Budapest, Absurdistan
Contact:

Post by CoBB »

That's almost what you're doing when you make excessive use of romcalls.
chickendude
Extreme Poster
Posts: 340
Joined: Fri 07 Jul, 2006 2:39 pm

Post by chickendude »

Haha, very true!
Post Reply