mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Report only one error when invalid shift has argument
Not to mention that incrementing a variable in a loop is kinda dumb.
This commit is contained in:
@@ -1 +1,2 @@
|
||||
shift
|
||||
shift 3
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
ERROR: shift-outside-macro.asm(1):
|
||||
Cannot shift macro arguments outside of a macro
|
||||
error: Assembly aborted (1 errors)!
|
||||
ERROR: shift-outside-macro.asm(2):
|
||||
Cannot shift macro arguments outside of a macro
|
||||
error: Assembly aborted (2 errors)!
|
||||
|
||||
Reference in New Issue
Block a user