Search:

Type: Posts; User: Salem

Search: Search took 0.38 seconds.

  1. Thread: MISRA rule 54

    by Salem
    Replies
    8
    Views
    4,590

    > I am using nops to reserve a large chunk of...

    > I am using nops to reserve a large chunk of instruction memory.
    If your next comment is "I want to put some code there later", then why are you bothering checking with MISRA if you're going to...
  2. Thread: MISRA rule 54

    by Salem
    Replies
    8
    Views
    4,590

    The 'C' language 'nop' is a ; As in (in MISRA...

    The 'C' language 'nop' is a ;

    As in (in MISRA terms)


    while ( 1 )
    ;


    But that won't create a single "nop" instruction in the assembler, it will simply be removed.
Results 1 to 2 of 2