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.024s
<1…78910111213…34>
  • How did you learn to code on the Spectrum?Got to be honest, as much as I wish I did, I don't know anything about programming. I had a Spectrum (+2 and then +2B) when I was a kid, and my prog…

    ... , I started reading about machine code (in fact one of my ... seeing you all exchange assembly code and wondering how the & ... these guides on how to code, but I can't for ... "easy" guide called Mastering Machine Code on your ZX Spectrum. Needless ...
    alexsut alexsut March 2014 Development
  • ZX Alien Breed - WIPI'm sure a lot of you have seen the discussion in the New Game Ideas area about a Speccy version of the classic Amiga game Alien Breed. I've been dro…

    ... Breed. I've been dropping snippets of info on updates for ... . I'll possibly post the code into the Dev section in ... just need to finish the code to get him moving diagonally ...
    LuMan LuMan April 2014 Announcements
  • Learning Machine Code the +2a wayHello again all, I thought I'd ask in this forum as the other categories seem less relevant. I keep re-reading the thread below with the advice given…

    ... him to get into machine code. I've been reading ... to try out the m code type routines for music ... purposes of getting into m code (bearing in mind I' ... a book/tutorial on m code specifically for +2a +3?? ... plod on hoping all that code will actually work??
    ...
    sliderules sliderules April 2014 Sinclair Basic
  • BASin won't accept this code?Taken from the Oneliner contest 2007: [CODE]1 LET n=191: DIM i$(4,9): FOR g=2 TO 4: LET i$(g-1)=" # # # # ": NEXT g: LET b=0: LET p=16: LET a=p: LET …

    ... the Oneliner contest 2007:
    [CODE]1 LET n=191: DIM ...
    Yoshiatom Yoshiatom April 2014 Sinclair Basic
  • understanding machine codeHi Quick question. Am not really sure if it fits development forum as its not really development per se its more a learners question about developm…

    ... have a question about machine code.

    [QUOTE]E1 S_PRINT ... following Toni Bakers Mastering Machine Code on your ZX Spectrum and ...
    username username April 2014 Sinclair Miscellaneous
  • Game code view DebuggerHi Is opening up a game such a manic miner in a debugger such as spin going to give me a true view of the code used in developing the game? Cheers

    Hi

    Is opening up a game such a manic miner in a debugger such as spin going to give me a true view of the code used in developing the game?

    Cheers
    username username April 2014 Sinclair Miscellaneous
  • Change PAPER and BORDER colours from machine codeHow do you go about changing PAPER and BORDER colours from machine code? I've forgotten the system variables for border and paper.

    How do you go about changing PAPER and BORDER colours from machine code?

    I've forgotten the system variables for border and paper.
    daveysludge daveysludge July 2014 Development
  • Machine Code in 30 minutes - car gameWotcha folks, 30 years on and I'm still struggling with Machine Code. I'm going through the 30-minute tutorial on the Chuntey blog and it's all made…

    ... 'm still struggling with Machine Code. I'm going through the ... example Assembly is this:
    [code]
    ld bc,65278 ;read ...
    dec l
    dontmove[/code]

    Unfortunately, there doesn ... me as I know the code works!

    ...you're ...
    Tobo Tobo August 2014 Development
  • Help needed with a bit of code...My minds gone blank again I'm afraid, I'm having trouble with this routine that loads variables into memory then calls the corresponding routine. Th…

    ... /> Thanks in advance...

    [CODE]ld b,3
    ld ... 3 bytes prior to start[/CODE]
    daveysludge daveysludge October 2014 Development
  • LOAD "" CODE in machine code/store 128 bank dataHow do you LOAD "" CODE from machine code? I have written the following MC routine that fits into a REM statement in a basic program. I want to cal…

    How do you LOAD "" CODE from machine code?

    ... the ROM's LOAD "" CODE routine, nothing fancy headerless ... 16K worth of 128 code in bank 6?

    [CODE]ld a,64 ; white ...
    ;LOAD 128 bank 6 code

    ;LOAD main ...
    daveysludge daveysludge October 2014 Development
  • Shadow Skimmer source codeI found a mention from many years ago (2002) about the author of Shadow Skimmer releasing the source code but the webpage not being available anymore…

    ... Shadow Skimmer releasing the source code but the webpage not being ...
    Metalbrain Metalbrain December 2014 Support files
  • Podraz 4 codeHello, it might help to preserve the code required for playing [URL="http://www.worldofspectrum.org/infoseekid.cgi?id=0003790"]Podraz 4[/URL] somewh…

    ... might help to preserve the code required for playing [URL="http ... on the game page. The code is "ZSZZZSJVVNSJ" (the 4th direction ...
    Patrik Rak Patrik Rak January 2015 Infoseek database
  • 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
  • Creating a ZX Spectrum Development Environment on Mac OS XI’ve been using a Macbook for a while now and am so impressed with it I decided shift my ZX Spectrum development from PC. It took me a little while t…

    ... I could only see snippets in other posts via ... or similar:

    [code]Configured with: --prefix=/Applications/Xcode ... Output version information and exit[/code]

    In ... pasmo -v -d --tap code.asm code.tap
    cat basic. ...
    TomD TomD July 2015 Development
  • 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
  • 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
  • Weird snippets of other people's conversationsWhen I'm out and about I often catch snippets of other people's conversation that are either really weird or just confusing (especially when taken ou…

    ... and about I often catch snippets of other people's conversation ...
    Maroc's Other Projection Maroc's Other Projection February 2016 Chit chat
  • 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
  • 128K programmingDoes anyone know any good resources on assembly programming for the 128? All I'm after is an "idiot's-getting-started-guide" on how to utilise the…

    ... it.. It's generally been snippets of info here & there ... .

    Any very simple code examples would also be really ...
    Morkin Morkin February 2016 Development
  • 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
<1…78910111213…34>

Latest Posts

  • 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
  • I am currently watching.....
    Paradigm Shifter on 12:49AM
  • New video about S-video modification on Issue two 48K Spectrum.
    Renegade on April 21
  • Happy 40th Birthday to the Amstrad CPC464!
    rich_chandler on April 21
  • Another Birthday! The Game Boy Is 35!
    mel the bell on April 21
  • European Software Titles with an English version
    harriusherbartio on April 21
  • Elusive Strategy Games done by the Smaller or less Prolific Software Houses.
    harriusherbartio on April 21
  • 1992 Spectrum Software
    harriusherbartio on April 21
  • +3 Disk drive motor
    AndyC on April 21

HitBox

Word Docs Hits
code 41.6K 91.2K
snippets 312 333

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…
  • 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…
  • 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…

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
  • zx spectrum games code club
  • random number code
  • ultimate games 3 machine code
  • basic save code
  • basic save code autorun

Copyright © 2024 World of Spectrum