git-svn-id: http://svn.code.sf.net/p/netboot65/code@4 93682198-c243-4bdb-bd91-e943c89aac3b

This commit is contained in:
jonnosan 2009-01-10 12:04:57 +00:00
parent 0868140de3
commit b035d8a091
4 changed files with 7 additions and 8 deletions

View File

@ -37,8 +37,6 @@
.bss
temp_bin: .res 1
temp_bcd: .res 2
bin_file_jmp: .res 3
@ -224,3 +222,4 @@ tftp_download_ok_msg:
.asciiz "DOWNLOAD OK"
startup_msg: .byte "UTHERNET NETWORK BOOT CLIENT V0.1",0

View File

@ -30,5 +30,6 @@ cs_init:
sta rr_ctl
rts
.rodata
cs_driver_name:
.asciiz "RR-NET"

View File

@ -1,5 +1,9 @@
.zeropage
pptr: .res 2
.bss
temp_bin: .res 1
temp_bcd: .res 2
.code
.macro print_driver_init
ldax #cs_driver_name

View File

@ -12,12 +12,7 @@
.import __CODE_SIZE__
.import __RODATA_SIZE__
.import __DATA_SIZE__
.bss
temp_bin: .res 1
temp_bcd: .res 2
.segment "STARTUP" ;this is what gets put at the start of the file on the C64