Show Posts

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.


Messages - Matrefeytontias

Pages: 1 ... 117 118 [119] 120 121 ... 133
1771
Ouais, pour le Ti-Basic z80 ...

J'veux l'Axe, c'est trop loooooooooooooong <_<

1772
TI Z80 / Re: Nemesis- a new axe 3d rpg
« on: June 26, 2012, 06:12:05 am »
Whoa, it rocks ! O.O

1773
Axe / Re: Two questions about Axe Parser
« on: June 25, 2012, 11:51:57 am »
You can access the real Ans like a classic variable :
Code: [Select]
9→AnsBut if you want to read it, then it's converted into 2 bytes number (unless you use the float{} func, but I don't know it enough)

1774
TI Z80 / Re: [Ti-Concours]Jetpack 8x+
« on: June 21, 2012, 02:24:33 pm »
Up !

With the help of thepenguin77, I now have a 82 stats / 83 working version !

Project added in the download section, but still waiting for the validation :/ (the zip contains both versions, 83 and 83+)

1775
ASM / Re: Conversion from 83+ to 83
« on: June 21, 2012, 08:02:25 am »
Waaaa thanks a lot thepenguin77 ! :D

You'll be in the credits ^^

1776
Miscellaneous / Re: 1337 TI calculators
« on: June 20, 2012, 01:39:50 pm »
C-C-C-Combo breaker !!! xD

Yeah, things like this occurs once per life ^^

1777
TI Z80 / Re: OPIA - A full OOP language for z80
« on: June 17, 2012, 12:33:13 pm »
Do you have the compiler working ? Can you post an example of code and its executable ?

1778
ASM / Re: Conversion from 83+ to 83
« on: June 16, 2012, 02:56:33 pm »
Ah yeah, I'll send you something to test it.

1779
ASM / Re: Conversion from 83+ to 83
« on: June 16, 2012, 02:45:46 pm »
The setup creates a program named prgmJTPKSTUP, stores three 768 bytes images in it and then quits.

What the main program does is accessing to this program and read the three images with a 768 or 1536 offset.

Now that I think of it, I remind that there is a bcall named _DelVarArc on the 83+ that doesn't exist anymore on the 83, I'll try to replace it with _DelVar and see if it works better.

1780
ASM / Re: Conversion from 83+ to 83
« on: June 15, 2012, 11:20:32 am »
Yeah sure, I join the *.8xp I compiled from the source I posted.

Oops, I forgot to join the installer, you need to launch it before prgmJETPACK :/

1781
ASM / Re: Conversion from 83+ to 83
« on: June 15, 2012, 04:51:22 am »
That's true, I really have a disassembler recognizing labels, datas and texts. Unfortunately, it's unnamed, but you can download it here : http://mattias.refeyton.fr/espace-ti/z80disassembler.zip

Also, I have my code here : http://mattias.refeyton.fr/espace-ti/jetpack82/JETPACK.z80 , but remind that it's 51K large.

There aren't any error at the compilation, but here is a screenshot of it working with the installer on a 83 :


EDIT : in fact, there isn't any _DelVarArc in the file ... <_<

1782
ASM / Re: Conversion from 83+ to 83
« on: June 14, 2012, 05:47:11 pm »
Nope, that's not it, my disassembler supports label names, datas and texts :(

The problem is inside the code ... I'll send you when I can

1783
ASM / Re: Conversion from 83+ to 83
« on: June 14, 2012, 08:34:14 am »
Ok, here is an update.

I had to convert two programs : an installer (done) and a huge executable (51K of source). I have very big problems with this one, and I'm since I'm not really good at z80 ASM, I'm searching for someone who could look over a huge 51K ASM source file to find errors, but that's not errors that stop the compilation, just bad programming (since it's only disassembled Axe). Of course, this is 83 ASM.

If you can help me, please do, I can't carry on anymore :'(

1784
ASM / Re: Conversion from 83+ to 83
« on: June 13, 2012, 09:59:29 am »
I already read all the site before opening this topic ...

1785
ASM / Re: Conversion from 83+ to 83
« on: June 12, 2012, 01:23:32 am »
Okay, thanks a lot for your explanations, I'll try it :)

Pages: 1 ... 117 118 [119] 120 121 ... 133