16
TI Z80 / Re: ORG: online Z80 IDE and assembler
« on: July 26, 2012, 06:42:48 pm »
Now I have time to finish translation.
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. 16
TI Z80 / Re: ORG: online Z80 IDE and assembler« on: July 26, 2012, 06:42:48 pm »
Now I have time to finish translation.
17
Miscellaneous / Kim Dotcom - Mr President« on: July 20, 2012, 12:22:16 pm »
I just noticed this vidéo :
18
The Axe Parser Project / Re: [Axiom] Text routines« on: July 03, 2012, 06:18:40 pm »
If I understand, it add more syze to program.
19
TI Z80 / Re: ORG: online Z80 IDE and assembler« on: July 03, 2012, 05:39:07 pm »
@Matrefeytontias : à partir de demain je serais complètement déconnecté d'internet, du moins pas assez pour traduire le reste de ORG. Est ce que tu peux prendre le relais (surtout que tu connais l'asm).
20
The Axe Parser Project / Re: [Axiom] Text routines« on: July 03, 2012, 11:06:06 am »
Are Output(EXP) and Output(X,Y) commands unoptimized ?
Char(CHAR), what is the difference with >Char ? Explain why you made this axiom, I don't see why it is better, and if that's more optimized, why you don't ask to quigibo to optimize his routines ? 21
TI Z80 / Re: ORG: online Z80 IDE and assembler« on: July 02, 2012, 08:35:28 pm »
Respectively :
Erreur de compilation (ligne "{LINE}" dans {FILE}) L'instruction ou la directive $words[1] est inconnue (ligne "{LINE}" dans {FILE}) Trop de fichiers inclus imbriqués (ligne "{LINE}" dans {FILE}) Argument manquant ou invalide pour $words[1] (ligne "{LINE}" dans {FILE}) Mauvais label pour assimilation, $words[1] est déjà défini (ligne "{LINE}" dans {FILE}) Le fichier inclus $byte est invalide (ligne "{LINE}" dans {FILE}) #endif manquant ou en surnombre (ligne "{LINE}" dans {FILE}) Fichier manquant {FILE} Parenthèse manquante (ligne "{LINE}" dans {FILE}) Cible $word[1] non trouvée (ligne "{LINE}" dans {FILE}) Assimilation de $word non définie (ligne "{LINE}" dans {FILE}) Erreur de syntaxe mathématique (ligne "{LINE}" dans {FILE}) PS : Unmatched parenthesis = missing parenthesis ? 22
Axe / Re: RAM addresses« on: July 02, 2012, 08:19:03 pm »
Then... zStart could change font on 83+BE ?
23
Axe / Re: Function« on: July 02, 2012, 06:56:55 pm »
Endeed a byte is 8 bits. Then a byte can take 2^8 (=256) values, that to say a number beetwen 0 and 255. A 2 byte number can take 2^16 (=65356) values, it means a number beetwen 0 and 65355.
Axe variables are 2 bytes number. 24
Axe / Re: Function« on: July 02, 2012, 06:50:08 pm »
You have to point your liste of data. Eg :
Code: [Select] :Data(2,5,100,40,3)->Str1 You can read those data in this way : Code: [Select] :{Str1} If you want add a 2-bytes number, you can use ^r (2nd angle 3) : Code: [Select] :Data(12,500^r,200,30000^r)->Pic1
25
TI Z80 / Re: ORG: online Z80 IDE and assembler« on: July 02, 2012, 06:43:09 pm »
The log console :
Spoiler For Spoiler: Assembling Projects (Compilation des projets) How does assembling work? Spoiler For Spoiler: Assembler directives : Spoiler For Spoiler: Include files : Spoiler For Spoiler: 26
TI Z80 / Re: ORG: online Z80 IDE and assembler« on: July 01, 2012, 05:59:45 pm »
"The next three items build your source into a TI-83 Plus–series program, appvar, or app, respectively"
Hm.. I see TI-83 btw. Nice, now The control panel : Spoiler For Spoiler: 27
[FR] Autres Discussions TI et Casio / Re: 68k/z80 Le TI-Concours 2012 est lancé !« on: July 01, 2012, 04:24:46 pm »surtout que ça prend une journée si on fait ça à fond, ordinateur cassé ou pas.Alors là c'est un autre sujet. Personnellement je passe entre 2 et 3 heures par programme (1 heure pour les programmes non finis) Axe pour bien tester/analyser le programme. Il y a 8 programmes, donc c'est 16 heures de boulot. Or personnellement je peux enchaîner 1 prog et demi maximum, parce qu'après jsuis mort. Donc je dois faire des pauses. Et après comme le dit DJ_O j'ai pas mal de trucs à faire, même si il s'avère que c'est organiser les vacances, ça presse tout autant. x) 28
TI Z80 / Re: ORG: online Z80 IDE and assembler« on: June 29, 2012, 05:26:28 pm »
I post here translation :
Spoiler For Spoiler: Tell me what you think about this first translation (et je ne suis pas contre avoir l'avis d'autres francophones qui passent par là). I don't have time to finish it during the week. 29
TI Z80 / Re: ORG: online Z80 IDE and assembler« on: June 29, 2012, 08:48:46 am »
Do you think ORG could disassemble asm prog ?
EDIT : It it possible to add multi languages interface (I see you have french skills ). ==> I'm willing to help you if you wish. 30
The Axe Parser Project / Re: [Axiom] Advanced Graphics [in development]« on: June 28, 2012, 04:20:58 pm »
Up ?
|
|