Question: How would we write assembly code for a linked list? We want to extract the positive and negative numbers, but the part I'm struggling with

How would we write assembly code for a linked list? We want to extract the positive and negative numbers, but the part I'm struggling with is how to make the linked list , especially since the sections (A,B,C, etc.) are so different. We use the NIOSII interface for assembly language.
IN LINKED LIST A word 1 word B B: word -1 word C C: word -2 word E 8 D: word 2 word C E word 0 word K F word word G G word 100 word J H word Oxffffff9c word E I word Oxff9c word H J: word 0b1 111 word IN LINKED LIST 0x40 K byte 0x01 byte 0x02 byte 0x03 byte 0x04 word 0 Used only in Part 3 address K address K+1 address K-12 address K+3
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
