mirror of
https://github.com/gbdev/rgbds.git
synced 2026-08-23 23:34:32 +00:00
18 lines
1.1 KiB
Plaintext
18 lines
1.1 KiB
Plaintext
error: Macro argument `\<999>` not defined
|
|
at negative-shifted-macro-args.asm::test(5) <- negative-shifted-macro-args.asm(22)
|
|
error: Macro argument `\<-999>` not defined
|
|
at negative-shifted-macro-args.asm::test(6) <- negative-shifted-macro-args.asm(22)
|
|
error: Macro argument `\<8>` not defined
|
|
at negative-shifted-macro-args.asm::test(10) <- negative-shifted-macro-args.asm(22)
|
|
error: Macro argument `\<-8>` not defined
|
|
at negative-shifted-macro-args.asm::test(11) <- negative-shifted-macro-args.asm(22)
|
|
error: Macro argument `\<-999>` not defined
|
|
at negative-shifted-macro-args.asm::test(12) <- negative-shifted-macro-args.asm(22)
|
|
error: Macro argument `\1` not defined
|
|
at negative-shifted-macro-args.asm::test(15) <- negative-shifted-macro-args.asm(22)
|
|
error: Macro argument `\<-1>` not defined
|
|
at negative-shifted-macro-args.asm::test(16) <- negative-shifted-macro-args.asm(22)
|
|
error: Macro argument `\<-2147483648>` not defined
|
|
at negative-shifted-macro-args.asm::test(19) <- negative-shifted-macro-args.asm(22)
|
|
Assembly aborted with 8 errors
|