All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dmitriy Tochansky <toch@dfpost.ru>
To: linux-mips@linux-mips.org
Subject: assembler problem
Date: Mon, 26 Jul 2004 20:15:31 +0000	[thread overview]
Message-ID: <41056663.6000304@dfpost.ru> (raw)

Hello!
I have some problem with assembling my program.

Here is a string from source:
*//*/ jal             sdram_memory_test/

in .lst file I got:

/101 00c8 7600000C              jal             sdram_memory_test/

Looking for sdram_memory_test below....

/295 01d8 0000083C              la      ADDR, _etext            /* Start 
addr of test *//

Hm...

Upload test2.bin in 0xbfc00000 on flash. Starting. Debugging....

Everything goes fine but when become time to jump on sdram_memory_test 
it jumps at 0xb00001d8
but I think it must jump to 0xbfc001d8 where real sdram_test is.

Where is the problem?

Dmitriy

                 reply	other threads:[~2004-07-26 16:16 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=41056663.6000304@dfpost.ru \
    --to=toch@dfpost.ru \
    --cc=linux-mips@linux-mips.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.