Improve testing PC

This commit is contained in:
ISSOtm
2020-02-13 20:20:35 +01:00
parent f01a227470
commit 30a95d735a
7 changed files with 26 additions and 6 deletions

View File

@@ -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, @