ref: d87a231b72f37efb9514037bf8265118794f177b
parent: a6472e3e56067ed8d17cf8620faa316659dcbc6c
author: yenatch <yenatch@gmail.com>
date: Sun Dec 24 15:34:40 EST 2017
use realistic values for hardware/hram constant examples
--- a/STYLE.md
+++ b/STYLE.md
@@ -75,8 +75,8 @@
PascalCase: ; rom
; Some constants are also prefixed
-rBGP EQU 1 ; hardware register
-hPascalCase EQU 1 ; hram
+rBGP EQU $ff47 ; hardware register
+hPascalCase EQU $ff80 ; hram
; Most other constants should be upper case
UPPER_CASE EQU 1