Fasm updated to official 1.67.13

git-svn-id: svn://kolibrios.org@196 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
heavyiron
2006-10-27 07:38:46 +00:00
parent ae5e114234
commit 8e9cf5aa3a
5 changed files with 8 additions and 5 deletions

View File

@@ -23,7 +23,6 @@ APP_MEMORY = 0x00800000
;; Menuet header
appname equ "FASM "
version equ "1.67.12"
use32
@@ -383,8 +382,6 @@ print_text:
; DATA
header db appname,version,0
text:
db ' INFILE:'
.line_size = $-text
@@ -507,6 +504,8 @@ include 'formats.inc'
include 'x86_64.inc'
include 'tables.inc'
header db appname,VERSION_STRING,0
_logo db 'flat assembler version ',VERSION_STRING,13,10,0
_passes_suffix db ' passes, ',0