diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-08-26 17:52:19 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-08-26 17:52:19 -0400 |
| commit | f71d6142410c42f5a5d5b02dd23d8a509e5e2fe1 (patch) | |
| tree | 4c7ff27b84cd39cedb9cb57f9c200c5676d46b83 | |
| parent | 0e1445b7963aad0017af79a7f453882cdb442654 (diff) | |
HRAM style
| -rw-r--r-- | STYLE.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,11 +74,11 @@ PascalCase:: ; global label wPascalCase: ; wram sPascalCase: ; sram vPascalCase: ; vram +hPascalCase: ; hram PascalCase: ; rom ; Some constants are also prefixed rBGP EQU $ff47 ; hardware register -hPascalCase EQU $ff80 ; hram ; Most other constants should be upper case UPPER_CASE EQU 1 |
