Code Monkey home page Code Monkey logo

shapa's Introduction

Shapa: SHAcho {Pa, Pi, Pu, Pe, Po}co Assembler

SCRIPT  : SHAcho {Pa,Pi,Pu,Pe,Po}co Assembler Ver.2.011
AUTHOR  : Yoshiki Saito

USAGE   :  ./shapa [OPTION(s)] {SRC_FILE,ASCII(s),NUM(s)}
        --arch PARAM_FILE  : Set parameter file name to PARAM_FILE.
        -o DST_FILE        : Set output file name to DST_FILE.
                           :   Default name is ENV['SHAPA_DEFOUT'] or 'a.out'.
        -m                 : Generate mnemonic file from binary file
                           :   Maybe useful for debugging??
                           :   Be careful if the name of the binary file is 'a.out' and -o option is not set.
                           :   The binary file will be overwritten.
        -h HEAD_FILE       : Concat HEAD_FILE at the begining of the output file.
                           :   Maybe useful for SFL??.
        -t TAIL_FILE       : Concat TAIL_FILE at the end of the output file.
                           :   Maybe useful for SFL??.
        --no_src           : Generate binary file or mnemonic file with no source code commented out.
        --fpga             : Generate binary file following to the FPGA format.
        -n NUM(s)          : Translate NUM(s) to binary, oct, decimal and hex.
                           :   NUM can be binary, oct, decimal or hex.
                           :   Binary, Oct, and Hex starts from '0b', '0' and '0x', respectively.
                           :   No assembling will be done,
                           :   and option '--arch', '-o', '-m', '-a', '--a2b', '--a2o', '--a2d', '--a2h'
                           :   will be ignored.
        -b BIT_NUM         : Change default bit_num to BIT_NUM.
                           :   Used with '-n' option for translating values
                           :   to bin, oct, dec or hex.
        -s signed/unsigned : Set default singed/unsigned.
                           :   Used with '-n' option for translating values
                           :   to bin, oct, dec or hex.
                           :   Default setting is 'signed'.
        -a ASCII(s)        : Translate ASCII(s) to binary, oct, decimal, hex.
                           :   No assembling will be done,
                           :   and option '--arch', '-o', '-m' will be ignored.
        --a2b ASCII(s)     : Translate ASCII(s) to binary.
                           :   No assembling will be done,
                           :   and option '--arch', '-o', '-m' will be ignored.
        --a2o ASCII(s)     : Translate ASCII(s) to oct.
                           :   No assembling will be done,
                           :   and option '--arch', '-o', '-m' will be ignored.
        --a2d ASCII(s)     : Translate ASCII(s) to decimal.
                           :   No assembling will be done,
                           :   and option '--arch', '-o', '-m' will be ignored.
        --a2h ASCII(s)     : Translate ASCII(s) to hex.
                           :   No assembling will be done,
                           :   and option '--arch', '-o', '-m' will be ignored.
        --addon ADDON_FILE : Load ADDON_FILE as an addon script.
        --debug            : Set debug mode on.
        --history          : Display history (bug reports, etc)
        --help             : Display this message, and do nothing.
        --version          : Display version, and do nothing.

shapa's People

Stargazers

ayakatakuriko avatar zoubleton avatar

Watchers

NIWA Naoya avatar James Cloos avatar zoubleton avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.