Search found 85 matches

by lazyprogramer
Wed Oct 05, 2011 1:44 pm
Forum: Off Topic
Topic: show fs
Replies: 6
Views: 15203

Re: show fs

I've found this Windows tool:
Paragon Partition Manager™ 11 Personal Demo

You can save the data for example of an SD card in a file, that's nice.
by lazyprogramer
Fri Sep 30, 2011 1:23 pm
Forum: Off Topic
Topic: show fs
Replies: 6
Views: 15203

Re: show fs

eh... I just want to read an SD card on the computer which shows me the hole content of the card, similar to this: 0009728 49 4f 20 20 20 20 20 20 53 59 53 27 00 00 00 00 IO .SYS 0009744 00 00 00 00 00 00 08 5d 62 1b 1d 00 16 9f 00 00 0009760 4d 53 44 4f 53 20 20 20 53 59 53 27 00 00 00 00 MSDOS .SY...
by lazyprogramer
Thu Sep 29, 2011 4:29 pm
Forum: Off Topic
Topic: show fs
Replies: 6
Views: 15203

show fs

Hi!

Does anyone know a tool to show the filesystem for example of an SD card as a file? I want to see the hole filesystem with its strucure not only the files and folders.
by lazyprogramer
Sat Sep 03, 2011 12:02 pm
Forum: devkitARM
Topic: compiler opitions for machine code
Replies: 9
Views: 11585

Re: compiler opitions for machine code

I've writen a console (including printf), but for display anything on the screen I have to find out more about the PICA200 and display memory.
by lazyprogramer
Mon Aug 29, 2011 7:30 pm
Forum: devkitARM
Topic: compiler opitions for machine code
Replies: 9
Views: 11585

Re: compiler opitions for machine code

Also for put() we have to communicate with the 3DS' GPU and we don't know anything about it...
by lazyprogramer
Sun Aug 28, 2011 7:47 pm
Forum: devkitARM
Topic: compiler opitions for machine code
Replies: 9
Views: 11585

Re: compiler opitions for machine code

Before you have printf you must have the means to output a single character, before you output a single character you must have the ability to run code ... In theory, yes devkitARM can compile code for the 3DS, given that there is no known way to boot our own code in 3DS mode we have no way to test...
by lazyprogramer
Sat Aug 27, 2011 8:47 pm
Forum: devkitARM
Topic: compiler opitions for machine code
Replies: 9
Views: 11585

Re: compiler opitions for machine code

@
printf has dependancies
:
What about rewriting printf? This could be done easily.
by lazyprogramer
Wed Aug 24, 2011 7:42 pm
Forum: devkitARM
Topic: compiler opitions for machine code
Replies: 9
Views: 11585

Re: compiler opitions for machine code

Actually I don't want to use dll files and I think the system doesn't support it.
To say the truth, I wanted to build code for the 3DS.
What is the problem if we want to compile this HelloWorld asm for the 3DS system? Could we use devkitARM at least?
by lazyprogramer
Wed Aug 24, 2011 1:26 pm
Forum: devkitARM
Topic: compiler opitions for machine code
Replies: 9
Views: 11585

compiler opitions for machine code

Hi, I have a question about devkitARM and maybe you can help me: What do I have to do when I want to compile an assembly language script like this: .syntax unified .global main main: push {ip, lr} ldr r0, =message bl printf mov r0, #0 @ Return 0. pop {ip, pc} message: .asciz "Hello, world.\n&qu...
by lazyprogramer
Tue Aug 23, 2011 10:43 am
Forum: Off Topic
Topic: random 3DS discussion
Replies: 10
Views: 22541

Re: random 3DS discussion

Could we use devkitARM for compiling code for ARM11 (processors of the 3DS)?