@@ -10,5 +10,6 @@ GCC size output when compiled for ARM:
$ arm-none-eabi-gcc -Os -c aes.c -o aes.o
$ arm-none-eabi-gcc -Os -c aes.c -o aes.o
$ size aes.o
$ size aes.o
text data bss dec hex filename
text data bss dec hex filename
1447 0 204 1651 673 aes.o
1079 0 204 1283 503 aes.o
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.