fasm 1.67.18 from Tomasz Grysztar

"Fixed a small mistake in the recent corrections of logical expression parser"

git-svn-id: svn://kolibrios.org@253 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
heavyiron
2006-12-27 21:25:01 +00:00
parent 63e2b216d4
commit d40f7261aa
3 changed files with 6 additions and 5 deletions

View File

@@ -5,12 +5,11 @@
preprocessor:
mov edi,characters
mov ecx,100h
xor al,al
make_characters_table:
stosb
inc al
loop make_characters_table
jnz make_characters_table
mov esi,characters+'a'
mov edi,characters+'A'
mov ecx,26