Geekboy

Untitled

Feb 13th, 2012
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Command set:
  2.     SetS Sets the ok to send flag
  3.     ResS Resets the ok to send flag  note i see no applicable use other than to change data if the data in the buffer was not sent in a reasonable time
  4.     SetR Sets the "you got data" flag, only applicable use is to block incoming messages
  5.     ResR Resets the "You got data flah" Allows more data to come in
  6.    
  7.     GetS returns the send buffer flag
  8.     GetR returns the recieve buffer flag
  9.    
  10.     CnKey mimics axes just is Cn2.2 compatable
  11.    
  12. Pointers:
  13.     Uid  Your calc id
  14.     SendId The calc id you are sending to
  15.     RecvId The incoming calc id
  16.     InDat Incoming data buffer
  17.     OutDat Outgoing data buffer
  18.    
  19.     SRam First useable point on L1
Advertisement
Add Comment
Please, Sign In to add comment