mirror of
https://github.com/irmen/prog8.git
synced 2025-11-23 14:17:51 +00:00
made Position line, col, endcol all 1-based
added a precise (but slow) back face culling routine to the cobra-mk3 example
This commit is contained in:
@@ -451,7 +451,7 @@ class AsmGen6502Internal (
|
||||
if(line.length>=4 && invalid.matchesAt(line, 0)) {
|
||||
errors.err(
|
||||
"invalid assembly instruction used (not compatible with the 65816 CPU): ${line.trim()}",
|
||||
Position("<output-assemblycode>", index, 1, 1)
|
||||
Position("~output-assemblycode~", index+1, 1, 1)
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user