添加一些关于midi播放的项目
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
#ifndef __ASM_COMMON_H__
|
||||
#define __ASM_COMMON_H__
|
||||
|
||||
#define xl r26
|
||||
#define xh r27
|
||||
#define yl r28
|
||||
#define yh r29
|
||||
#define zl r30
|
||||
#define zh r31
|
||||
#define zero r1
|
||||
#define t0l r18
|
||||
#define t0h r19
|
||||
#define t1l r20
|
||||
#define t1h r21
|
||||
#define t2l r22
|
||||
#define t2h r23
|
||||
#define mixOutl r14
|
||||
#define mixOuth r15
|
||||
#define mixOute t2h
|
||||
#define loopIndex r16
|
||||
|
||||
#define arg0l r24
|
||||
#define arg0h r25
|
||||
#define arg1l r22
|
||||
#define arg1h r23
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user