User Tools

Site Tools


lowering_himem_proc_fn

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

lowering_himem_proc_fn [2024/07/06 12:01] โ€“ created richardrusselllowering_himem_proc_fn [2024/07/06 12:40] (current) โ€“ richardrussell
Line 15: Line 15:
 To successfully reserve a block of memory, by lowering HIMEM, **within** a procedure or function is more complicated.  It involves copying the contents of the stack from its original location to a new location, so that it no longer occupies the reserved memory region. To successfully reserve a block of memory, by lowering HIMEM, **within** a procedure or function is more complicated.  It involves copying the contents of the stack from its original location to a new location, so that it no longer occupies the reserved memory region.
  
-The code below can be used to achieve this.  Note that the block of reserved memory begins at the (new) value of HIMEM, **not** at ''b% %'' as the code might superficially suggest:+The code below can be used to achieve this.  Note that the block of reserved memory begins at the (new) value of HIMEM, **not** at ''b%โ€‹%'' as the code might superficially suggest:
  
 <code bb4w> <code bb4w>
lowering_himem_proc_fn.txt ยท Last modified: 2024/07/06 12:40 by richardrussell