-
Code tags?Seems that [code] [/code] isn't supported anymore - what's the proper syntax?<div><br></div><div>D.</div><div><br></div>
Seems that [code] [/code] isn't supported anymore - what's the proper syntax?
D. -
Code tags againHi Foggy!<div><br></div><div>Got the code tags to work. Sort of. Turns out, if you paste in an announcement from any other forum, you have to turn on…
Hi Foggy!
Got the code tags to work. Sort of. ... 's two issues - you get code that's nicely monospaced, but ... a proper background to the code by using though.
D ... -
Scrolling colourful graphicsHi,<br>I'm experimenting with scrolling colourful graphics. I'm keeping 8 pixel empty gap between colourful blocks to avoid colour clash.<br><br>But …
... ,
I'm experimenting with scrolling colourful graphics. I'm keeping ... -
New game released: EXPLORER<div><span style="font-size: 13.3333330154419px; line-height: normal; font-family: 'Courier New';">- EXPLORER -</span></div><div><span style="font-si…
... 've seen an alternate vertical-scrolling version in a TV show ... time.
In 2015 the code was totally rewritten and compiled ... -
Code structureHi all, I'd be interested in opinions on the neatest way to do this. I've got a print string routine in which 0-31 are reserved for control codes, …
... byte can be another control code. So it means lots of ... -
is it possible to display code being loaded in a loader?hi, is it possible to display code being loaded in a loader?
hi,
is it possible to display code being loaded in a loader? -
Ninjaman 8-way scrolling 50Hz multicolour demo :-)Here's a demo I've been working on for a while. The goal was to make the best scrolling routine possible on a humble 48K ZX Spectrum. I was origin…
... was to make the best scrolling routine possible on a humble ... /> - 50Hz redraw
- 8-way scrolling
- Multicolour backgrounds
- No ... -
RE: search and display all code snippetsI know you can search the games for source code, could there be a search option for the forums that pulls all the code snippets together and excludes…
... search the games for source code, could there be a ... forums that pulls all the code snippets together and excludes ... anything that isn't code unless its a reply ... to a code example or start of ... a topic that includes code? there must be so ... -
JSW2 does not ask for a code.I recently purchased a tape of JSW2 for myself, having lost my original ages ago. I have noticed that when loaded, the game skips the code request an…
... loaded, the game skips the code request and goes straight into ... -
Manic Miner (slightly) Updated1. The new loading screen I put together [url="http://jswmm.co.uk/topic/68-alternative-loading-screen-software-projects/"]here[/url] has been used. …
... used.
2. The code was again assembled using a ... to 2m30s. :) Only the game code is loaded rather than an ... .
3. The game code was based on the Software ... />
8. Minor detail: The scrolling message was altered very slightly ... -
Machine Code for Beginners - error?Dear all, I've picked rather old book called Machine Code for Beginners by Usborne.1983 There's an example inside which claims to print a messa…
... rather old book called Machine Code for Beginners by Usborne.1983 ... without knowing too much machine code, a quick glance over the ... code suggests it would do nothing ... -
Apparently ZXSpin pirated commercial code?Anyone know what this is all about? https://twitter.com/YourSinclairRRY/status/700696502948089858 [img]http://s29.postimg.org/inti6zoxj/twit.pn…
... to contain any pirated commercial code.
So anyone know ... -
Calling machine codeOccasionally I see on ZX computers (mostly the spectrum, but I think also the '80 and '81), how someone made their machine code and wrote the bytes i…
... how someone made their machine code and wrote the bytes into ... like this:
[code]PRINT USR 60000[/code]
If the ... can also do
[code]USR 60000[/code]
if you are ... sometimes see
[code]RANDOMISE USR 60000[/code]
Can someone ... -
Help! I'm learning Machine Code...Having decided to take the plunge and learn to machine code a while ago, I have started in earnest using the much recommended 'Mastering Machine Code…
... the much recommended 'Mastering Machine Code on your ZX Spectrum' by ... probably the first ever machine code program I have ever ... leave them out.
[code]
First instruction at 9C40 ... INC B
JP (469C)[/code]
When I enter ... -
Z80-Code Flow-Chart Analysing ToolHi all, when working on my current Speccy Project with Pasmo, i imagined, it would be nice to have a tool for analysis of produced Z80-Code on t…
... analysis
of produced Z80-Code on the Linux Commandline in ... of a large bunch of code this way would
lead ... -
Simple bit of machine code not working [SOLVED]ishHi all. It's late and I'm tired and I have no idea why the following piece of code wont display a little smiley face [code]ld hl,udg ld (236…
... why the following piece of code wont display a little smiley ... face
[code]ld hl,udg
ld ... ,126,126,66,60,24[/code]
I'm using ... -
Turning .src files in z80 source code into .tap files.Does anyone know how I might go about turning z80 source code in 5 .src files into a .tap or .tzx file so that I can play it into my Spectrum +3? …
... go about turning z80 source code in 5 .src files into ... -
Mastering Machine Code Toni BakerHi, I'm reading Mastering Machine Code by Toni Baker from the archive. On page 28 it mentions two programs to show the difference between ADD A,B …
... /> I'm reading Mastering Machine Code by Toni Baker from the ... -
Mastering Machine Code on your ZX Spectrum by Toni Baker - Chapter 17 Disassembling the ROMHi All, As promised I have posted the source code for the disassembler from Chapter 17 of Mastering Machine Code on your ZX Spectrum by Toni Baker…
... I have posted the source code for the disassembler from Chapter ... 17 of Mastering Machine Code on your ZX Spectrum by ... /2016/03/23/mastering-machine-code-on-your-zx-spectrum-by ... version and debugging the source code.
There is currently ... -
Ultimate games with short machine code files loaded lastThis is a bit geeky, you've been warned! I remember early Ultimate games loaded from tape had the ascending beeping noise, a "Please wait" message, …
... know that), a large machine code file and then....
2 ... or 3 short machine code files. I always wondered why ... -
Text (ASCII) to ""CODE filesHello everyone! I've used BAS2TAP before to convert text into loadable BASIC programs. I want to do something similar but produce CODE files consist…
... do something similar but produce CODE files consisting of text. Is ... the input text as a "" CODE file (inside a TAP/TZX ... -
Apollo 11 source code releasedhttps://github.com/chrislgarry/Apollo-11 Now you can download the source code for the command and lunar modules on-board computers.
https://github.com/chrislgarry/Apollo-11
Now you can download the source code for the command and lunar modules on-board computers. -
Basic Screen Shadow QuestionHello, I've been porting a game to the Spectrum from another platform. So far so good and I have per pixel screen scrolling working really nicely …
... have per pixel screen scrolling working really nicely with ... , as the following basic code doesn't work.
...
[code]screen_data EQU $C000
... jp nz, _loop
ret[/code]
I'm ... can look at my code and laugh at a ... -
Source codeHi all, I am starting zxsauce.com in a few weeks and am gladly accepting source code for inclusion to share for posterity. This will be a source c…
... and am gladly accepting source code for inclusion to share for ... . This will be a source code only repository. Thanks and best ... -
Must be missing the point - machine code... Hi Folks, Trying my hand at machine code again but falling at the first hurdle. I hand crafted the following to run at address 62000 and the co…
... my hand at machine code again but falling at ... address 62000 and the code is supposed to fill ... 255.
[code]
LD A, &FF ... Loop1
RET
[/code]
I have ... checked the code in RAM and it is ... -
how to load machine codeI'm reading Jon Caldwell's how to write Spectrum games but can't enter the code! Here's an example:_ LD BC, (score) Call 6683 I tried putting…
... but can't enter the code! Here's an example:_ ... -
how to load machine codeFollowing the links given in various replies to my last discussion resulted in my downloading Mastering machine code on your zxspectrum and typing in…
... in my downloading Mastering machine code on your zxspectrum and typing ... -
Every Adult Can CodeI would like to request for a new section in the Every Adult can code category for C/C++. This is aimed for the users of the Z88DK. Thanks Andy …
I would like to request for a new section in the Every Adult can code category for C/C++. This is aimed for the users of the Z88DK.
Thanks
Andy Dansby -
Code optimisation! 16bit number to 5 digit stringJust for interest this one, any thoughts on how to make this as fast as possible? Little optimisations to this routine or a complete reimagining? …
... complete reimagining?
[code]number2string: ;arrive DE number, HL ... ' ;16 bit string number
;[/code]


