Metadata-Version: 2.1
Name: emu86
Version: 0.0.9.6
Summary: UNKNOWN
Home-page: UNKNOWN
License: UNKNOWN
Description: # Emu86 Kernel
        The Emu86 kernel emulates Intel assembly language in Jupyter notebooks.
        ## Installation Instructions in Terminal
        1. `pip install emu86`
        2. `python -m kernels.intel.install`
        ## Using Emu86 Kernel in Jupyter Notebook
        1. Type `jupyter notebook` in terminal
        2. After jupyter notebook launches in browser, click the `New` dropdown on the upper right and then click on `Intel`
        ## More Information About Emu86 Kernel
        1. [Rulebook](https://github.com/gcallah/Emu86/blob/master/kernels/Rules%20for%20Setting%20Up.ipynb)
        2. [Sample Jupyter Notebook Giving an Introduction to Assembly Language Tutorial](https://github.com/gcallah/Emu86/blob/master/kernels/Introduction%20to%20Assembly%20Language%20Tutorial.ipynb)
        ## Update to Latest Version in Terminal (if you already have Emu86 Kernel Installed)
        1. `pip install emu86==LATEST_VERSION_NUMBER`
            - Find the latest version [here](https://pypi.org/project/emu86/#history) 
            - eg: if latest version number is 0.0.2: `pip install emu86==0.0.2`
        ## Uninstallation Instruction in Terminal
        1. `python -m kernels.intel.uninstall`
        ## [ASM_Comment_Shortcut](https://github.com/sx563/ASM_Comment_Shortcut)
        An extension that adds a keyboard shortcut to comment/uncomment Emu86 Kernel code in Jupyter Notebook.
        
        
        
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
