fasm version 1.67.34 (Feb 22, 2009)

[-] Fixed small bug with DT directive far pointer syntax.
Visit http://flatassembler.net/ for more information.

git-svn-id: svn://kolibrios.org@1044 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
heavyiron 2009-03-05 00:32:57 +00:00
parent f6697caafb
commit e275f0a5d1
2 changed files with 3 additions and 1 deletions

View File

@ -1641,6 +1641,8 @@ data_twords:
complex_tword:
call get_word_value
push eax
cmp byte [esi],':'
jne invalid_operand
inc esi
lods byte [esi]
cmp al,'('

View File

@ -33,7 +33,7 @@
; cannot simply be copied and put under another distribution licence
; (including the GNU Public Licence).
VERSION_STRING equ "1.67.33"
VERSION_STRING equ "1.67.34"
VERSION_MAJOR = 1
VERSION_MINOR = 67