File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1717MenuStrip. Each MenuStrip contains exectly 5 MenuItems corresponding to the 5
1818bottons on the top row of a TI-83 Plus or a TI-84 Plus series calculator.
1919
20- The tree traversal of the menu hierarchy to serial into the Z-80 assembly
20+ The tree traversal of the menu hierarchy to serialize into the Z-80 assembly
2121language file is slightly strange. It is not depth-first, nor breadth-first, but
2222a hybrid of the two. Traversal occurs in 2 steps:
2323
24- 1) The direct children of the MenuGroup, as stored in the list of MenuStrip, are
24+ 1) The direct children of a MenuGroup, as stored in the list of MenuStrip, are
2525serialized,
2626
27272) Then the direct children are scanned a second time, and for each MenuNode
You can’t perform that action at this time.
0 commit comments