1 #ifndef __ZBOOT_MACRO_H
2 #define __ZBOOT_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 */
19 /* The EW command is used to write a 16-bit word */
30 /* The EB command is used to write an 8-bit word */
41 /* The WAIT command is used to delay the execution */
42 .macro WAIT
, time
, reg
57 /* The DD command is used to read a 32-bit word */
65 #endif /* __ZBOOT_MACRO_H */