fasm 1.67.23

git-svn-id: svn://kolibrios.org@624 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
heavyiron
2007-09-12 20:28:50 +00:00
parent 63328e8522
commit 48a2a652db
5 changed files with 72 additions and 28 deletions

View File

@@ -639,6 +639,18 @@ parse_line_contents:
push esi
movzx ecx,byte [esi]
inc esi
push esi ecx
push edi
call get_symbol
pop edi
jc parse_public_label
cmp al,1Dh
jne parse_public_label
add esp,12
stos word [edi]
jmp parse_public_directive
parse_public_label:
pop ecx esi
mov al,2
stos byte [edi]
call get_label_id