added strid

This commit is contained in:
Jakub Husak
2023-01-11 11:14:46 +01:00
parent f52d101484
commit 503cb2a76a
5 changed files with 5 additions and 0 deletions
@@ -14,6 +14,7 @@ m_offsets
flashoppreamble = 6 flashoppreamble = 6
flash_lockchip = 9 flash_lockchip = 9
flash_unlockchip = 12 flash_unlockchip = 12
flash_idstr = 15
; rw section, may be moved to ZP if needed ; rw section, may be moved to ZP if needed
M_VECTOR .word 0 M_VECTOR .word 0
+1
View File
@@ -9,6 +9,7 @@ M_VECTORS_28SF
jmp flashoppreamble_28SF jmp flashoppreamble_28SF
jmp flash_lockchip_28SF jmp flash_lockchip_28SF
jmp flash_unlockchip_28SF jmp flash_unlockchip_28SF
.byte "28SF0x0",0
flashoppreamble_28SF flashoppreamble_28SF
lda #C_BYTE_PROG_28SF lda #C_BYTE_PROG_28SF
+1
View File
@@ -10,6 +10,7 @@ M_VECTORS_29F
jmp flashoppreamble_29F jmp flashoppreamble_29F
jmp flash_lockchip_29F jmp flash_lockchip_29F
jmp flash_unlockchip_29F jmp flash_unlockchip_29F
.byte "29F0x0",0
flashoppreamble_29F flashoppreamble_29F
pha pha
+1
View File
@@ -9,6 +9,7 @@ M_VECTORS_29SF
jmp flashoppreamble_29SF jmp flashoppreamble_29SF
jmp flash_lockchip_29SF jmp flash_lockchip_29SF
jmp flash_unlockchip_29SF jmp flash_unlockchip_29SF
.byte "29SF0x0",0
flashoppreamble_29SF flashoppreamble_29SF
pha pha
+1
View File
@@ -10,6 +10,7 @@ M_VECTORS_39SF
jmp flashoppreamble_39SF jmp flashoppreamble_39SF
jmp flash_lockchip_39SF jmp flash_lockchip_39SF
jmp flash_unlockchip_39SF jmp flash_unlockchip_39SF
.byte "39SF0x0",0
flashoppreamble_39SF flashoppreamble_39SF
pha pha