Skip to content

Commit

Permalink
Don't trash parameter in AX.
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverschmidt committed Dec 9, 2018
1 parent bb5bcde commit 331d5fc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ip65/url.s
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,10 @@ search_string = ptr1
; url_port = port number of url
; url_selector = address of selector part of URL
url_parse:
ldax #output_buffer
stax url_selector
ldy #<output_buffer
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
; caution - the resulting selector part of URL must fit into the provided buffer !!!
Expand Down

0 comments on commit 331d5fc

Please sign in to comment.