This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

If condition in assembly file.

WT_SETUP EQU 1

IF WT_SETUP != 0 . . . . . ENDIF

Why this condition is used in S3C2440's startup.s file.

0