mirror of
https://github.com/bobbimanners/emailler.git
synced 2025-08-14 20:27:37 +00:00
Don't trash parameter in AX.
This commit is contained in:
@@ -52,8 +52,10 @@ search_string = ptr1
|
|||||||
; url_port = port number of url
|
; url_port = port number of url
|
||||||
; url_selector = address of selector part of URL
|
; url_selector = address of selector part of URL
|
||||||
url_parse:
|
url_parse:
|
||||||
ldax #output_buffer
|
ldy #<output_buffer
|
||||||
stax url_selector
|
sty url_selector
|
||||||
|
ldy #>output_buffer
|
||||||
|
sty url_selector+1
|
||||||
|
|
||||||
; parses a URL into a form that makes it easy to retrieve the specified resource
|
; parses a URL into a form that makes it easy to retrieve the specified resource
|
||||||
; caution - the resulting selector part of URL must fit into the provided buffer !!!
|
; caution - the resulting selector part of URL must fit into the provided buffer !!!
|
||||||
|
Reference in New Issue
Block a user