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

Pages: 1 ... 22 23 [24] 25 26 ... 101
346
Web Programming and Design / Re: Best way to store blog posts
« on: March 13, 2014, 06:18:04 am »
Yeah, on my phone the red looks black. But if I choose brighter colors, I think that'll make it ugly. I'll to remake my color swatches.
The R-A logo will change, it never looked in place with the blog anyway. One graphical change to do too. I don't know how it'll look after then.

347
Web Programming and Design / Re: Best way to store blog posts
« on: March 12, 2014, 06:03:19 pm »
Welp, if you want to get some news about my battle against PHP, it seems my project is working nicely at the moment. I'm still working between refactors and database redisign, but it's still fine.
For the moment.

348
Casio Calculators / Re: Struggling with ASM
« on: March 12, 2014, 05:14:10 am »
Yeah, I thought so. Yeah, refactor.

349
Casio Calculators / Re: Struggling with ASM
« on: March 10, 2014, 04:23:56 pm »
Must be preserved, or are automatically preserved by the processor already? I think I'm getting the handle, except the fact I get a warning about an illegal displacement here
Code: [Select]
MOV.L @(2,R15), R4and wrong mnemonic with using a macro
Code: [Select]
   .MACRO FIX Rd
   SHLR8 \Rd
   SHLR4 \Rd
   SHLL \Rd
   .ENDM

...
   FIX   R10            ; FIX(pz) -> pz // And here goes the mnemonic error



And yipee, gotta read a cr*pload of books! yay :|

350
Casio Calculators / Re: Struggling with ASM
« on: March 09, 2014, 01:02:30 pm »
Ok, how can I call C functions from an assembler file? .INCLUDE "header.h" won't work because syntax is way too different.

351
TI Z80 / Re: [Axe] Worms - name subject to changes
« on: March 09, 2014, 10:08:34 am »
Idea: highlight the current worm by changing his sprite.
Another idea : Don't animate the turn change if the worm is it's already onscreen, move the camera instead.

352
Humour and Jokes / Re: Funny #omnimaga quotes (NSFW)
« on: March 09, 2014, 10:06:31 am »
That's because of all those Flappy Bireds, you're getting influenced :P

Bird influenza?

* Eiyeron runs.

353
Casio Calculators / Struggling with ASM
« on: March 09, 2014, 07:48:29 am »
HI guys, I'm trying to learn ASM and I have a little problem : It I get a TLB eror when  the program seems to access to LTORG content.


I'm using Macro AS because I'm getting fed with FX SDK, and here is the source code I did :
Code: [Select]

   CPU SH7700
   LISTING ON
   SEGMENT code


;Syscall macro
syscall   macro   op
   MOV.L    op, R0;
   MOV.L    scall_table, R2;
   JMP @R2
   NOP
   endm


main:
   ;STS.L       PR,@-R15; I got this idea when reading FX SDK listings.
   MOV.W    #5, R4; Trying to give as argument id = 5 to DisplayErrorMessage
   syscall scall_DislayErrorMessage; Should print an error message
   NOP
   ; Stop? I don't really know how to stop that.
   ;LDS.L       @R15+,PR
   MOV      #1, R0
   RTS
   NOP; By here it should have stopped
   LTORG; But he goes on further


;Data
; It doens't accept SEGMENT DATA
String                  dc.B "Hello World!\0"; And crashes here accroding to the listing
   ALIGN 4
;syscalls
scall_Print_OS            dc.L $013c
   ALIGN 4
scall_DislayErrorMessage   dc.L $0954
   ALIGN 4
scall_table               dc.L $80010070


WIth tha code, I have a TLB error with TARGET 0x12 (?) and PC = 0x1E (in the Hello world string Oo). Why?


Addendum : I chose to not use FX SDK because I don't know how to include properly ASM. Do you have any good idea/methods?

354
Miscellaneous / Re: Random YouTube Videos
« on: March 07, 2014, 06:06:27 am »

355
Miscellaneous / Re: Metaphore about programming
« on: March 07, 2014, 05:30:21 am »
Java : Easy mode (just look at the JVM libs already installed), can go only where someone had been (JVM).


EDIT : ninja'd. Darn you Siap!

356
Art / Re: Eiyeron's Paint Room
« on: March 03, 2014, 04:36:35 am »
More like was, everything has vinished...

357
Miscellaneous / Re: Random YouTube Videos
« on: February 27, 2014, 10:58:16 am »
Let's see what I have in my recommandations (spoiled by the little borther who plays with my tablet and watch vids I don't like at all).
...

Yeah, I like floppy music, but I never played that much FF7, - and pretty much all the JRPG FF, only FFTA-.

(French) Aren't I subscribed to this already? If you're able to understand fast French, this'll make you laugh for a while.
[vimeo]http://vimeo.com/58200103[/vimeo]
That rocks!
* Eiyeron runs...

358
Miscellaneous / Re: Random YouTube Videos
« on: February 27, 2014, 10:26:30 am »
I love it too, it's quite the private joke at school. (And an ohter private joke runs here because a certain website...)

...
You spin me right round, baby, right round...

359
Humour and Jokes / Re: We should change Omnimaga's name
« on: February 27, 2014, 04:42:15 am »
Google's store isn't as closed as Apple's. Clones and fakes are legion there.

360
Humour and Jokes / Re: We should change Omnimaga's name
« on: February 27, 2014, 04:13:09 am »
:-° ~♪
* Eiyeron runs. Fast.

EDIT : Here. Nailed it.

Pages: 1 ... 22 23 [24] 25 26 ... 101