Line 29... |
Line 29... |
;
|
;
|
J_reset
|
J_reset
|
ld hl, CONFIGPAGE
|
ld hl, CONFIGPAGE
|
call F_setpageB
|
call F_setpageB
|
|
|
call F_w5100init ; Initialize the ethernet hardware
|
;call F_w5100init ; Initialize the ethernet hardware
|
|
|
ld hl, 0 ; We're done so put 0x0000
|
ld hl, 0 ; We're done so put 0x0000
|
push hl ; on the stack, and
|
push hl ; on the stack, and
|
jp UNPAGE ; unpage (a ret instruction)
|
jp UNPAGE ; unpage (a ret instruction)
|
|
|