Here is what I have . official Nintendo eprom carts for GBA (yes also SP) . official Nintendo eprom carts for GBC They *DO REQUIRE* official Nintendo...
nru
twkatx@...
Jun 30, 2003 1:27 pm
14392
Hi Pete Not sure if this is what you're after. It's a technique I used to get the start of the heap on the PSX. You can assign values to variables from a link...
... to program my robot via the serial port. Will this suit my needs? In order to debug serial port code, you may want to get a UART cable. There's one built...
Hi I'm planning on buying a 64Mb flash2advance bundle pack with a USB linker from success compu. I want to develop code using goldroad and load it into the...
Hi all, How do I tell "as" that a certain symbol represents a register? So, for example, if "fubar" was set to be equivalent to "r2" then this.. mov fubar,#0 ...
... Which card is it? The 256Mb F2A cart uses two interleaved Intel i28F128J3A flash roms, just like the old Visoly 256Mb FA Turbo. It works as-is with mb...
Steven Fuller
relnev@...
Jun 30, 2003 12:55 am
14386
... That's true, but it's only for demos really so I'm not too fussed. The overall objective is to have a way to jump from USER mode to FIQ mode, preferably...
Pete
dooby@...
Jun 27, 2003 1:30 pm
14385
... Dangerous. If these "magic SWIs" you speak of are what I think they are (words in the range [0x02000000:0x03ffffff] that happen to follow the SWI dispatch...
Hi all, I want to implement either a Multiboot image or ROM (or preferably, an easy switch between the two) which handles one or more of the 'magic' SWIs which...
Pete
dooby@...
Jun 26, 2003 12:25 am
14383
Hi all, I know it's been done before but it's been ages since I released anything, so here's a snapshot of something I'm working on. It's a rotating ...
Pete
dooby@...
Jun 26, 2003 12:25 am
14382
Officiall comments by Alex Kampl / Lik Sang Intl. I hope with the following Information I am able to give you a little insight into the recent happenings and...
Will the multiboot cable still be available? Luckly for the hard core home brew person there are already plans for flash carts for the agb. As long as the...
Daniel
webmaster@...
Jun 20, 2003 9:23 pm
14379
I would like to know what this 'embedded security' is? I'm sure the entire case was dependant upon this so called 'embedded security'. As we all know the GB/C...
Hi, I just came accross that news about the case opposing Nintendo to LikSang. I thought it might be of interest... So I guess people have to rush to FLinker ...
Hi me, ... I just managed to find out the answer to the question on my own. It's Rs. Still, it might be a useful optimisation technique so hopefully you'll...
Hi folks, The ARM docs say that multiply takes 1+m cycles to execute, where m is: + 1 if bits 32-8 of the multiplier operand are all zero or one + 2 if bits...
1) bl does this : lr = pc (r14 = r15) pc = target 2) You can't. If you haven't saved lr by the time you do a second "bl", the return address is lost forever. ...
Jonathan Perret
jonathan.perret@...
Jun 18, 2003 3:20 pm
14374
'BL' Puts the PC into r14 before jumping to the new address. If you want to nest them then you must move r14 in to a temporary register or on to a stack. ... ...
2 Questions: 1) What registers are affected by using " bl" ? 2)How many times can I nest "BL" before I have problems? i.e. code bl there ;brach to sub...
Daniel
webmaster@...
Jun 18, 2003 2:59 pm
14372
I don't think there are any tools for Mac. Maybe it would work to use Virtual PC, etc to use one of the Windows/DOS send tools? ... From: Mark Bishop To:...
Just a quick query; are there any USB linkers which have Mac OS X compatible software? If so, which? Does anybody have any recommendations? Also, does anybody...
Mark Bishop
sealFin@...
Jun 16, 2003 4:32 pm
14370
In DKA5 beta 3, if you load a .elf file and try to step through the startup code using the disassembler, VisualBoy Advance crashes. There appears to be an...
Jason Wilkins
fenix@...
Jun 16, 2003 8:22 am
14369
hiya quick question: is it safe to call a swi in interrupt handler (that is - swi within a swi :) or this can lead to crash/locking condition? ph0x...
... Once I've built a ROM image with PogoShell's tools, I write it to my Visoly Flash Advance 256 Mbit cart by inserting the cart into the GBA, connecting the...