Factor out 'ld a, a+c+' and 'ld a, a-c-' prefixes

This fixes all the shift/reduce and reduce/reduce conflicts
This commit is contained in:
Rangi
2021-03-30 09:57:08 -04:00
parent 30ccf43f44
commit 663c1930ec
2 changed files with 42 additions and 14 deletions

View File

@@ -45,7 +45,7 @@ REALLDFLAGS := ${LDFLAGS} ${WARNFLAGS} \
YFLAGS ?= -Wall
BISON := winflexbison/win_bison --verbose --report-file=bison.log -Wcounterexamples
BISON := bison
RM := rm -rf
# Rules to build the RGBDS binaries