Linux MIPS Architecture development
 help / color / mirror / Atom feed
* simple assembler program
@ 2004-07-21  5:17 Roman Mashak
  2004-07-21  5:17 ` Roman Mashak
  2004-07-21  6:56 ` Jan-Benedict Glaw
  0 siblings, 2 replies; 4+ messages in thread
From: Roman Mashak @ 2004-07-21  5:17 UTC (permalink / raw)
  To: linux-mips

Hello!

    I tried to compile simple assembler program:

#define a 1
#define b 2

.ent main
.global main
main:
        li $3, a
        li $2, b
        addu $4, $2, $3
.end main

I use SDE-lite kit version 5.03.06 and compile with sde-as:
#sde-as test.S -o testtest.S: Assembler messages:
test.S:9: Error: absolute expression required `li'
test.S:10: Error: absolute expression required `li'

When I eliminate #define and use just 'li $3, 1' and so on - everything is
compiled correctly. Where is my problem?

Thanks in advance!

With best regards, Roman Mashak.  E-mail: mrv@tusur.ru

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-07-21 13:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-21  5:17 simple assembler program Roman Mashak
2004-07-21  5:17 ` Roman Mashak
2004-07-21  6:56 ` Jan-Benedict Glaw
2004-07-21 13:44   ` Maciej W. Rozycki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox