Commit 1fc9bf75 authored by kokke's avatar kokke Committed by GitHub
Browse files

Update README.md

parent a8e1df6d
...@@ -30,7 +30,7 @@ GCC size output when ECB mode is compiled for ARM: ...@@ -30,7 +30,7 @@ GCC size output when ECB mode is compiled for ARM:
$ arm-none-eabi-gcc -Os -c aes.c -DCBC=0 $ arm-none-eabi-gcc -Os -c aes.c -DCBC=0
$ size aes.o $ size aes.o
text data bss dec hex filename text data bss dec hex filename
2323 0 184 2507 9cb aes.o 2316 0 184 2500 9cb aes.o
...@@ -40,7 +40,7 @@ GCC size output when ECB mode is compiled for ARM: ...@@ -40,7 +40,7 @@ GCC size output when ECB mode is compiled for ARM:
$ arm-none-eabi-gcc -mthumb -Os -c aes.c -DCBC=0 $ arm-none-eabi-gcc -mthumb -Os -c aes.c -DCBC=0
$ size aes.o $ size aes.o
text data bss dec hex filename text data bss dec hex filename
1775 0 184 1959 7a7 aes.o 1796 0 184 1980 7a7 aes.o
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment