I am trying to sort out whether I truly have a pal or ntsc amiga and test different emulated conditions as well. As it turns out, sysinfo always says I am operating under a pal setup (both with my real amiga and an emulated ntsc amiga 500). Anyway, I found this assembler code from
here. When trying to assemble the topmost example with vasmm68k for linux, I get these errors
error 4 in line 1 of "code": no current section specified
error 4 in line 2 of "code": no current section specified
error 4 in line 3 of "code": no current section specified
warning 1022 in line 5 of "code": missing '
error 4 in line 5 of "code": no current section specified
error 4 in line 6 of "code": no current section specified
***maximum number of errors reached!***
Anyone have any ideas as to why the example code won't work? Is it the way my text editor saves unix-type line returns?