mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Unlike C, these constants are not convenient for logging in macros, since they always report the same data (their location in the macro). Fixes #1068
4 lines
69 B
NASM
4 lines
69 B
NASM
warn "main file"
|
|
def v3 = v1 + v2
|
|
println "{d:v1} + {d:v2} = {d:v3}"
|