Skip to main content
Visitor II
May 4, 2009
Question

How to Redirected asm code section to .usr_text?

  • May 4, 2009
  • 3 replies
  • 710 views
Posted on May 05, 2009 at 00:24

How to Redirected asm code section to .usr_text?

    This topic has been closed for replies.

    3 replies

    wolverAuthor
    Visitor II
    May 17, 2011
    Posted on May 17, 2011 at 15:03

    Hello

    I use STVD(Cosmic), I want to Redirected crtsi0.s to .usr_text, But compiler error!

    See att. about my configure...

    How to resolved it?

    Regards

    wolver

    [ This message was edited by: wolver on 02-05-2009 09:11 ]

    Visitor II
    May 17, 2011
    Posted on May 17, 2011 at 15:03

    try using

    .usr_text: section .text

    instead of

    switch usr_text

    Regards,

    Luca (Cosmic)

    wolverAuthor
    Visitor II
    May 17, 2011
    Posted on May 17, 2011 at 15:03

    Hi Luca

    Thank you!

    Regards

    wolver