Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.9K
2 Posted Topics
well you can write them in a text editor.. than have an assembler which will produce object files for you... from there you can load up your code onto a board or by the use of a software simulator.
one of the main uses of the stack is subroutines. branching to a subroutine requires that the [b]return address[/b] of the instruction [i]following the branch instruction[/i] be stored in a location, where upon the completion of the subroutine, the program will be able to return and continue. a subroutine is …
The End.
moegi