I'm totally lost when it comes to using pep/8... Here's what I need to do, can anyone help?
- Store the decimal value 25 in memory, beginning at location 0x20, then
- Store the decimal value 100 in memory, beginning at location 0x22, then
- Add the two numbers that are stored at those locations together, and store the result, beginning at memory
location 0x24