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.116s
<1234567…34>
  • 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…

    ... /> I've used BAS2TAP before to convert text into loadable BASIC ... . I want to do something similar but produce CODE files consisting of ... the input text as a "" CODE file (inside a TAP/TZX ...
    textvoyage textvoyage June 2016 Development
  • Best way to codeHi, I've been using Zeus Assembler to code MC programs so far. Nothing fancy just the odd scroll left or animation stuff. Wot I'd like to know is, …

    ... 've been using Zeus Assembler to code MC programs so far. Nothing ... is, is a compiler better to code? If so which is the ... which is the best one to code for a beginner? Can I ... books on Specy are hard to find!
    Arjun Arjun August 2001 Sinclair Miscellaneous
  • Learning to code from scratchI'm going to start learning how to code my own games this week, and figured that I may need some (or perhaps a lot, depending on how complicated it i…

    I'm going to start learning how to code my own games this week ... on the best/easiest books to read, or simply just some ... I think i'm going to start with something simple for ...
    TechnicianSi TechnicianSi April 2007 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…

    ... seeing you all exchange assembly code and wondering how the & ... on these guides on how to code, but I can't for ... pointing someone to an "easy" guide called Mastering Machine Code on your ... ZX Spectrum. Needless to say, it ...
    alexsut alexsut March 2014 Development
  • 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…

    ... unclosed literals (maybe each " has to be closed by another " on ... out a simple command line ASCII to CODE/tap converter in an hour ...
    GReW GReW June 2016 Development
  • Can't Get My Simple Code To RunHello again, I'm trying to run the following simple code: [code] org 32768 main ld b, 21 ; x coordinate is …

    ... 'm trying to run the following simple code:
    [code]
    ...
    ; ***************************************
    ; de string to print
    ; be length of ... /> ld a,22 ; ASCII control code for AT.
    rst ...
    Scorpion_Realities Scorpion_Realities October 2017 Development
  • How to code a run and jumpHi all, Is there a way in basic to take action on two simultaneous key strokes. I want to add a run and jump i.e. keys Q and M but using inkey$ seem…

    ... there a way in basic to take action on two ... key strokes. I want to add a run and jump ... using inkey$ seems to limit me to only one key press ... ready for machine code yet so would like to solve this using ... not find the right words to retrieve the answer - which ...
    hedge hedge January 2011 Development
  • trying to read keyboardI have the speccy in interrupt mode 1 I used 'IM1' in assembly language then Im printing the contents of memoryu area 23560 to the screen: [quote] l…

    ... contents of memoryu area 23560 to the screen:
    [quote]

    ld a,#22 ; ASCII control code for AT.
    rst #16 ... 83 which is 'A' in ascii
    Im even loading the ... the morning and I forgot to load the C register with ...
    slenkar slenkar August 2013 Development
  • TASM, Z80 and Spec emusHi! Having some novice questions here regarding TASM and writing machine code for the Speccy emus... Now I have configured TASM into my EditPlus and…

    ... the program in hex code (as ascii characters that is - ... program converts the binary data to ASCII text).

    ... the OBJ file contains ascii code as that is (I ... I hardcode a piece of code to a specific address? ( ... if I would like to code UDG data in the ...
    ekoman ekoman July 2004 Development
  • Saving BASIC code as CODE... can't start programHi guys! I'm trying to create an adventure game for the Speccy in BASIC, called The Legend Of The Red Dragon. I'm using the excellent BASin to code…

    ... />
    I'm trying to create an adventure game for ... m using the excellent BASin to code it, and the game ... cheating, I decided to save each part as CODE. I save ... the game as CODE 30000, and ... , and cannot get the game to run.

    ...
    pottyboy pottyboy May 2005 Sinclair Basic
  • Blur codeHi I remember years back seeing some amazing speccy stuff - I saw some kind of blur effect? I think it was simple sprite movement back and forth 1 p…

    ... the game or even how to code this sorta thing? or do ...
    ZJones ZJones September 2006 Development
  • Help deciding how to developHi all, I've been looking through this forum for a few days now, and decided to say hello to you all. I have one question though, mainly because ther…

    ... days now, and decided to say hello to you all.
    I ... 68000 assembler, and would like to play about with Z80 again ... ? Something that will allow me to code on the PC, then send ... across to an emulator (Also, which emulator ...
    polomint polomint September 2006 Development
  • k7zx, a utility to load programs to Spectrum at very high speedk7zx is a windows program that convert .tap, .tzx , .sna and .z80 files to a wav file that can be played to a real Spectrum. You can down load it f…

    ... />
    Select "Sample frequency" to the native frequency of your ... (.hex is type of file to code a SCREEN$ without attributes for ... and Ultra are very sensible to volumen adjustment).

    Try diferentes methods to know which one you like ...
    decicoder decicoder January 2007 Development
  • MIA to be resolved, sortofHi Here's an MIA that needs resolving: [url]http://www.worldofspectrum.org/infoseekid.cgi?id=0017068[/url] Imagine - the game. This is a map, which…

    ... /Pages/Crash4100067.jpg[/url]) seems to be "this is how you ... game if you're going to code one" rather than an actual ...
    ghbearman ghbearman May 2007 Infoseek database
  • help sought with first foray into machine code - pixel scrolldownI have started to code my first machine code program, a simple roadrace game. I've based it around the pixel scrolldown routine in 40 Best Machine Co…

    I have started to code my first machine code program, a simple ... assmebly code (now edited to show comments)

    [code];scroll ... move pointer of line to be copied to to right, 1line up ... endroutine
    ret
    [/code]Your help is much appreciated ...
    bigjon bigjon February 2008 Development
  • machine code player routineHi all, Collecting all my courage to ask more (rather stupid attitude from me, but so difficult to ask questions and bother other people, don't unde…

    ...
    Collecting all my courage to ask more (rather stupid attitude ... dKTronics SoundFX program to find different effects to use my own ... 23760 is old method to save machine code to first REM line ... idea how to enter the machine code routine to code or how to do ...
    jukka_k jukka_k March 2010 Sinclair Basic
  • z80 machine code assemblerHi everyone, Which assemblers have a nice user interface. Because i want to code in assembler on the computer and then assemble it. I dont want a co…

    ... user interface. Because i want to code in assembler on the computer ...
    Robin Robin October 2010 Emulators
  • Is there a limit to the numberof variables you can have in BASIC..... Reason I ask is I've got an idea....but using my "lowest common denominator" approach to code I fear that I'…

    ... my "lowest common denominator" approach to code I fear that I'll ... b=2...etc etc) to assign to the play area and movement ...
    Wookiee Wookiee January 2012 Sinclair Basic
  • Bringing light to the City Connection conversion...Reading the "[URL="http://www.worldofspectrum.org/forums/showthread.php?t=39015"]Freddie Laker's Airline Capers[/URL]", it called my attention the co…

    ... i can understand perfectly to Alessandro... but i know ... sampler attached to the Amiga parallel port to load ... and the next text:[CODE]Passed more than 6 ... Spectrums. Whenever somebody manages to code a emulator for those ... 9.2
    [/CODE]This text should resolve ...
    SyX SyX May 2012 Games
  • Converting games to disk: difficult loadersThis thread has an spanish version in foro speccy, but I haven't gathered enough information to overcome my problems. I've been converting some game…

    ... block contains the jump to the game code). If they were only ... you get to the loading routine. Jumping from code block to code block is ... very boring, when I would need to ... the main entry point to the game code. I was thinking ...
    Zup Zup January 2013 Games
  • 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…

    When you attempt to code games for the 128K models ... *script;[/code]

    If I try to assign values to each variable ... , this is, for example:

    [code ... of my code. But values 8 and 9 are written to locations ...
    na_th_an na_th_an January 2014 Development
  • What would have been the hardest game to write?<div>I was recently think about Code Masters' Fruit Machine Simulator and what a piece of **** that would have been to code. I bet it brought in some…

    I was recently think about Code Masters' Fruit Machine Simulator and ... of **** that would have been to code. I bet it brought in ... . Anyway, this turned my mind to the opposite of that...
    to program?
    peteprodge peteprodge May 2015 Games
  • z80 assembly helpEver since I was a child I wanted to program my zx81 then my zx spectrum + 2. However, it was such a mystical beast and I only ever used BASIC not kn…

    ... exactly what the code is doing.

    To that end i ... coords.
    ld a,32 ; ASCII code for space.
    rst 16 ... /> djnz delay0 ??
    ret - returns to the main routine
    setxy ...
    antonyjones101 antonyjones101 September 2015 Development
  • 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…

    ... of newcomers especially those learning to program.

    ... any who are wanting to further their knowledge of ... people still
    devoted to Sinclair computers and their clones ... The majority of 'teach yourself to code' books are written by experts ...
    mik3d3nch mik3d3nch November 2016 Chit chat
  • Where to start? I want to learn assembly for the Spectrum (Total Novice)Hi, I want to learn to code assembly for the Spectrum but I'm a bit lost. I'm a programmer so I'm fluent with computers and several languages (or…

    ... ,

    I want to learn to code assembly for the Spectrum but ... mainly Ubuntu, so would prefer to use emulators that are available ... machine-code-game-30-minutes/

    But it seems to use ... is:
    How can I code assembly for the Spectrum and ...
    raistlinmolina raistlinmolina October 2017 Development
  • converting sna to tapsince i'm struggling to find a simple sna to tap converter that works fine on gnu/linux, i'm about starting to code one on my own (using a scripting …

    ... , i'm about starting to code one on my own ( ... system
    30 load"" code val"24576":rem 40kb
    40 load"" code val"16384":rem 6.75kb ... captured screen
    50 load"" code val"16384":rem 1.25kb ... br />
    the assembly code in the last chunck:
    nitrofurano nitrofurano April 2019 Development
  • INPUT ArchiveHowdy folks. I'd really appreciate some help in this. I'm planning on creating an online archive of the old coding mag INPUT (having recently acquir…

    ... br /> I'm not going to say "Thanks for the input ... haven't much time to give to it either (haven't ... don't know whether to scan the lot first ... code sent to me from people (thanks to those!!) and the plan is to ... I hope to be able to use an ASCII to SNA/TAP ...
    Fuzzbucket Fuzzbucket November 2001 Games
  • +D/Disciple games archive?Hi all, Having finally got my disciple to work, I'm starting to have a look at hacking multiload games. Is there any archive on the web with games t…

    ... right level. If the code is trying to load the level data ... =address to place the code block and a=level in ascii. The code at ... loadsome first subtracts $30 to change the ascii level digit to ...
    Alcoholics Anonymous Alcoholics Anonymous May 2004 Sinclair Miscellaneous
  • TASM, Z80 and Spec emusHi! Having some novice questions here regarding TASM and writing machine code for the Speccy emus... Now I have configured TASM into my EditPlus and…

    ... the OBJ file contains ascii code as that is (I ... hardcode a piece of code to a specific address?[/ ... /> [quote]And how to insert data to specific memory cells, i ... if I would like to code UDG data in the ... /> Your questions are all to do with the assembler directives ...
    cyborg cyborg July 2004 Development
<1234567…34>

Latest Posts

  • 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
  • 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
  • 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
ascii 1K 1.5K
to 549.6K 1.6M
code 41.6K 91.2K

Related Threads

  • Fastest way to decide which pixel to paint in order to draw a straight line(after I saw "Bresenhams circle algorithm" in development forum, I decided to ask this in here)<br /> <br /> in fact, I want to accelerate a car towa…
  • Now seems to be a good time to add to your collectionsI have bought a few spectrum items to add to my collection recently, had i bought them a year or two ago they would have cost double. This is one of …
  • Update to Image to ZX Spec to 1.3.1I'm inbetween jobs at the moment and felt the need to add a new feature - the ability to export anim gifs.<br /> <br /> [IMG]https://lh6.googleuserco…
  • simplest method to pass a string to m/code?The statement "RANDOMIZE numvar+USR mc" is a simple way of passing a single numeric parameter to a m/c routine, as mc can retrieve numvar from the to…
  • Text (ASCII) to ""CODE filesHello everyone!<br /> I've used BAS2TAP before to convert text into loadable BASIC programs. I want to do something similar but produce CODE files c…
  • Alternative to Poke 23659,0 to prevent a 'break in' to a Basic Program.Good morning everyone,<br /> <br /> My memory fails me these days but in the early days of programming I used to use Poke 23659,0 as a crude way of…
  • i want to save a snapshot file from snap to tap onto my hdd. what code address and length is it?hi,<br /> i want to save a snapshot file from snap to tap onto my hdd. what code address and length is it?<br /> i cant seem to find any info on th…
  • How to download games to micro sd card to play on Sinclair zx spectrum vegaHello<br /> Could anyone tell me how to download games from a website to a micro sd card to play on a Sinclair zx spectrum vega , I mean do I use a …
  • A game to port to... to make for... ZX Spectrum ?Hey there,<br /> <br /> I'm a game coder on Commodore computers (C64,CPlus/4,VIC20,Amiga) and I loooove the ZX Spectrum.<br /> I grew up with Comm…
  • How to copy file from tape (*.tap) to disks (*.dsk) ?I am using zx32 with win98 and i want (in the emulate +3) copy files from virtual tapes to virtual disks.<br /> <br /> I use =&gt; load "NameOfFile" …

Related Searches

  • lowest memory for code
  • lowest memory position for machine code
  • lowest memory position machine code
  • lowest memory machine code
  • add machine code sprite movement to basic
  • machine code to rem
  • change tape to disk in machine code
  • using user defined function to run machine code
  • passing variables to machine code
  • machine code to speccy
  • decimal to ascii
  • how do i add code to a game
  • how to code a 256 byte aligned look up table
  • basic character to ascii code
  • key press to ascii in basic
  • pass variables from basic to machine code
  • scancode to ascii
  • commands to run machine code
  • usr to run machine code
  • basic source to ascii

Copyright © 2024 World of Spectrum