68000 Stack and Queue
68000 Stack and Queue: 68000 Stack and Queue – 68000 supports stack and queue data structures with the address register indirect position direct and predecrement addressing modes. A stack operates on the principle of Last In First Out (LIFO) and, queue operates on the principle of First In First Out (FIFO). When data is added …