1 #ifndef __ROMIMAGE_MACRO_H
2 #define __ROMIMAGE_MACRO_H
4 /* The LIST command is used to include comments in the script */
8 /* The ED command is used to write a 32-bit word */
21 /* The EW command is used to write a 16-bit word */
34 /* The EB command is used to write an 8-bit word */
47 /* The WAIT command is used to delay the execution */
62 /* The DD command is used to read a 32-bit word */
63 .macro DD
, addr
, addr2
, nr
73 #endif /* __ROMIMAGE_MACRO_H */