<> <> <> <<>> <> <<>> DIRECTORY Sisyph USING [Store, Context]; MapCache: CEDAR PROGRAM IMPORTS Sisyph ~ BEGIN <> Init: PUBLIC PROC [cx: Sisyph.Context] ~ { <> Sisyph.Store[cx,"lAId",NEW[INT_10]]; Sisyph.Store[cx,"lVP",NEW[INT_22]]; Sisyph.Store[cx,"lRP",NEW[INT_22]]; Sisyph.Store[cx,"lFlags",NEW[INT_4]]; Sisyph.Store[cx,"lDummyFlags",NEW[INT_6]]; Sisyph.Store[cx,"lResult",NEW[INT_32]]; Sisyph.Store[cx,"jvVP",NEW[INT_0]]; Sisyph.Store[cx,"jRP",NEW[INT_0]]; Sisyph.Store[cx,"jDummyFlags",NEW[INT_22]]; Sisyph.Store[cx,"jFlags",NEW[INT_28]]; Sisyph.Store[cx,"lArguments",NEW[INT_72]]; Sisyph.Store[cx,"iVP",NEW[INT_18]]; Sisyph.Store[cx,"ivVP",NEW[INT_40]]; Sisyph.Store[cx,"iAId",NEW[INT_62]]; }; <<>> END.