A2osX/LIB/LIBETALK.S.CFG.txt

32 lines
590 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

NEW
AUTO 3,1
.LIST OFF
*--------------------------------------
CFG.SET >PULLW ZPTmpPtr1 ETKCFG
ldy #S.ETKCFG-1
.1 lda (ZPTmpPtr1),y
sta ETKCFG,y
dey
bpl .1
ldx #5
.2 lda ETKCFG+S.NETCFG.MAC,x
sta AARP.REQ.SRCMAC,x
sta AARP.REQ.SHA,x
sta AARP.REP.SRCMAC,x
sta AARP.REP.SHA,x
dex
bpl .2
clc
rts
*--------------------------------------
CFG.GET >LDYA L.ETKCFG
clc
rts
*--------------------------------------
MAN
SAVE USR/SRC/LIB/LIBETALK.S.CFG
LOAD USR/SRC/LIB/LIBETALK.S
ASM