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…18192021222324…34>
  • More SpecBAS funHere's a neat little effect I lifted from a thread about displaylists and stuff from an Amiga forum - although SpecBAS has no hardware to assist, it …

    ... />
    Here's the code:

    [code]
    10 GRAPHIC NEW ... a=7 TO 1: CIRCLE INK b*8;160,128,10 ... : CLS: GO TO 100
    [/code]

    Note the use ...
    Dunny Dunny March 2015 Sinclair Basic
  • 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
  • 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
  • Chompston Mazes in SpecBASAfter the discussion in ASH-II's Pacman thread, I checked out the link there about generating 2D Pacman style mazes. This one was quite good fun, …

    ... 's the annotated source code... Split statements for better ... CHR$ y:
    NEXT g:
    NEXT f
    [/code ... the use of CODE (the opposite of CHR$) to convert ... back from characters (bytes) to numbers.

    [code ...
    Dunny Dunny October 2015 Sinclair Basic
  • 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
  • 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
  • Reading PC text files from BASIC!I was playing around with my DivMMC Enjoy! and managed to work out that it's dead easy to load PC .TXT files into the Speccy - I've got them viewable…

    ... PC using LOAD *"test.txt" CODE 50001. Yup...that's all ... the memory addresses and PRINT CHR$ PEEK 50001; etc. I used ... IF statement to avoid printing CHR$ 0 or 10 (10 inserts ...
    PrimitivePerson PrimitivePerson February 2016 Sinclair Basic
  • 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
  • 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
  • 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
  • Hacker QuestionHello hackers, as some of you might know, I am supervising the work on converting games from TR-Dos or TAP to the +D or Opus disk format for our SC…

    ... /> 6 PAPER 1
    7 INK 7
    8 CLS
    CODE: RANDOMIZE USR .

    What ...
    Speccyman Speccyman August 2016 Sinclair Miscellaneous
  • 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
  • Startup colours of the Spectrum ROMHi Folks, Thought I would have a go at changing the startup colours of the Spectrum ROMs used within BasinC which ships with 48.rom (16384 bytes) …

    ... changes:


    [code]BORDER Black (0)
    FLASH ... PAPER Black (0)
    INK Green (4)
    [/code]

    In ... , the PAPER black and the INK green.

    This ... to the default of black INK on white PAPER/BORDER. ...
    Paddy Coleman Paddy Coleman October 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
  • New here? Looking for a solution to a problem with your coding? Read onThis observation is for the benefit of newcomers especially those learning to program. This site - World of Spectrum - is a resource of immense va…

    ... majority of 'teach yourself to code' books are written by experts ... afford to use all the ink it would need to capture ...
    mik3d3nch mik3d3nch November 2016 Chit chat
  • 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
<1…18192021222324…34>

Latest Posts

  • Minor British Sports that did become games on the ZX Spectrum
    dmsmith on April 22
  • I bought an accoustic guitar. How do you play it?
    Maroc's Other Projection on April 22
  • Goodbye Z80
    moggy on April 22
  • Happy 40th Birthday to the Amstrad CPC464!
    AndyC on April 22
  • Another Birthday! The Game Boy Is 35!
    dm_boozefreek on April 22
  • I am currently watching.....
    Antiriad2097 on April 22
  • European Software Titles with an English version
    harriusherbartio on April 22
  • How Do You Categorize Your Speccy Software and Games?
    harriusherbartio on April 22
  • Fixed Speccy Software. And which games remained unfixed?
    harriusherbartio on April 22
  • New video about S-video modification on Issue two 48K Spectrum.
    Renegade on April 21

HitBox

Word Docs Hits
ink 2.5K 5.8K
chr 1.3K 4.4K
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
  • load code hide name
  • load code hide name on screen
  • disintegrate code
  • machine code routines
  • code chr
  • control code chr
  • chr ink
  • chr code control
  • set ink in machine code

Copyright © 2024 World of Spectrum