#130686 - deepak - Wed Jun 06, 2007 5:26 pm
Hi, Ive been trying to get some sound of my gba, I can't get any sound(probably It's not that hard but It's also hard to figure out what's wrong when you haven't been doing this for that long) and I'm quite sure I would need more code to do it, however; This is how I thaugt it would be written:
And also I think someone should ad a newbie section for these kind of questions, in the asm section I meen, I know there is one but it's hard to sort out everything regarding everything else since C++ is as popular as it is.
//Robert[/code]
| Code: |
|
tone: mov r0, #0x4000000 add r0, r0, #80 mov r1, #10 str r1, [r0] b tone |
And also I think someone should ad a newbie section for these kind of questions, in the asm section I meen, I know there is one but it's hard to sort out everything regarding everything else since C++ is as popular as it is.
//Robert[/code]