forked from KolibriOS/kolibrios
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user