Nicolas Landucci

Results 4 comments of Nicolas Landucci

I needed to include a dummy expression in this case: `#bankdef header { #size 0x10, #outp 8 * 0x0, #fill dummy }`, as well as similar banks. The error first...

> @nicolandu could you please provide an asm file that reproduces the problem? I copied your example and removed `dummy`, but it compiles with no error. This is what I...

> @nicolandu the program you've provided doesn't compile, 'nmi', 'reset', and 'irq' aren't defined in this file -- probably deferred resolution until they were included. Removing those commands does not...

It seems that the problem doesn't appear in multi-line form: whereas ``` #bankdef header { #size $10, #outp 8 * $0, #fill } ``` doesn't work (by itself), the equivalent...