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.018s
<1…567891011…34>
  • Code analysis on SNA filesI was wondering if anybody has attempted to convert all TZX/TAP files into SNA files? I would prefer SNA files as they're easy to use and search from…

    ... /> Basically the first bit of code analysis I've been doing ...
    Jimmy Jimmy January 2014 Development
  • About how z88dk generates code and makes room for variables.When you attempt to code games for the 128K models using z88dk in C you need to somewhat control where variables are stored in memory. I thought tha…

    ... ;
    unsigned char *script;[/code]

    If ... for example:

    [code] script_result = 6;
    script_something_done = ... = 8;
    script = 9;[/code]

    I can see ... looking at the generated code:

    [code]ld A, $ ...
    na_th_an na_th_an January 2014 Development
  • Autorun code in an emulator?[FONT=Calibri][SIZE=3]I am using Tommygun and pasmo to develop my game. This works fine but each time the emulator is started and file loaded I then …

    ... type a line of code to execute my code. Is it possible ... it will auto run my code?[/SIZE][/FONT]
    Mr Millside Mr Millside January 2014 Development
  • Help a small machine code game.Hello all you clever wossers are there any GOOD?? games that are in machine code (no basic apart from the loader,rnd usr bit) but are very small ma…

    ... ?? games that are in machine code (no basic apart from the ...
    ASH-II ASH-II January 2014 Games
  • ZX Spectrum code examplesThe shortage of sites with decent code examples seems to be few. The links to alot of sites that used to host them are disappearing into the ether. …

    ... shortage of sites with decent code examples seems to be few ... .

    How about place code examples in this thread or ... special area for zx spectrum code.

    There is a ...
    alienbanana alienbanana February 2014 Development
  • What's wrong with this code?[code]10 LET X=1+INT (RND*99999999): LET Y=1+INT (RND*99999999) 20 INK 4 30 PAPER 0 40 PRINT "Quest for ye flask!" 50 PRINT "?2014 Yoshiatom" 60 PRIN…

    [code]10 LET X=1+INT ( ... 0: CLEAR : GO TO 100[/code]
    For some reson the ...
    Yoshiatom Yoshiatom February 2014 Sinclair Basic
  • Loading AGD games into AGD to check codeHey there Not sure if this is quite the place to put this but it covers both Jonathan's AGD and Spin and is a question about developing my AGD game.…

    ... look at other AGD game code to get [strike]steal some ... my games and view the code to see how things work ... .5) to view the game code?

    Any help gratefully ...
    Maroc's Other Projection Maroc's Other Projection February 2014 Development
  • 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
  • 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
  • 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
  • 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
  • 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
<1…567891011…34>

Latest Posts

  • I am currently watching.....
    Paradigm Shifter on 12:49AM
  • New video about S-video modification on Issue two 48K Spectrum.
    Renegade on April 21
  • Fixed Speccy Software. And which games remained unfixed?
    John Elliott 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
  • Celebrity deaths...
    mel the bell on April 20

HitBox

Word Docs Hits
bb 891 1.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…
  • BB Code in posts - How do I change the font size and color?Below the text input field it says you can use BB code in your post.<br /> <br /> [style size="15px"]You can't [/style]<br /> [style color=#FF0000…
  • 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