Inform - Support - Source

Back to List

Inventory
Complete

Backward
Forward

Plain
Coloured
Gaudy

This code
in plain text

Browsing parserm.h

MoveWord (lines 3658-3668)

3658  !  MoveWord copies word at2 from parse buffer b2 to word at1 in "parse"
3659  !  (the main parse buffer)
3660  ! ----------------------------------------------------------------------------
3661   
3662  #Ifdef TARGET_ZCODE;
3663   
3664  [ MoveWord at1 b2 at2 x y;
3665      x = at1*2-1; y = at2*2-1;
3666      parse-->x++ = b2-->y++;
3667      parse-->x = b2-->y;
3668  ];


Last updated 27 February 2004. The librarian in charge of this page is Graham Nelson (graham@gnelson.demon.co.uk) assisted by C Knight. Please email any comments, suggestions or corrections to cedenqs@inform-fiction.org.