Advertisement
Zeda

Is_2_Byte

Jan 4th, 2012
439
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ;===============================================================
  2. Is_2_Byte:
  3. ;===============================================================
  4.           sub $EF \ ret z        ;ef
  5.           add a,34h \ ret z      ;bb
  6.           add a,3Dh \ ret z      ;7E
  7. Is_Var_Name:
  8. ;Before calling this, add 82h to a
  9.           sub 2Ch \ ret z        ;AA
  10.           add a,47h \ ret z      ;63
  11.           inc a \ ret z
  12.           inc a \ ret z
  13.           inc a \ ret z
  14.           add a,2 \ ret z
  15.           inc a \ ret z
  16.           inc a \ ret
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement