Inform - Support - Source

Back to List

Inventory
Complete

Backward
Forward

Plain
Coloured
Gaudy

This code
in plain text

Browsing parserm.h

DebugParameter (lines 5229-5238)

5229  #Ifnot; ! TARGET_GLULX
5230   
5231  [ DebugParameter w endmem;
5232      print w;
5233      @getmemsize endmem;
5234      if (w >= 1 && w < endmem) {
5235          if (w->0 >= $70 && w->0 < $7F) print " (", (name) w, ")";
5236          if (w->0 >= $60 && w->0 < $6F) print " ('", (address) w, "')";
5237      }
5238  ];


Last updated 27 February 2004. This site is no longer supported; information may be out of date.
Maintained as a historical archive by the Interactive Fiction Technology Foundation. Copyright 1993-2018 IFTF, CC-BY-SA unless otherwise noted.
This page was originally managed by Graham Nelson assisted by C Knight.