Metadata-Version: 1.0
Name: 0x10c-asm
Version: 0.0.2
Summary: A simple Python-based DCPU assembly compiler
Home-page: https://github.com/severb/0x10c-asm
Author: Sever Banesiu
Author-email: banesiu.sever@gmail.com
License: BSD License
Description: ``0x10c-asm`` assembly compiler for Notch's DCPU-16
        ---------------------------------------------------
        
        Install from PyPI:
        ==================
        
          pip install 0x10c-asm
        
        Usage:
        ======
        
          $ 0x10c-asm.py -h
        
          usage: ``0x10-asm.py [-h] IN [OUT]``
        
          A simple Python-based DCPU assembly compiler
        
          positional arguments:
            ``IN``          file path of the file containing the assembly code
        
            ``OUT``         file path where to store the binary code
        
          optional arguments:
            -h, --help  show this help message and exit
        
        
Keywords: notch asm dcpu-16 dcpu assembly asm
Platform: UNKNOWN
