emailler/ip65/http_c.s
2018-02-23 16:36:05 +01:00

13 lines
149 B
ArmAsm

.include "../inc/common.inc"
.export _http_get_value
.import http_get_value
_http_get_value:
jsr http_get_value
bcc :+
ldx #$00
txa
: rts