Use the assembler version as BASIC line number, so the version of the
assembler (and probably compiler) can be determined from a compiled executable. Nice idea from Stefan Haubenthal. git-svn-id: svn://svn.cc65.org/cc65/trunk@2880 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
.word Head ; Load address
|
||||
Head: .word @Next
|
||||
.word 1000 ; Line number
|
||||
.word .version ; Line number
|
||||
.byte $9E ; SYS token
|
||||
.byte <(((@Start / 1000) .mod 10) + $30)
|
||||
.byte <(((@Start / 100) .mod 10) + $30)
|
||||
|
||||
Reference in New Issue
Block a user