WinAsm Studio, The Assembly IDE - Free Downloads, Source Code
Articles
Programming Quick Start
32-bit Assembler is Easy
Porting Iczelion tutorials
What is FASM
Hard Drive Recovery
Wiring your own LAN
 
Forum
 

LNK1123

Hindi93
Quote Post


New Member
*

Group: Members
Posts: 1
Member No.: 58724
Joined: 28-June 13


Hallo,
my program looks like:
CODE
�.MODEL Large
�.STACK 100h
�.DATA
Meldung DB "Hallo Welt$"
�.CODE
Start: �mov ax,@data
�mov ds,ax
�mov dx,OFFSET Meldung
�mov ah,09h
�int 21h
�mov ah,4Ch
�int 21h
END Start

i can compile it with
CODE
ml /c hallo.asm

but evrytime i whant to link my program with
CODE
link hallo

i get the fallowing error message:
CODE
LINK : error : Segment reference in fixup record
hallo.obj : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt

the windowssite about says the same, but it makes no sence for me... Can someone help me may be?

Sponsored Links
PMEmail Poster
Top
Slider
Quote Post


Extremely Active Member
******

Group: Moderators
Posts: 313
Member No.: 5004
Joined: 11-May 07


Your code assembles and links fine.

Are you using the 16 bit version of link ?

Andy
PMEmail Poster
Top
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

Topic Options Reply to this topicStart new topicStart Poll

 

Sponsors
Computer Science

Internet
C/C++
Hardware & PC maintenance

HiEditor

General Discussions
Suggestions/Bug Reports
WinAsm Studio

General Discussions
Suggestions/Bug Reports
WinAsm Studio FAQ
Multilingual User Interface
Add-Ins
Assembly Programming

Main
Newbies
Projects
Custom Controls
Snippets
Announcements & Rules

Announcements

General

Online Degrees - Distance Learning
The Heap
Russian