Improve error message for negative shift arguments

This commit is contained in:
Jakub Kądziołka
2020-10-12 22:54:38 +02:00
committed by ISSOtm
parent 045a9e8b93
commit 4e1d79081c
5 changed files with 12 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
m: MACRO
shift -3
ENDM
m

View File

@@ -0,0 +1,3 @@
ERROR: shift-negative.asm(4) -> shift-negative.asm::m(2):
Cannot shift arguments by negative amount -3
error: Assembly aborted (1 errors)!

View File