diff options
author | yenatch <yenatch@gmail.com> | 2017-12-24 20:34:40 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2017-12-24 20:34:40 -0500 |
commit | d87a231b72f37efb9514037bf8265118794f177b (patch) | |
tree | 4143cc435f29f6e01a9b8c69775ea7bfd38b09e6 | |
parent | a6472e3e56067ed8d17cf8620faa316659dcbc6c (diff) |
use realistic values for hardware/hram constant examples
-rw-r--r-- | STYLE.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -75,8 +75,8 @@ vPascalCase: ; vram 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 |