Browse Source

* fixed comment in test

git-svn-id: trunk@38356 -
nickysn 7 years ago
parent
commit
c4f66a2492
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/test/tasm23.pp

+ 1 - 1
tests/test/tasm23.pp

@@ -4,7 +4,7 @@ program tasm23;
 
 
 procedure t; assembler;
 procedure t; assembler;
 asm
 asm
-  mov ax, [bx[5]][di][54][-17][45][4] { mov ax, ss:[bx+di+5Bh] }
+  mov ax, [bx[5]][di][54][-17][45][4] { mov ax, [bx+di+5Bh] }
 end;
 end;
 
 
 begin
 begin