ParsX.com
پذیرش پروژه از دانشجویی ... تا سازمانی 09376225339
 
   ProfileProfile   Log in to check your private messagesLog in to check your private messages  |  FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups Log inLog in   RegisterRegister 

کسی نرم افزار ml داره؟

 
Post new topic   Reply to topic    ParsX.com Forum Index -> ساختمان و زبان ماشين
View previous topic :: View next topic  
Author Message
michaelqwerty
مهمون يكي دو روزه


Joined: 10 Mar 2007
Posts: 18

PostPosted: Sat Mar 10, 2007 5:30 pm    Post subject: کسی نرم افزار ml داره؟ Reply with quote

سلام به همگی کسی نرم افزار ML برای برنامه نویسی اسمبلی را داره ؟؟؟؟؟؟
اگه دارین لطفا لینک دانلودش رو اینجا بزارین
کار باهاش هم به ما یاد بدین لطفا Idea
Back to top
vahid
بي تو هرگز


Joined: 26 Nov 2004
Posts: 3067
Location: Tehran

PostPosted: Sun Mar 11, 2007 9:55 pm    Post subject: Reply with quote

http://webster.cs.ucr.edu/AsmTools/MASM/masm32.zip
دانلود كن كار كردن باهاش هم آسونه مي نويسي ml اسم فايلت همه كارها رو مي كنه .
Back to top
michaelqwerty
مهمون يكي دو روزه


Joined: 10 Mar 2007
Posts: 18

PostPosted: Thu Mar 15, 2007 9:36 pm    Post subject: Reply with quote

سلام آقا وحيد
من نمي دونم چرا بعد از دباگ كردن برنامه اين اخطارو مي ده؟؟؟؟؟؟؟؟؟؟؟
C:\masm32\BIN>ml first.asm
Microsoft (R) Macro Assembler Version 6.14.8444
Copyright (C) Microsoft Corp 1981-1997. All rights reserved.

Assembling: first.asm
Microsoft (R) Incremental Linker Version 5.12.8078
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.

/z2
"first.obj"
"first.exe"
NUL
LINK : warning LNK4044: unrecognized option "z2"; ignored
LINK : error : Segment reference in fixup record
first.obj : fatal error LNK1123: failure during conversion to COFF: file invalid
or corrupt

C:\masm32\BIN>
فقط يه فايل obj درست ميشه
Back to top
vahid
بي تو هرگز


Joined: 26 Nov 2004
Posts: 3067
Location: Tehran

PostPosted: Fri Mar 16, 2007 8:23 pm    Post subject: Reply with quote

برنامه ات رو بفرست .
Back to top
michaelqwerty
مهمون يكي دو روزه


Joined: 10 Mar 2007
Posts: 18

PostPosted: Fri Mar 23, 2007 5:28 pm    Post subject: Reply with quote

من با همين برنامه اي كه اين بالا گذاشتين براي دانلود
اين مشكلو پيدا كردم
اين چيزايي هم كه اين بالا كپي كردم محيطي از داس هستش كه وقتي مي خواستم از ml استفاده كنم اين error ها رو داد(first.asm)
Back to top
michaelqwerty
مهمون يكي دو روزه


Joined: 10 Mar 2007
Posts: 18

PostPosted: Sun Mar 25, 2007 6:12 pm    Post subject: Reply with quote

شاید منظور شما سورس برنامه first.asm هستش
ولی من برنامه رو کاملا دباگ کردم و همه ی اشکالاتش رو گرفته بودم
Back to top
michaelqwerty
مهمون يكي دو روزه


Joined: 10 Mar 2007
Posts: 18

PostPosted: Sun Mar 25, 2007 6:39 pm    Post subject: Reply with quote

اینم سورس برنامه:

.model small
.stack 64
.code
start:mov ah,2
mov dl,2
add dl,'0'
int 21h
mov ah,7
int 21h
mov ah,4ch
int 21h
end start
اینم از error ی که میده:
C:\masm32\BIN>ml first.asm
Microsoft (R) Macro Assembler Version 6.14.8444
Copyright (C) Microsoft Corp 1981-1997. All rights reserved.

Assembling: first.asm
Microsoft (R) Incremental Linker Version 5.12.8078
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.

/z2
"first.obj"
"first.exe"
NUL
LINK : warning LNK4044: unrecognized option "z2"; ignored
first.obj : warning LNK4033: converting object format from OMF to COFF
first.obj : warning LNK4078: multiple ".data" sections found with different attr
ibutes (C0220040)
LINK : fatal error LNK1181: cannot open input file "first.exe"

C:\masm32\BIN>
Back to top
vahid
بي تو هرگز


Joined: 26 Nov 2004
Posts: 3067
Location: Tehran

PostPosted: Wed Mar 28, 2007 1:20 pm    Post subject: Reply with quote

اين برنامه برا من اجرا شد و در خروجي هم 2 چاپ مي كنه و اينكه همين ديگه . فكر كنم مشكل از همون z2 باشه . چون براي من هنگام اسمبل كردن ننوشت z2 .
Back to top
michaelqwerty
مهمون يكي دو روزه


Joined: 10 Mar 2007
Posts: 18

PostPosted: Thu Mar 29, 2007 2:08 pm    Post subject: Reply with quote

آقا وحید شاید راهی که من برای اسمبل کردن میرم اشتباه!
میشه بترتیب یه توضیه بدین چه جوری این کارو می- کنید منظورم اسمبل کردن لطفا
من خودم این کارو می کنم
من masm32 رو در یکی از دریوها نصب کردم
بعدش برنامه ای که نوشتم با پسوند asm ذخیره می کنم کپی می کنم تو پوشه bin همون جا که ML هستش
بعدش میرم تو داس از داس وارد پوشه bin میشم
ml و اسم برنامه رو همراه پسوندش مینویسم
بعدش Enter تمام.
Back to top
vahid
بي تو هرگز


Joined: 26 Nov 2004
Posts: 3067
Location: Tehran

PostPosted: Thu Mar 29, 2007 3:54 pm    Post subject: Reply with quote

يه بار ديگه مي خواي نصبش كن . من مي زنم ml file.asm بعد مي زنم link file.obj
Back to top
michaelqwerty
مهمون يكي دو روزه


Joined: 10 Mar 2007
Posts: 18

PostPosted: Mon Apr 09, 2007 10:06 pm    Post subject: Reply with quote

سلام آقا وحید
من این نرم افزارو نصب کردم
ver7,ver8,ver9 هم آزمایش کردم حتی masm قدیمی ها رو امتحان کردم ولی همشون تو link زدن error می دادن
Back to top
michaelqwerty
مهمون يكي دو روزه


Joined: 10 Mar 2007
Posts: 18

PostPosted: Fri Apr 13, 2007 5:34 pm    Post subject: Reply with quote

من ديگه بي خيال masm شدم!!
آقا وحيد يه turbo assembler جديد داري لينكشو اينجا بزاري
Back to top
Display posts from previous:   
Post new topic   Reply to topic    ParsX.com Forum Index -> ساختمان و زبان ماشين All times are GMT + 3.5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum