Open nurpax opened 5 years ago
This gives identical results:
!filescope c64
!macro basic_start(addr) {
* = $801
!byte $0b, $08, $0a, $00, $9e
!for d in [10000, 1000, 100, 10, 1] {
!if (addr >= d) {
!byte $30 + (addr/d)%10
}
}
!byte 0, 0, 0
}
This is the start macro I've been using. It seems to work but doesn't give identical results to KA: