mirror of
https://github.com/bobbimanners/emailler.git
synced 2025-01-11 10:29:56 +00:00
git-svn-id: http://svn.code.sf.net/p/netboot65/code@107 93682198-c243-4bdb-bd91-e943c89aac3b
This commit is contained in:
parent
49d3311da8
commit
5abd7ad14b
@ -127,7 +127,6 @@ irq_handler_installed:
|
||||
cpy #NB65_TFTP_DIRECTORY_LISTING
|
||||
bne :+
|
||||
jsr set_tftp_params
|
||||
bcs @tftp_error
|
||||
jsr tftp_directory_listing
|
||||
|
||||
@after_tftp_call: ;write the current load address back to the param buffer (so if $0000 was passed in, the caller can find out the actual value used)
|
||||
|
@ -26,7 +26,7 @@
|
||||
|
||||
.import udp_add_listener
|
||||
.import udp_remove_listener
|
||||
|
||||
.import output_buffer
|
||||
.import udp_callback
|
||||
.import udp_send
|
||||
|
||||
@ -58,6 +58,8 @@ tftp_filename: .res 2 ;name of file to d/l or filemask to get directory listing
|
||||
;packet offsets
|
||||
tftp_inp = udp_inp + udp_data
|
||||
tftp_outp: .res 128
|
||||
;= output_buffer
|
||||
|
||||
;everything after filename in a request at a relative address, not fixed, so don't bother defining offset constants
|
||||
|
||||
tftp_server_port=69
|
||||
|
Loading…
x
Reference in New Issue
Block a user