Browse Source

+ added comment in the beginning of seg_bytemove, containing the parameter locations

git-svn-id: trunk@41098 -
nickysn 6 years ago
parent
commit
c6a6cd522f
1 changed files with 5 additions and 0 deletions
  1. 5 0
      packages/graph/src/go32v2/graph.pp

+ 5 - 0
packages/graph/src/go32v2/graph.pp

@@ -157,6 +157,11 @@ const
 
   Procedure seg_bytemove(sseg : word;source : longint;dseg : word;dest : longint;count : longint); assembler;
     asm
+      {# Var sseg located in register ax
+       # Var source located in register edx
+       # Var dseg located in register cx
+       # Var dest located at ebp+12, size=OS_S32
+       # Var count located at ebp+8, size=OS_S32 }
       push edi
       push esi
       push es