Browse Source

* add byte ptr

peter 20 years ago
parent
commit
53dd50db60
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/tbs/tb0106.pp

+ 1 - 1
tests/tbs/tb0106.pp

@@ -15,7 +15,7 @@ begin
   l[i]:=35;
  asm
         mov     eax,3
-        mov     l[eax*4],55
+        mov     byte ptr l[eax*4],55
  end;
  if l[3]<>55 then
    begin