World of Spectrum
  • Categories
  • Discussions
  • FAQ
  • Sign In
Home › Search
Title Search
@title beer Word 'beer' in title
User Search
  • @user admin Only posts by Admin
Text Search
  • @body beer Word 'beer' in the text
Phrase Search
"Hello World" Exact phrase match
Exclude Terms
  • car -red Search cars that are not red
"Or" Searches
  • honda | bmw 'honda' or 'bmw' results
Multi-Field
@(title,body) hello Both contain 'hello'
WildCard
  • hond* civ* Match all with an astrix
Combination
  • @title bmw @user admin
See more supported syntax examples
Search Again :: Adv Search 1000 results in 0.026s
<1…891011121314…34>
  • 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.
    Dunny Dunny May 2015 WoS/Forum Issues
  • 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 ...
    Dunny Dunny May 2015 WoS/Forum Issues
  • 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 ...
    Ralf Ralf June 2015 Development
  • 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 ...
    Luca Bordoni Luca Bordoni June 2015 Brand new software
  • 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 ...
    R-Tape R-Tape August 2015 Development
  • 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?
    digital digital September 2015 Development
  • 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 ...
    Kayamon Kayamon October 2015 Development
  • 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 ...
    alienbanana alienbanana November 2015 Feature Requests
  • 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 ...
    Jim M Jim M November 2015 Games
  • 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 ...
    spider spider January 2016 Brand new software
  • 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 ...
    Tobo Tobo February 2016 Development
  • 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 ...
    Dunny Dunny February 2016 Emulators
  • 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 ...
    wilsonsamm wilsonsamm February 2016 Sinclair Miscellaneous
  • 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 ...
    namtip namtip February 2016 Development
  • 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 ...
    Andy Schraepel Andy Schraepel March 2016 Development
  • 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 ...
    Tobo Tobo March 2016 Development
  • 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 ...
    matalog matalog March 2016 Development
  • 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 ...
    jonesypeter jonesypeter March 2016 Development
  • 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 ...
    dbolli dbolli March 2016 Development
  • 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 ...
    textvoyage textvoyage May 2016 Games
  • 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 ...
    textvoyage textvoyage June 2016 Development
  • 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.
    Zoffy Zoffy July 2016 Chit chat
  • 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 ...
    pointblnk pointblnk August 2016 Development
  • 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 ...
    alienbanana alienbanana August 2016 Brand new software
  • 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 ...
    Paddy Coleman Paddy Coleman September 2016 Development
  • 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:_ ...
    mik3d3nch mik3d3nch November 2016 Sinclair Miscellaneous
  • 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 ...
    mik3d3nch mik3d3nch November 2016 BASIC
  • 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
    andydansby andydansby November 2016 Feature Requests
  • 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]
    R-Tape R-Tape December 2016 Development
  • Testing your codeOk, guys, again I here with question. How do you test your works? I understand how to test functions and procedures mathematically (for example, g…

    ... semi-automata?

    Yes, code is assembly.
    Bedazzle Bedazzle January 2017 Development
<1…891011121314…34>

Latest Posts

  • I bought an accoustic guitar. How do you play it?
    Maroc's Other Projection on 9:55PM
  • Goodbye Z80
    moggy on 9:07PM
  • Happy 40th Birthday to the Amstrad CPC464!
    AndyC on 6:29PM
  • Another Birthday! The Game Boy Is 35!
    dm_boozefreek on 6:17PM
  • I am currently watching.....
    Antiriad2097 on 5:05PM
  • European Software Titles with an English version
    harriusherbartio on 12:06PM
  • How Do You Categorize Your Speccy Software and Games?
    harriusherbartio on 11:21AM
  • Fixed Speccy Software. And which games remained unfixed?
    harriusherbartio on 11:01AM
  • New video about S-video modification on Issue two 48K Spectrum.
    Renegade on April 21
  • Elusive Strategy Games done by the Smaller or less Prolific Software Houses.
    harriusherbartio on April 21

HitBox

Word Docs Hits
scrolling 4.7K 6.2K
code 41.6K 91.2K

Related Threads

  • Machine Code Sprites Example Code Using Char Based SystemBelow is my WIP code to do smooth screen wrapping sprites using char positions and offsets, as opposed to writing direct to a line (0-191) and shifti…
  • IM2 Machine Code Sprites Example Code Using Char Based SystemFurther to my earlier post, here are sprites running using char method with IM2 driving it<br /> <br /> Note, for 48k spectrum using TASM<br /> <br /…
  • Saving BASIC code as CODE... can't start programHi guys!<br /> <br /> I'm trying to create an adventure game for the Speccy in BASIC, called The Legend Of The Red Dragon.<br /> <br /> I'm using the…
  • Converting Basic code into machine codeIm just interested to know if I can converter a game I've written in basic into Machine code, Is their a program that can do this??
  • LOAD "" CODE in machine code/store 128 bank dataHow do you LOAD "" CODE from machine code?<br /> <br /> I have written the following MC routine that fits into a REM statement in a basic program.<br…
  • Code Masters' adventures: where are they?Please help to find Dizzy and Seymour sequels. Why their distribution is denied ?
  • LINE-routine and other nice pieces of codeThe line-topic came in the end with a nice piece of fast coding.<br /> <br /> I think that there might be more of these routines out there (where-eve…
  • Assembler code from tutorial, problem!I was wondering if anyone could help me decipher this z80 assembler code?<br /> <br /> ORG 60000<br /> LOAD 60000<br /> <br …
  • machine code basicsWondered if anyone can help me out. I have been playing round with some disassemblers (Zeus). And Machine code loaders.<br /> <br /> All I want to do…
  • Best way to codeHi,<br /> <br /> I've been using Zeus Assembler to code MC programs so far. Nothing fancy just the odd scroll left or animation stuff.<br /> <br /> W…

Related Searches

  • lowest memory for code
  • lowest memory position for machine code
  • lowest memory position machine code
  • lowest memory machine code
  • lowest memory code
  • code 16384
  • mastering machine code on your zx spectrum by toni baker
  • mastering machine code on your zx spectrum by toni baker disassembler
  • mastering machine code on your zx spectrum by toni baker pdf
  • identify code 128k pentagon model
  • check code 128k pentagon model
  • scrolling basic
  • load code hide name
  • load code hide name on screen
  • disintegrate code
  • machine code routines
  • zx spectrum games code club
  • random number code
  • ultimate games 3 machine code
  • zynaps scrolling code

Copyright © 2024 World of Spectrum