
Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN: 9780133594140
Author: James Kurose, Keith Ross
Publisher: PEARSON
expand_more
expand_more
format_list_bulleted
Question
thumb_up100%
the class im taking is assembly
i have wrote the program but gets a linking error. but successfully compiles. i have attached a screenshot of my work. please review and show me how to fix please. thank you very much!
![;Compiler i used: Visual Studio 2019
9
10
11 ;start of program
12
13. INCLUDE C:\Irvine\Irvine32.inc
14
15
.code
16
17 FindLargest PROC,
18 array_num: PTR DWORD,
19
arraySize: DWORD
20
21
mov esi, array_num
22 mov ecx, arraySize
23 mov eax, [esi]
24
dec ecx
25
scan_array:
26
add esi, 4
27
mov ebx, [esi]
28
cmp ebx, eax
29
JLE check_number
30
mov eax, ebx
31
check_number:
32 loop scan_array
33
ret
34 FindLargest ENDP
35
END
36
%
No issues found
put
ow output from: Build
- Build started: Project: project 11, Configuration: Debug Win32
•Assembling
14
LINK error LNK2001: unresolved external symbol _mainCRTStartup
C:\Users\-source\repos\project 11\Debug\project 11.exe: fatal error LNK1120: 1 unresolved externals
Done building project "project 11.vcxproj" FAILED.
========= Build: 0 succeeded, 1 failed, up-to-date, 0 skipped
--
==========](https://content.bartleby.com/qna-images/question/78219339-69d8-4c30-8ce3-955b6e548511/f4b4a38f-d1d4-4600-acb1-b1f7f8fa50d4/2cxbzva_thumbnail.jpeg)
Transcribed Image Text:;Compiler i used: Visual Studio 2019
9
10
11 ;start of program
12
13. INCLUDE C:\Irvine\Irvine32.inc
14
15
.code
16
17 FindLargest PROC,
18 array_num: PTR DWORD,
19
arraySize: DWORD
20
21
mov esi, array_num
22 mov ecx, arraySize
23 mov eax, [esi]
24
dec ecx
25
scan_array:
26
add esi, 4
27
mov ebx, [esi]
28
cmp ebx, eax
29
JLE check_number
30
mov eax, ebx
31
check_number:
32 loop scan_array
33
ret
34 FindLargest ENDP
35
END
36
%
No issues found
put
ow output from: Build
- Build started: Project: project 11, Configuration: Debug Win32
•Assembling
14
LINK error LNK2001: unresolved external symbol _mainCRTStartup
C:\Users\-source\repos\project 11\Debug\project 11.exe: fatal error LNK1120: 1 unresolved externals
Done building project "project 11.vcxproj" FAILED.
========= Build: 0 succeeded, 1 failed, up-to-date, 0 skipped
--
==========
Expert Solution

This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution
Trending nowThis is a popular solution!
Step by stepSolved in 2 steps

Knowledge Booster
Similar questions
- what is User Interface ? do it with your own wordarrow_forwardDescribe the different functions that are available in Visual Studio. Please walk me through the process of creating a basic window application.arrow_forwardHello! Need help with this. Need to create a JavaFX Project that displays the respective colored circle and rectangle. for program 2, I need to code a drawing of an emoji as shown in the image. Both need to be under one project. Thank you!arrow_forward
- History Bookmarks Window Help A augie.instructure.com Of the choices, this represents the language that is most difficult for a human to read. assembly high-level machine No answer text provided. 0.5 points An is a reusable software component and can take the form of a date, time, audio, video, etc. type your answer... 0.5 points Which of the following is NOT an example of a Python Standard Library module? math sys json randomize tv 4 MacBook Pro Q Search or enter website name O000arrow_forwardThe class I'm taking is assembly programming. I am completely stuck. I keep getting multiple errors! help! Can you please write out program so I can compare where I went wrong. I need to successfully run and compile in visual studio. I have been working on this all week and still can't solve it. I have attached the problem. Please view both attachments before answering. Thank you so much for your help! Any help is greatly appreciated.arrow_forward
arrow_back_ios
arrow_forward_ios
Recommended textbooks for you
- Computer Networking: A Top-Down Approach (7th Edi...Computer EngineeringISBN:9780133594140Author:James Kurose, Keith RossPublisher:PEARSONComputer Organization and Design MIPS Edition, Fi...Computer EngineeringISBN:9780124077263Author:David A. Patterson, John L. HennessyPublisher:Elsevier ScienceNetwork+ Guide to Networks (MindTap Course List)Computer EngineeringISBN:9781337569330Author:Jill West, Tamara Dean, Jean AndrewsPublisher:Cengage Learning
- Concepts of Database ManagementComputer EngineeringISBN:9781337093422Author:Joy L. Starks, Philip J. Pratt, Mary Z. LastPublisher:Cengage LearningPrelude to ProgrammingComputer EngineeringISBN:9780133750423Author:VENIT, StewartPublisher:Pearson EducationSc Business Data Communications and Networking, T...Computer EngineeringISBN:9781119368830Author:FITZGERALDPublisher:WILEY

Computer Networking: A Top-Down Approach (7th Edi...
Computer Engineering
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:PEARSON

Computer Organization and Design MIPS Edition, Fi...
Computer Engineering
ISBN:9780124077263
Author:David A. Patterson, John L. Hennessy
Publisher:Elsevier Science

Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:9781337569330
Author:Jill West, Tamara Dean, Jean Andrews
Publisher:Cengage Learning

Concepts of Database Management
Computer Engineering
ISBN:9781337093422
Author:Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:Cengage Learning

Prelude to Programming
Computer Engineering
ISBN:9780133750423
Author:VENIT, Stewart
Publisher:Pearson Education

Sc Business Data Communications and Networking, T...
Computer Engineering
ISBN:9781119368830
Author:FITZGERALD
Publisher:WILEY