emailler/ip65/http_c.s

13 lines
149 B
ArmAsm
Raw Permalink Normal View History

.include "../inc/common.inc"
2017-12-07 22:03:04 +00:00
.export _http_get_value
.import http_get_value
_http_get_value:
jsr http_get_value
bcc :+
ldx #$00
txa
: rts