Log inRegister an accountBrowse CSDbHelp & documentationFacts & StatisticsThe forumsAvailable RSS-feeds on CSDbSupport CSDb Commodore 64 Scene Database
 Welcome to our latest new user dstar ! (Registered 2024-05-25) You are not logged in - nap
CSDb User Forums


Forums > C64 Coding > VICE (x64) hot reloading
2018-02-21 20:03
Digger

Registered: Mar 2005
Posts: 422
VICE (x64) hot reloading

Does anyone know a way to pass a .prg file to already running x64 instance on macOS?

I am trying to optimize the launch time after compilation, killing and respawning x64 takes some time, even with memory injection enabled.
 
... 10 posts hidden. Click here to view all posts....
 
2018-02-23 19:16
Frantic

Registered: Mar 2003
Posts: 1629
My guess is that this is because you sort of have to be a VICE developer to even be aware of it. With that said I guess it may be a really good idea though.

Also, a bit off topic as it doesn't relate to VICE, but I just wanna mention that there is a special version of the 1541U2 firmware out there somewhere that allows you to send code straight into C64 ram, and do things like remotely resetting the C64, over ethernet. I find it very useful so I just wanted to mention that, as I guess people aren't widely aware of it. I use it from macOS.
2018-02-25 07:02
Fred

Registered: Feb 2003
Posts: 284
Quoting Perplex

# Load new program file into memory
send "load "$PROGRAM" 0"


@Perplex: Thanks for your post. In order to load a program that loads at address $D000-$DFFF you need to set the bank to ram before loading it, like:

send "bank ram"
send "load "$PROGRAM" 0"
send "bank rom"
2018-02-25 07:21
oziphantom

Registered: Oct 2014
Posts: 480
Quote: noone made a codenet clone for the remote binary interface yet? why?

Because the Binary interface only has 1 thing in it. And it lets you grab data from VICE not put data into VICE. To which our remote debuggers are probably the only thing to use it at the moment. Once Hunters Moon is done, I have a list of things to add the binary interface so I can improve the debugger. If you have anything in particular you want let me know.

Binary Upload
Binary Register
Binary Memory trace
Binary Breakpoint setting
Binary Breakpoint triggered
Binary Breakpoint control
Binary Bank

Is the current list.
2018-02-25 08:30
Martin Piper

Registered: Nov 2007
Posts: 645
Yeah, at the moment we have to have a nasty mixture of binary query and the other mostly text based monitor commands to be able to do useful stuff. Plus the weird connection problems causing lots of slow down and flickering of the windows don't help.
2018-02-25 11:01
MagerValp

Registered: Dec 2001
Posts: 1060
Quoting oziphantom
Binary Upload
Binary Register
Binary Memory trace
Binary Breakpoint setting
Binary Breakpoint triggered
Binary Breakpoint control
Binary Bank


Trigger reset.
Jump to address.
Read I/O state without side effects like acking IRQs.
2018-02-26 20:35
chatGPZ

Registered: Dec 2001
Posts: 11148
Quote:
Because the Binary interface only has 1 thing in it. And it lets you grab data from VICE not put data into VICE.

sure. and it'd take almost a couple minutes to add binary upload?

making a list doesnt help btw. i also already know exactly what it would need, it wouldnt be the first remote debugger thing i am writing :)
2018-02-27 10:51
oziphantom

Registered: Oct 2014
Posts: 480
The list isn't for you, the list is for me ;)
2018-02-27 12:37
Perplex

Registered: Feb 2009
Posts: 254
Quote: Quoting Perplex

# Load new program file into memory
send "load "$PROGRAM" 0"


@Perplex: Thanks for your post. In order to load a program that loads at address $D000-$DFFF you need to set the bank to ram before loading it, like:

send "bank ram"
send "load "$PROGRAM" 0"
send "bank rom"


@Fred: Good call, thanks!
Previous - 1 | 2 - Next
RefreshSubscribe to this thread:

You need to be logged in to post in the forum.

Search the forum:
Search   for   in  
All times are CET.
Search CSDb
Advanced
Users Online
Flavioweb/🇮🇹HF..
MCM/ONSLAUGHT
celticdesign/G★P/M..
Yazoo/Arsenic
Fred/Channel 4
Guests online: 100
Top Demos
1 Next Level  (9.8)
2 13:37  (9.7)
3 Mojo  (9.7)
4 From the Deep of the..  (9.7)
5 Coma Light 13  (9.7)
6 Edge of Disgrace  (9.6)
7 No Bounds  (9.6)
8 Comaland 100%  (9.6)
9 Uncensored  (9.6)
10 Wonderland XIV  (9.6)
Top onefile Demos
1 Layers  (9.6)
2 It's More Fun to Com..  (9.6)
3 Cubic Dream  (9.6)
4 Party Elk 2  (9.6)
5 Copper Booze  (9.6)
6 TRSAC, Gabber & Pebe..  (9.5)
7 Rainbow Connection  (9.5)
8 Dawnfall V1.1  (9.5)
9 Quadrants  (9.5)
10 Daah, Those Acid Pil..  (9.5)
Top Groups
1 Covert Bitops  (9.4)
2 Nostalgia  (9.4)
3 Oxyron  (9.3)
4 Booze Design  (9.3)
5 Crest  (9.3)
Top Musicians
1 Rob Hubbard  (9.7)
2 Stinsen  (9.7)
3 Jeroen Tel  (9.6)
4 Linus  (9.6)
5 MacMagix  (9.6)

Home - Disclaimer
Copyright © No Name 2001-2024
Page generated in: 0.054 sec.