|
27 | 27 | # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
28 | 28 | #########################################################################
|
29 | 29 |
|
30 |
| -.equ p4_low_b0, (0x0101) |
31 |
| -.equ p4_low_b1, 0x0100 |
32 |
| -.equ p4_low_b2, 0x0001 |
33 |
| -.equ p4_low_b3, 0x0000 |
34 |
| -.equ p4_high_b0, 0x1b1b |
35 |
| -.equ p4_high_b1, 0x1b00 |
36 |
| -.equ p4_high_b2, 0x001b |
37 |
| -.equ p4_high_b3, 0x0000 |
| 30 | +#define p4_low_b0 (0x0101) |
| 31 | +#define p4_low_b1 0x0100 |
| 32 | +#define p4_low_b2 0x0001 |
| 33 | +#define p4_low_b3 0x0000 |
| 34 | +#define p4_high_b0 0x1b1b |
| 35 | +#define p4_high_b1 0x1b00 |
| 36 | +#define p4_high_b2 0x001b |
| 37 | +#define p4_high_b3 0x0000 |
38 | 38 |
|
39 |
| -.equ p1_low_b0, (0x0145) |
40 |
| -.equ p1_low_b1, 0x0000 |
41 |
| -.equ p1_low_b2, 0x0000 |
42 |
| -.equ p1_low_b3, 0x0000 |
43 |
| -.equ p1_high_b0, 0x1db7 |
44 |
| -.equ p1_high_b1, 0x0000 |
45 |
| -.equ p1_high_b2, 0x0000 |
46 |
| -.equ p1_high_b3, 0x0000 |
| 39 | +#define p1_low_b0 (0x0145) |
| 40 | +#define p1_low_b1 0x0000 |
| 41 | +#define p1_low_b2 0x0000 |
| 42 | +#define p1_low_b3 0x0000 |
| 43 | +#define p1_high_b0 0x1db7 |
| 44 | +#define p1_high_b1 0x0000 |
| 45 | +#define p1_high_b2 0x0000 |
| 46 | +#define p1_high_b3 0x0000 |
47 | 47 |
|
48 |
| -.equ p0_low_b0, (0x0145) |
49 |
| -.equ p0_low_b1, 0x0000 |
50 |
| -.equ p0_low_b2, 0x0000 |
51 |
| -.equ p0_low_b3, 0x0000 |
52 |
| -.equ p0_high_b0, 0x0000 |
53 |
| -.equ p0_high_b1, 0x0000 |
54 |
| -.equ p0_high_b2, 0x0000 |
55 |
| -.equ p0_high_b3, 0x0000 |
| 48 | +#define p0_low_b0 (0x0145) |
| 49 | +#define p0_low_b1 0x0000 |
| 50 | +#define p0_low_b2 0x0000 |
| 51 | +#define p0_low_b3 0x0000 |
| 52 | +#define p0_high_b0 0x0000 |
| 53 | +#define p0_high_b1 0x0000 |
| 54 | +#define p0_high_b2 0x0000 |
| 55 | +#define p0_high_b3 0x0000 |
56 | 56 |
|
57 |
| -.equ br_low_b0, (0x001b) |
58 |
| -.equ br_low_b1, 0x0000 |
59 |
| -.equ br_low_b2, 0x0000 |
60 |
| -.equ br_low_b3, 0x0000 |
61 |
| -.equ br_high_b0, 0x001b |
62 |
| -.equ br_high_b1, 0x0000 |
63 |
| -.equ br_high_b2, 0x0000 |
64 |
| -.equ br_high_b3, 0x0000 |
| 57 | +#define br_low_b0 (0x001b) |
| 58 | +#define br_low_b1 0x0000 |
| 59 | +#define br_low_b2 0x0000 |
| 60 | +#define br_low_b3 0x0000 |
| 61 | +#define br_high_b0 0x001b |
| 62 | +#define br_high_b1 0x0000 |
| 63 | +#define br_high_b2 0x0000 |
| 64 | +#define br_high_b3 0x0000 |
65 | 65 |
|
66 | 66 | ASM_DEF_RODATA
|
67 | 67 | .align 4
|
|
0 commit comments