From 8c0bb8d8496fbd7d615562ddcce1c38c2c7cb79f Mon Sep 17 00:00:00 2001 From: Aaron Taylor Date: Fri, 1 Jan 2021 20:32:42 -0800 Subject: [PATCH] Minor update to example used for register bit field. --- pdp11_register.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pdp11_register.h b/pdp11_register.h index 1ea9881..1fab2e5 100644 --- a/pdp11_register.h +++ b/pdp11_register.h @@ -167,9 +167,9 @@ */ /* - * These take the form of a 'width' and 'offset'. For example, if a field is 3 - * bits wide, occupying bits 3-5 (starting from 0), then it would be defined as - * (07),(3). + * These take the form of "(width),(offset)". For example, if a field is + * 4-bits wide and occupies bits 2-5 (starting from 0), then it would be + * defined as "(017),(2)". */ #define MMR0_AB_NONRES (01),(15) -- 2.20.1