ASM to Basic translator

Got a brilliant program idea? Let us know!

Moderator: MaxCoderz Staff

Post Reply

Create a program that transfer from basic to ASM

Good Idea
4
36%
Bad Idea
7
64%
 
Total votes: 11

conget
New Member
Posts: 14
Joined: Wed 18 May, 2005 3:47 pm
Location: Xcivare
Contact:

ASM to Basic translator

Post by conget »

I think many people will like it if someone can made a program that:
1. Transver from basic code to ASM
2. made a asm editor on calculator.
DarkAuron
Maxcoderz Staff
Posts: 1349
Joined: Sat 18 Dec, 2004 6:53 pm

Post by DarkAuron »

Such attempts have been made, and thus far there hasn't been much great success. Transferring basic code to assembly isn't really ideal, as basic code is just macros for the ti-os to jump to certain groups of assembly code, so it probably wouldn't be any better.
[Gridwars Score] - E: 1860037 M: 716641 H: 261194
leofox
Calc Master
Posts: 1064
Joined: Fri 17 Dec, 2004 3:22 pm
Location: Probably playing DDR
Contact:

Post by leofox »

a program for basic>asm doesn't sound like a good idea, but you can make a tutorial for basic>asm. Something that tells how to do basic stuff like If-Then-Else-End and Output in asm, maybe with an include file with routines.
Image
Image
User avatar
tr1p1ea
Maxcoderz Staff
Posts: 4141
Joined: Thu 16 Dec, 2004 10:06 pm
Location: I cant seem to get out of this cryogenic chamber!
Contact:

Post by tr1p1ea »

Honestly its much more gratifying to just learn ASM.
"My world is Black & White. But if I blink fast enough, I see it in Grayscale."
Image
Image
User avatar
DJ_O
Calc King
Posts: 2324
Joined: Mon 20 Dec, 2004 6:47 pm
Location: Quebec (Canada)
Contact:

Post by DJ_O »

leofox wrote:a program for basic>asm doesn't sound like a good idea, but you can make a tutorial for basic>asm. Something that tells how to do basic stuff like If-Then-Else-End and Output in asm, maybe with an include file with routines.
hmm that sound like a good idea, but it still requires to learn assembly and assembly have different tricks so its better to learn asm I think. Or wait until MLC/RPL comes out, they are interpreted like BASIC but a lot faster
Image Image Image Now active at https://discord.gg/cuZcfcF (CodeWalrus server)
User avatar
DigiTan
Calc Master
Posts: 1069
Joined: Fri 04 Mar, 2005 12:52 am
Location: NW Wisconsin
Contact:

Post by DigiTan »

A translator might be a good learning tool, but it may be impractical for most other uses. It tends to take away the advantages of both languages. Asm editors are common fodder nowadays. They're nice for reading unkown programs, but again there are practicality issues. And you cannot build a useful program with one; even an expert will make a mistake eventually and wipe out the whole system.
My diet consists of nails, code-stealers, and HP fans.
Projects:

Robot War [TI-82, TI Flash App]
Sonic the Hedgehog [Multiplatform]
Post Reply