Assembly Language Question: Display Characters to screen LIFO (Last In First Out) in assembly langua

Posted by RedEye on Stack Overflow See other posts from Stack Overflow or by RedEye
Published on 2010-03-29T15:54:21Z Indexed on 2010/03/29 16:03 UTC
Read the original article Hit count: 747

Filed under:
|
|
|

Given a stack that displays characters to the screen First in First Out(FIFO), how do you switch it to display them Last in First Out(LIFO). Theoretically speaking... is it simply just sending the characters to print in reverse order?

© Stack Overflow or respective owner

Related posts about assembly

Related posts about programming