;; errors.s - a file with several errors _include xcpu_asm.h include foo.h ; invalid directive _include foo.h ; doesn't exist cpuop CPU_DEBUG, 1 assign A, B ; invalid second arg add 1 ; invalid first arg add A assign B, bar assign D, bar jump JUMP_FOO ; unresolved symbol jump JUMP_UNCOND