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.037s
<1234567…34>
  • Drawing some spritesI figured I want to draw some sprites. My target was to do a 16x16 masked sprite. There's no clearing here, just drawing the sprites. My first ite…

    ... bytes due to 8 shifted copies.

    [code]
    /* shift 3 ... , 0b00000011, 0b11111100, 0b11111111, 0b00000000,
    [/code]

    Turned inner loop ... abovementioned optimizations mean that different shifted positions of the sprite will ...
    Sol_HSA Sol_HSA November 2015 Development
  • Extra screen in Jet Set Willy?I was online looking at screens from JSW when i came across a reference to an extra screen in JSW called April Showers that could be accessed by typi…

    ... Willy, because IIRC the longer code block when loading was about ... .[/quote]

    The actual code is above $8000, with the ... complete rewrite, based on the code from the Amstrad CPC version ... when creating it, not just shifted original code around. :)
    Luny Luny March 2022 Games
  • Help, my Sprite Code wont workI have zipped it all up here: [url="http://www.peargames.co.uk/downloads/galagorf.zip"]http://www.peargames.co.uk/downloads/galagorf.zip[/url] If y…

    ... .tap, it works using pre shifted sprites

    If you ... tried to implement Derek Smiths code to preshift all bytes before ... ball

    In this code I draw to a backbuffer ...
    robpearmain robpearmain December 2005 Development
  • IN or INKEY ?just curious which is better to use.. I have a menu done.. and use 6/7 to go up down it + space to cycle thru the options (using inkey).. obv. if I w…

    ... ;569519]
    I hope the code above is self explanatory but ... />
    240 is getting the shifted values ? (much like I'd ... many variables, like looking at alphabet spaghetti to me) .. your looping ...
    fog fog October 2011 Sinclair Basic
  • IN or INKEY ?just curious which is better to use.. I have a menu done.. and use 6/7 to go up down it + space to cycle thru the options (using inkey).. obv. if I w…

    ... ?
    240 is getting the shifted values ? (much like I'd ... many variables, like looking at alphabet spaghetti to me) .. your looping ... example will demonstrate how the code works. Simply copy and paste ... one page menu).

    [Code]100 BORDER 0: PAPER 0 ...
    Paddy Coleman Paddy Coleman October 2011 Sinclair Basic
  • LINE-routine and other nice pieces of codeThe line-topic came in the end with a nice piece of fast coding. I think that there might be more of these routines out there (where-ever-u-r). Isn…

    ... to collect these pieces of code somewhere ??

    I made ... emulator and to decide which code had to be emulated I ... /> MAIN...LD A,(DE) ; fetch code to be emulated (7)
    Decision made from fetch code to start emulating : 36 T ...
    Dr BEEP Dr BEEP October 2001 Sinclair Miscellaneous
  • Assembler code from tutorial, problem!I was wondering if anyone could help me decipher this z80 assembler code? ORG 60000 LOAD 60000 EA60 21BCEA LD …

    ... me decipher this z80 assembler code?

    ORG 60000
    code, but I am having trouble ...
    Duxbuz Duxbuz August 2001 Sinclair Miscellaneous
  • machine code basicsWondered if anyone can help me out. I have been playing round with some disassemblers (Zeus). And Machine code loaders. All I want to do is print my…

    ... some disassemblers (Zeus). And Machine code loaders.

    All I ...
    Duxbuz Duxbuz August 2001 Sinclair Miscellaneous
  • 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, …

    ... been using Zeus Assembler to code MC programs so far. Nothing ... , is a compiler better to code? If so which is the ... is the best one to code for a beginner? Can I ...
    Arjun Arjun August 2001 Sinclair Miscellaneous
  • Machine code loaderI was wondering how people wrote games. On the trail to this knowledge I discovered a machine code loader in basic, and also z80 assemblers. Which i…

    ... knowledge I discovered a machine code loader in basic, and also ...
    Duxbuz Duxbuz August 2001 Sinclair Miscellaneous
  • Loading with CODEHi all! I last played speccy games back in '91. that's when it died IMHO. It's good to see people are keeping the dream alive with emulators and util…

    ... be loaded with :
    LOAD "" CODE
    where was a number ...
    ember ember March 2002 Games
  • Saving machine code on EmulatorI have been dabbling with Chapter 26 of Stephen Vicker's "ZX Spectrum Manual". [url="http://www.madhippy.com/8-bit/sinclair/zxspecman/zxmanchap26.htm…

    ... explains how to input machine code and then finally tells you ... program that then loads the code to run. However, I cannot ...
    ember ember March 2002 Emulators
  • Machine CodeOk i had a spectrum when i was younger and only used it for playin games and typing simple BASIC programs - i mean really simple! Things like 10 Pri…

    ... to do something in machine code. I've seen a lot ... the loaders and seein the code was all blocked out or ... info, especially about the Machine code
    Alex
    alexsut alexsut July 2002 Sinclair Miscellaneous
  • BASIC code challengeWrite a program in BASIC as short as possible that will continue after KEY-RELEASED. The program must be fully relocatable (so it must be programmed …

    ... 0 is replaced by your code to wait for keyreleased.
    Dr BEEP Dr BEEP August 2002 Sinclair Miscellaneous
  • Speccy machine code info where is it?Recently I've been trying to learn Z80 and I've managed to make limited progress (some of my routines even compile now!) but I seem to be having trou…

    ... dark art of speccy machine code is obscure and mysterious, thats ...
    Sharopolis Sharopolis June 2003 Sinclair Miscellaneous
  • How do I enter the code ?OK, I have a problem with Pro Tennis Tour from Ubisoft. The original version of this program has a protection system where the program asks you to na…

    ... ENTER to skip the current code until the game asks you ...
    GOC GOC June 2003 Games
  • Z80 Machine CodeHello again chaps, Hope I'm in the right category for this question - I suppose it could be under 'Game Creation / Programming'. hehe Ive got far t…

    ... childhood ambition, and learn machine code.

    I got familiar ...
    the_misguided_fool the_misguided_fool August 2003 Games
  • Frog Hopper/Code Name Mat Dixon's Pack ??I have found this tape in my collection that I can't find a reference to anywhere. It's a compilation of Frog Hopper and Code Name Mat (one game on e…

    ... compilation of Frog Hopper and Code Name Mat (one game on ...
    caffeinekid caffeinekid September 2003 MIA/STP/SDP
  • code cards etcJust been looking at the code cards etc for jetset willy and the like and i had a thought :o Back in the speccy days when they released games with s…

    Just been looking at the code cards etc for jetset willy ... carefully hand copying a coloured code card for a game we ... easy downloading of games and code cards lol, scan a card ... to view while entering the code, or printed off in colour ...
    mel the bell mel the bell November 2003 Games
  • Calling Inform Z-code users...This is just a wild swing really. I've been using Inform 6 to try and develop an adventure game. Inform, if u didn't know, is a programming languag…

    ... adventure games in the Z-code format (the format that Infocom ...
    Arjun Arjun December 2003 Sinclair Miscellaneous
  • The Code - CSS queryThere is an interesting thread on CSS (yes, I peek in occasionally) regarding the game 'The Code': [url="http://groups.google.co.in/groups?dq=&hl=en&…

    ... occasionally) regarding the game 'The Code':
    [url="http://groups.google ... for Checkpoint 2A for The Code?
    Arjun Arjun March 2004 Sinclair Miscellaneous
  • How to program Machine Code on a PC, and then run it on a speccy?Well, I've been looking into MC a bit more deeply recently - I reckon I could get my head round MC now. Back when I was a teenager, I couldn't see th…

    ... a bit cumbersome to actually code it on the speccy - what ...
    jonrach73 jonrach73 March 2004 Development
  • Mysterious bit of codeHi everyone, I found the follow piece of code in a game and was wondering what it does. ld bc,40ffh ld e,40h loop ld a,r …

    ... found the follow piece of code in a game and was ...
    dmsmith dmsmith August 2004 Sinclair Miscellaneous
  • 40 Best Machine Code Routines - ZX SpectrumHi, Currently for sale on EBAY: 40 Best Machine Code Routines for ZX Spectrum [url="http://cgi.ebay.co.uk/ws/eBayISAPI.dll?ViewItem&rd=1&item=6917…

    ... :

    40 Best Machine Code Routines for ZX Spectrum
    dmsmith dmsmith August 2004 Sales
  • Machine CodeCan anyone point me to an online tutorial on ZX Spectrum Machine Code, please?

    Can anyone point me to an online tutorial on ZX Spectrum Machine Code, please?
    pluvia pluvia August 2004 Sinclair Miscellaneous
  • Wanted: Machine Code Sprites and Graphics BookWould anyone be willing to either sell or swap this book. Its full title is Machine Code Sprites and Graphics for the ZX Spectrum : A complete guide…

    ... title is

    Machine Code Sprites and Graphics for the ...
    dmsmith dmsmith August 2004 Wanted
  • need help with speed optimization. this procedure draws a sprite with mask from memory onto the screen with x-coordinate in pixels. it doesn't shift sprites in realtime, it just uses …

    ... need is speed.
    [code]DRTABL ;precalculated table, needed for ...
    LD C,A ;storing shifted mask for next time
    LD B,A ;storing shifted byte for next time
    RET
    [/code]
    moroz1999 moroz1999 August 2004 Development
  • 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…

    Below is my WIP code to do smooth screen wrapping ... be most welcome

    [code]
    ; ********************************************

    ; Char Offset ...


    END
    [/code]
    robpearmain robpearmain August 2004 Development
  • 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 Note, for 48k spectrum using TASM [code] ; ***********…

    ... spectrum using TASM

    [code]
    ; ********************************************

    ; Char Offset ... /> PUSH IX

    ; ADD CODE to animate, i.e change ... /> END



    [/code]
    robpearmain robpearmain August 2004 Development
  • Smooth Screen ScrollingHi Everyone, Any suggestions on what is the best way to do horizontal scrolling ie. in Zynaps fashion. I am working on a routine at the moment, whi…

    ... the moment, which uses pre-shifted blocks 32x16 and then blends ... to use, and how to code it most efficently.

    dmsmith dmsmith September 2004 Development
<1234567…34>

Latest Posts

  • Your Favorite Magazine Cover Tapes.
    Your Spec-chum on 2:19PM
  • Where to Buy the New or Fairly Recent , Excellent ZX Spectrum Games Software?
    Your Spec-chum on 1:34PM
  • i am currently listening to........
    mel the bell on 11:34AM
  • Mis-labeled cassette titles or a name change?
    harriusherbartio on 11:06AM
  • Ways to preserve Speccy Tapes in the loft
    harriusherbartio on 10:58AM
  • Fixed Speccy Software. And which games remained unfixed?
    harriusherbartio on 10:47AM
  • Minor British Sports that did become games on the ZX Spectrum
    harriusherbartio on 10:30AM
  • How to return to basic properly from ASM
    Paradigm Shifter on 1:54AM
  • Frankie's ZX Spectrum Digouts
    Zup on April 8
  • Elusive Strategy Games done by the Smaller or less Prolific Software Houses.
    harriusherbartio on April 8

HitBox

Word Docs Hits
shifted 827 1.1K
alphabet 278 336
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
  • zx spectrum games code club
  • random number code
  • ultimate games 3 machine code
  • basic save code
  • shifter alphabet code

Copyright © 2024 World of Spectrum