Advertisement
KipIngram

Untitled

May 13th, 2023
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. : offset find base.h @ - ;
  2. : cfa! curr @ @ h! ;
  3. : here dp.b @ base.b @ - ;
  4. : addr base.b @ + ;
  5.  
  6. offset h, const [h,]
  7. offset create const [create]
  8. offset cfa! const [cfa!]
  9.  
  10. : builds> 0 lit [h,] b, [create] b, (does) lit [cfa!] b, ; immed
  11. : does> (;) b, here curr @ @ pfa h@ addr 4+ h! ; immed
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement