Lines Matching refs:access
32 create access-test
43 " l,+" access-test la1+ word-test = .passed?
51 " w@.1" access-test w@ h# 8000 = .passed?
52 " w@.2" access-test wa1+ w@ h# 4000 = .passed?
57 " <w@" access-test <w@ h# ffff8000 = .passed?
58 " l@.1" access-test l@ h# 80004000 = .passed?
67 " 2!.1" 1 2 access-test 2! access-test @ 2 =
68 access-test cell+ @ 1 = and .passed?
69 " 2@.1" access-test 2@ 2 = swap 1 = and .passed?