Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37560731
en ru br
ALT Linux repos
S:1.5.8-alt0.3
5.0: 0.8.0.1-alt1
4.1: 0.8.0.1-alt1
4.0: 0.7.0-alt2
3.0: 0.7.0-alt1.1

Group :: Emulators
RPM: spectrum-fuse

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

HOW TO USE THE Z88SDK WITH FUSE
-------------------------------

Using the Z88 SDK with fuse is a very simple operation. Grab a copy of the rpm,
install and write your code, as you would, in C.

Next, compile and target the ZX Spectrum

zcc +zx <your-source>.c -o <output-name>.bin -lndos

Assuming all is well, your code will be generated. THIS IS NOT AN EXECUTABLE!

Load up Fuse. Click on File, move to "Open Binary Data". The usual filer window
opens. Select the file you've just compiled and click "Open". The filer closes
and you're presented with another window asking for a start address. You can
enter any number from about 25000. For this explaination, I will use 32768.
Click OK. Your .bin file is now in memory.

To run the code, press the following keys

T, ctrl + shift (the cursor turns to a white on black E), L 32768 return.

On screen you will see the words RANDOMISE USR 32768 before you press return.
When you press return, the code will be executed.

That's about it!
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin