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
« 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
« 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 ?
2838
« on: December 31, 2011, 07:16:55 am »
Thanks  Glad you all like it (so you can advertise my game  ) Now, bad news  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
« on: December 31, 2011, 06:49:29 am »
It is because she wrote [code=something]. Here is what she meant  ;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
« on: December 29, 2011, 11:40:54 am »
2841
« on: December 28, 2011, 01:22:22 pm »
2842
« on: December 28, 2011, 12:32:55 pm »
Yay ! another French member  Also, I love your avatar  Some more edit: notice that I am evil by my post count
2843
« 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
2844
« on: December 26, 2011, 04:33:33 am »
Wait, O.o I just missed my 666th post  Gonna look for 2 useless posts to delete 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  Don't expect me to post or I will no longer be evil
2845
« 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 ?
2846
« on: December 26, 2011, 04:24:01 am »
 What does "ditto" mean ?
2847
« 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
« on: December 25, 2011, 12:24:50 pm »
Yay ! Merry Christmas to all, enjoy the food and the presents  * Hayleia is going to have fun with those Lego Mindstorms 
2849
« on: December 25, 2011, 09:12:05 am »
There is also a problem with "A critical hit" that was not translated .
Translate it with "Ein Volltreffer !". 
Done  (I don't dare call it an update  ) edit: I forgot to change it in the NOMS.txt that is in the zip, but don't worry, it was changed
2850
« on: December 24, 2011, 05:11:26 pm »
Thanks  And yeah, double christmas presents but only once a year
Pages: 1 ... 188 189 [190] 191 192 ... 239
|