how to declare 1024 nodes of 4 bytes each in assembly language?
user543820 0 Light Poster
Recommended Answers
Jump to Postdid you try something like this?
data db 1024 * size node
Jump to PostHere is a good tutorial about structures in assembly programs
Jump to Postthe problem is that i haven't studied structures in assembly
i am supposed to deal with linked listsWell you had better get to studying them because that's what linked lists use. In assembly language structures may be also called records.
All 9 Replies
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
user543820 0 Light Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
user543820 0 Light Poster
Schol-R-LEA 1,446 Commie Mutant Traitor Featured Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
user543820 0 Light Poster
Schol-R-LEA 1,446 Commie Mutant Traitor Featured Poster
user543820 0 Light Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.