Browse Source

Added some comments and a CVS header.

dtrg 17 years ago
parent
commit
5165f0b11f
1 changed files with 14 additions and 0 deletions
  1. 14 0
      mach/i86/libem/strhp.s

+ 14 - 0
mach/i86/libem/strhp.s

@@ -1,8 +1,22 @@
+! $Source$
+! $State$
+! $Revision$
+
 .sect .text; .sect .rom; .sect .data; .sect .bss
 .sect .text
 .define	.strhp
 .extern .reghp, .limhp, EHEAP, .trp
 
+! Updates the heap pointer:
+!
+! int .strhp(void* newpointer)
+!
+! .reghp is the current heap pointer;
+! .limhp is the current top of memory.
+!
+! If the desired new heap pointer is above the top of memory, then BRK is
+! called to extend the memory.
+
 .strhp:
 	pop	bx
 	pop	ax