subject

After the following code executes, what value will be stored at offset [str2+4]?
1: .data
2: str1 byte "aaax",0
3: str2 byte 10 dup(0ffh)
4: .code
5: mov edi,0
6: l1: mov al,[str1+edi]
7: cmp al,0
8: je l2
9: mov [str2+edi],al
10: inc edi
11: jmp l1
12: l2:

a. cannot be determined
b. ascii code of "x"
c. 00h
d. 0ffh

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 05:00
Lisa has a section of her document that she would like to include in the index. which option should lisa choose? mark index mark entry insert endnote add text
Answers: 3
question
Computers and Technology, 22.06.2019 15:00
Who is the first president to use social media as part of his campaign strategy
Answers: 1
question
Computers and Technology, 23.06.2019 05:00
Which best explains why a digital leader would join a society specializing in technology
Answers: 1
question
Computers and Technology, 24.06.2019 10:00
What did i do wrong with this const discord = require('discord.js'); var bot = new discord.client(); const token = 'ntm3mjcxmtu1mjg3ote2ntq2.dyogew.dpfiwfpuifzuzvifop-csuxasnm' const prefix = "! " bot.registry.registergroup('simple', 'simple'); bot.registry.registerdefaults(); bot.registry. + '/commands'); bot.on('message', message => { if(message.content == 'hi! ') { message.channel.send ('@everyone sup, how is @everyone day going'); } if(message.content == 'h3lp') { message.channel.send ('dose not have any commands yet'); } bot.on('ready', function() { console.log("ready") }); bot.login(token);
Answers: 1
You know the right answer?
After the following code executes, what value will be stored at offset [str2+4]?
1: .data <...
Questions
question
History, 05.10.2019 01:00
question
Mathematics, 05.10.2019 01:00
question
Mathematics, 05.10.2019 01:00
question
Social Studies, 05.10.2019 01:00
question
Mathematics, 05.10.2019 01:00
question
Biology, 05.10.2019 01:00