GithubHelp home page GithubHelp logo

bitjs's Introduction

binJS File Format

4 8 8 xxxx yyyyyyyy zzzzzzzz

CMD Arg0 Arg1

  • 한줄에 각각 4자, 8자, 8자. 총 20자의 숫자가 있어야 합니다
  • x, y, z의 숫자는 모두 2진수여야 합니다
  • x, y, z 사이의 공백은 중요하지 않습니다
  • CMD는 실행할 명령을 정의하고 Arg0과 Arg1은 특정한 값을 나타낼 수 있습니다

Commands

0000 : PNT

이 CMD값은 "가리키기"를 의미 합니다. Arg0값은 가리킬 메모리의 주소를 의미합니다

0001 : SET

이 CMD값은 "대입"을 의미 합니다 이 줄의 Arg0값은 대입할 숫자값을 의미하고 (값이 00000000일경우 Arg1을 사용합니다) Arg1값은 대입할 숫자의 주소값을 의미합니다

0010 : ADD

이 CMD값은 "추가"를 의미 합니다 이 줄의 Arg0값은 추가할 숫자값을 의미하고 (값이 00000000일경우 Arg1을 사용합니다) Arg1값은 추가할 숫자의 주소값을 의미합니다

0011 : SUB

이 CMD값은 "가감"을 의미 합니다 이 줄의 Arg0값은 가감할 숫자값을 의미하고 (값이 00000000일경우 Arg1을 사용합니다) Arg1값은 가감할 숫자의 주소값을 의미합니다

0100 : DIS

이 CMD값은 "출력"을 의미 합니다 이 줄의 Arg0, Arg1값은 출력할 메모리의 주소를 의미하고 두 메모리 주소 사이에 있는 모든 값을 출력합니다

0101 : DIX

이 CMD값은 "문자출력"을 의미 합니다 이 줄의 Arg0, Arg1값은 출력할 메모리의 주소를 의미하고 두 메모리 주소 사이에 있는 모든 값을 출력합니다

1111 : END

이 CMD값은 "중단"을 의미 합니다 이 줄의 Arg0값은 중단시 반환할 코드를 의미하고 Arg1값은 무시됩니다

bitjs's People

Contributors

pmh-only avatar ttakkku 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.