Hi guys im new to assembly programming and need some help. I have a linked list of strucs which contains details about people. Each struc contain details about each persons age,height,weight....etc.

I want to now detach or 'delink' one of the strucs from the linked list and store it into free temp storage space in 'freeSpace' that i have allocated. How do i actually go about and do this? i dont know which instruction to use and how to actually detach the whole record (one record has a total size of 52bytes).

Any help is appreciated.