n-92 / arm32_read_write_fileio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

arm32_read_write_fileio

The program reads upto 100 characters from your keyboard and appends it to an output file. It is tested on Raspberry Pi 3 Model A+

To compile, use the following command

¤ as read_write.s -o read_write.o && ld read_write.o -o read_write

To execute

¤ ./read_write

About


Languages

Language:Assembly 100.0%