mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 18:52:07 +00:00
Improve testing PC
This commit is contained in:
@@ -52,6 +52,8 @@ SECTION "fixed PC", ROM0[420]
|
||||
; Diffing PC and a label from here should work
|
||||
LocalFixed:
|
||||
print_diff LocalFixed, @
|
||||
ds 69
|
||||
print_diff LocalFixed, @
|
||||
|
||||
SECTION "Floating PC", ROM0
|
||||
; Diffing a constant and PC cannot work
|
||||
@@ -65,3 +67,5 @@ SECTION "Floating PC", ROM0
|
||||
; Diffing PC and a label from here should work
|
||||
LocalFloating:
|
||||
print_diff LocalFloating, @
|
||||
ds 42
|
||||
print_diff LocalFloating, @
|
||||
|
||||
Reference in New Issue
Block a user