From 354f6291965163a85ae7d5e0b2c20a7a7d5e6a5b Mon Sep 17 00:00:00 2001 From: Karol Skoczyk Date: Mon, 9 Dec 2024 19:30:11 +0100 Subject: [PATCH] Update armv7.md --- content/asm/armv7.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/asm/armv7.md b/content/asm/armv7.md index 9b1a439..644584c 100644 --- a/content/asm/armv7.md +++ b/content/asm/armv7.md @@ -7,9 +7,9 @@ tags: ## armv7 data types -- Byte --> 8 bits -- Halfword --> 16 bits -- Word --> 32 bits +- Byte --> `8 bits` +- Halfword --> `16 bits` +- Word --> `32 bits` ## amv7 as expamples