Update of /cvsroot/mybusinessbasic/mybb
In directory sc8-pr-cvs1:/tmp/cvs-serv30537
Modified Files:
operators.h
Log Message:
added ITR() function and also reworked RTI()
Index: operators.h
===================================================================
RCS file: /cvsroot/mybusinessbasic/mybb/operators.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** operators.h 18 Dec 2003 17:17:31 -0000 1.1
--- operators.h 31 Dec 2003 17:36:36 -0000 1.2
***************
*** 266,269 ****
--- 266,270 ----
#define FNC_INT 0x74
#define FNC_IOR 0x75
+ #define FNC_ITR 0x8DE0
#define FNC_KEY 0x76
#define FNC_LEN 0x77
|