mirror of
https://github.com/zladx/LADX-Disassembly.git
synced 2024-11-26 22:30:28 +00:00
Update STYLE.md
Co-authored-by: Tobias V. Langhoff <tobias@langhoff.no>
This commit is contained in:
parent
bb045bdcd1
commit
3a3ad1f1d1
2
STYLE.md
2
STYLE.md
@ -21,7 +21,7 @@ When you come across an edge case that isn't referenced in this guide, please ad
|
||||
; Comments should go above the code they're describing, not below, and be aligned with the code.
|
||||
|
||||
; Routines are commented with unindented comments
|
||||
SomeFunction::
|
||||
SomeRoutine::
|
||||
; Code is commented with an indentation
|
||||
ld a, [hl]
|
||||
add b
|
||||
|
Loading…
Reference in New Issue
Block a user