Show
Ignore:
Timestamp:
10/07/08 21:05:49 (3 months ago)
Author:
fujidig
Message:

memexpand を実装

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/javascript/hsp-on-js/trunk/src/t.hsp

    r20912 r20926  
    11a = "" 
    2 poke a, 0, 0x82 
    3 poke a, 1, 0xA0 
    4 getstr b, a, 0, 0, 1 
    5 mes strsize 
    6 mes b 
    7 mes stat 
    8  
    9 mes 
    10  
    11 a = "__abc" 
    12 poke a, 0, 0x82 
    13 poke a, 1, 0x00 
    14  
    15 getstr b, a 
    16 mes strsize 
    17 mes b 
    18 mes stat 
    19  
    20 mes 
    21  
    22 a = "_aa" 
    23 poke a, 0, 0x82 
    24  
    25 getstr b, a, 0, 'a' 
    26 mes strsize 
    27 mes b 
    28 mes stat 
     2memexpand a, 100 
     3poke a, 64