Aug. 30, 2010
9:39 p.m.
Hi Eliot, I cant use those thinks because im not in Smalltalk at the time, im in Java on the JVM. (Did someone say 'challenge') I thought about the store question in the shower this morning and I think it means take the top of the stack but dont pop it. Please let me know if Im wrong? Rgs, James.
Hi James,
perhaps you could use the implementations of ContextPart pushRemoteTemp:inVectorAt: popIntoRemoteTemp:inVectorAt: storeIntoRemoteTemp:inVectorAt: (& Interpreter pushRemoteTemp:inVectorAt: popIntoRemoteTemp:inVectorAt: if you have them to hand) as the spec and check the documentation. The intent is that k..k is the index of the temp containing the remote vector and j..j is the index in the remote temp vector.
cheers Eliot