项目作者: mytechnotalent

项目描述 :
ARM controlled input example taking a max of 4 bytes from the terminal and checking for a successful combination of int values in a row.
高级语言: Assembly
项目地址: git://github.com/mytechnotalent/ARM-Controlled-Input.git
创建时间: 2017-02-25T18:01:57Z
项目社区:https://github.com/mytechnotalent/ARM-Controlled-Input

开源协议:Apache License 2.0

下载


image

ARM Controlled Input

ARM controlled input example taking a max of 4 bytes from the terminal and checking for a successful combination of int values in a row.

Installation

  1. git clone https://github.com/mytechnotalent/arm_controlled_input.git
  2. cd arm_controlled_input

Running

  1. as arm_controlled_input.s -o arm_controlled_input.o
  2. ld arm_controlled_input.o -o arm_controlled_input
  3. ./arm_controlled_input

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

Apache License, Version 2.0