You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ptr Boot Offset : The address storing a boot address of second stage. This MUST be matched with 'SWITCH80.BIN'.
ptr Boot Size : The address storing a size of sencond stage. This MUST be matched with 'SWITCH80.BIN'.
You can determine these variable after assembling S170420.asm file with '--l S170420.lst' option.
169 strAddr:
170 000000C1 0000 dw 0 ; Starting addres of the 8080 code.
171 ; The addres must be equal to SWITCH80_STRADDR (IOS)
172 ; NOTE: this word is updated dinamically at
173 ; load time by the IOS with the real value
174 binSize:
175 000000C3 0000 dw 0 ; Size in bytes of the 8080 code.
176 ; The addres must be equal to SWITCH80_STRADDR (IOS)
177 ; NOTE: this word is updated dinamically at
178 ; load time by the IOS with the real value
179 ; A 0 value means 65536 bytes (see IOS)
.BIN files under '8080' director of 'SD-S260320-R230520-v3.zip' can also suported throuch CSV files but, the file name should be changed and copied to the root directory.