Package HackGUI

Examples of HackGUI.LabeledMemoryComponent


     */
    public VMEmulatorComponent() {
        bus = new BusComponent();
        screen = new ScreenComponent();
        keyboard = new KeyboardComponent();
        ram = new LabeledMemoryComponent();
        ram.setName("RAM");
        callStack = new CallStackComponent();
        program = new ProgramComponent();
        segments = new MemorySegmentsComponent();
        workingStack = new TrimmedValuesOnlyAbsoluteMemorySegmentComponent();
View Full Code Here

TOP

Related Classes of HackGUI.LabeledMemoryComponent

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.