Click here to Skip to main content
15,891,431 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Write a program in AVR Assembly language that stores the decimal value 28 into location 0x120 of RAM


What I have tried:

I want a code for this question
Posted
Updated 21-Oct-20 20:20pm
Comments
jeron1 21-Oct-20 16:44pm    
There is no question.
Richard MacCutchan 22-Oct-20 4:28am    
When you are given an assignment you should at least make an effort to complete it, rather than just post it here and expect someone else to do your work.

If you're looking for someone to write the code for you, you've come to the wrong site.
 
Share this answer
 
The good news is that AVR assembly manuals are freely available at Microchip website:

AVR Assembler[^]

AVR Instruction Set Manual[^]

The ldi and sts instructions look promising.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900