Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 815 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 815 Bytes

image

x86 Controlled Input

x86 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

git clone https://github.com/mytechnotalent/x86_Controlled_Input.git
cd x86_Controlled_Input

Running

nasm -f elf32 x86_controlled_input.asm
ld -m elf_i386 -o x86_controlled_input x86_controlled_input.o
./x86_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