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 - Hayleia

Pages: 1 ... 188 189 [190] 191 192 ... 239
2836
ASM / Re: Constructive and Creative uses of RLD and RRD
« on: December 31, 2011, 10:23:43 am »
Unless i'm missing something, the first just says "Array", maybe you pasted the wrong thing?
I am not seeing that... On mine, Hayleia and I have the same thing...
??? I see "Array" too on yours. Maybe it depends on the browser.
But do you see "BSPRT" next to "code" ? (I don't see it, I had to quote you to see it should be here ;))

2837
The Axe Parser Project / Re: Features Wishlist
« on: December 31, 2011, 07:27:01 am »
I think the most effective way to accomplish this would be to have a different static pointer syntax (with a prefix or something) for data on other app pages. That way, the user will be able to control what data is accessed more slowly and what data is accessed more quickly, and Axe will easily know whether to generate a normal memory access or an off-page memory access. If you use a 16-bit pointer for off-page accesses, that's a maximum of 4 pages of data available, and data will be able to cross page boundaries.

Edit: Also, I suppose that when compiling a RAM program, these special pointers could be treated like normal data, as much as RAM allows.

Edit2: Actually, come to think of it, this wouldn't work for specifying anonymous data on other pages. But I guess [HEX]r and Data()r aren't taken, right?

Edit3lol: In fact, if the syntax for archived data is Data()→prefixStr1, the syntax for anonymous data could be Data()→prefix

So, with that, would multipage apps with only data on secondary pages be possible ? :D

2838
TI Z80 / Re: Pokemon Topaze (Axe)
« on: December 31, 2011, 07:16:55 am »
Thanks :D
Glad you all like it (so you can advertise my game >:D)

Now, bad news :P
I didn't really test the German version but I made a little bug-hunting-program that tells me that there are 7 problems with the German translation. So I'd like someone who use the German version to tell me if those lines (below) fit in the screen or if there really is a problem, so it may be fixed:

Dein Fortschritt wurde gespeichert
hat ein neues Level erreicht !
Du hast den Kampf gewonnen.
Gefangen ! Das Pokemon wurde ( an die Box gesendet.)
Du hast den Kampf verloren.
You musst 400 Muenzen hergeben.
entwickelt sich doch nicht !?!

For some of those, it is not really a problem as they already take 2 lines, and I'll just have to reorganize, but for others, there is a real problem :-\

2839
ASM / Re: Constructive and Creative uses of RLD and RRD
« on: December 31, 2011, 06:49:29 am »
It is because she wrote [code=something].
Here is what she meant :)

Code: [Select]
;Inputs:
;     HL points to the buffer location to draw to
;     DE points to the sprite data

     ld bc,080Ch     ;010C08
Loop:
     call PutNibble  ;CD****
     call PutNibble  ;CD****
     ld a,b          ;78
     ld b,0          ;0600
     add hl,bc       ;09
     ld b,a          ;47
     djnz Loop       ;10F3
     ret             ;C9
PutNibble:
     ld a,(de)       ;1A
     add $C0         ;C6C0
     jr nc,$+4       ;3002
       sub 7         ;D607
     rld             ;ED6F
     inc de          ;13
     ret             ;C9

2840
TI Z80 / Re: Pokemon Topaze (Axe)
« on: December 29, 2011, 11:40:54 am »
Sorry for double posting and don't even making an update :P
I made an userbar, for those who want to advertise :D
the code:


Spoiler For the code:
[url=http://http://ourl.ca/12441/233823][img]http://www.omnimaga.org/index.php?action=dlattach;topic=9844.0;attach=10937;image[/img][img]http://www.omnimaga.org/index.php?action=dlattach;topic=9844.0;attach=10938;image[/img][img]http://www.omnimaga.org/index.php?action=dlattach;topic=9844.0;attach=10939;image[/img][/url]

2841
Introduce Yourself! / Re: Hello, omnimaga !
« on: December 28, 2011, 01:22:22 pm »
Wow, fast answers ! O.O
Also thanks for peanuts, but why peanuts ? (why not chocolate :p )
Ok, but they are not mine :P

2842
Introduce Yourself! / Re: Hello, omnimaga !
« on: December 28, 2011, 12:32:55 pm »
Yay ! another French member :P
Also, I love your avatar ;D
Some more
!peanuts

edit: notice that I am evil by my post count >:D

2843
Miscellaneous / Re: So what did you get for christmas?
« on: December 26, 2011, 12:19:54 pm »
i don't understand why everyone get present that are so expensive.. i only got a calender of VW vans (which i love btw) and that's it
i don't expect to get more, i'm happy with it, but why??? or i might be stange, that's possible too..
Don't worry, it depends of people and of the year. This year I got Lego Mindstorms and a Bose QC 15, while last year I got a USB stick :P

2844
News / Re: Merry Christmas to All
« on: December 26, 2011, 04:33:33 am »
Wait, O.o
I just missed my 666th post D:
Gonna look for 2 useless posts to delete >:D
edit: Done, muahahaha !
[/offtopic]

But Christmas is only the 24th and 25th, no ?

edit: Answer to Sorunome's next post
Ah ok, well for me, 24th is my birthday, 25th is Christmas and 26th is after Christmas :P

Don't expect me to post or I will no longer be evil >:D

2845
News / Re: Merry Christmas to All
« on: December 26, 2011, 04:26:00 am »
same as
Ok, thanks :)

well, merry christmass too, and good luck with you calcs :)
Isn't it a bit late ? :P

2846
News / Re: Merry Christmas to All
« on: December 26, 2011, 04:24:01 am »
???
What does "ditto" mean ?

2847
TI-BASIC / Re: Convert list to string?
« on: December 25, 2011, 01:27:14 pm »
There is this, but I don't know if that is exactly what you are looking for
http://ourl.ca/13750/257851

2848
News / Re: Merry Christmas to All
« on: December 25, 2011, 12:24:50 pm »
Yay ! Merry Christmas to all, enjoy the food and the presents :P
* Hayleia is going to have fun with those Lego Mindstorms :D

2849
TI Z80 / Re: Pokemon Topaze (Axe)
« on: December 25, 2011, 09:12:05 am »
There is also a problem with "A critical hit" that was not translated :P.
Translate it with "Ein Volltreffer !". ;)
Done :)
(I don't dare call it an update :P)

edit:  I forgot to change it in the NOMS.txt that is in the zip, but don't worry, it was changed ;)

2850
Miscellaneous / Re: Birthday Posts
« on: December 24, 2011, 05:11:26 pm »
Thanks :D
And yeah, double christmas presents but only once a year D:

Pages: 1 ... 188 189 [190] 191 192 ... 239