home *** CD-ROM | disk | FTP | other *** search
- ;===================================================================
- ;=================== Private Msg handler =========================
- ;
- ; Note; remember to set the Private message word in 'base!'
- ____________________________________________________________________
- .WT_PrivateMsg_Handler%
-
- add 15,15,11,lsl#2 ; R11 will be filtered with the
- mov 0,0 ; Private message word, so no
- ; need for checking
- b first_message ; 0
- ; b second_message ; 1
- ; b third_message ; 2
- ;....
- ; b 256th_message ; 255
- ____________________________________________________________________
- .first_message push 0-8,14
-
- pop^
- ____________________________________________________________________
-