Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/04/03 17:52
Read: times


 
#42904 - SDCC and DB ASM function
Hello

I'm porting an Assembler code to inline-assembler under SDCC.
I'm having some problems with some usual ASM function such as DB.
_asm
$0050:
DB "Test",0
_endasm;

It give me errors on the DB "Test",0 line.
How can I have this code to work under SDCC?

List of 4 messages in thread
TopicAuthorDate
SDCC and DB ASM function            01/01/70 00:00      
   RE: SDCC and DB ASM function            01/01/70 00:00      
   RE: SDCC and DB ASM function            01/01/70 00:00      
      RE: SDCC and DB ASM function            01/01/70 00:00      

Back to Subject List