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.147s
<1…25262728293031…34>
  • Technician Ted disassemblyOkay, by popular (?) demand I have dug out my old disassembly notes on Tech Ted, converted them to skoolkit and stuck them up at [url="https://github…

    ... completely undocumented snapshot of raw machine code, but at least I've ... similar manner, test for bit 0 with SRL A; JR C ...
    Ritchie333 Ritchie333 December 2018 Assembler
  • Tape to +3 disk transferWhen the first basic part was merged from tape, to be saved to disk, and it looked like this: [img]https://i.imgur.com/UQx1hc2.jpg[/img] how di…

    ... LOAD "nifty.c" CODE 33000
    30 PAUSE 200: RUN USR 44138 ... [/code]

    I hope ... their intended location using a machine code routine. If you try to ... later.

    (BTW, that PAUSE 200 in the BASIC loader ...
    Zup Zup February 2019 Sinclair Basic
  • counting in assembleri have this program which cycles through the character set. how do i do this with numbers say 0 to 65535? org 40000 ld b,120 ld (23612),a L…

    ... br /> jr z,display3
    [/code]

    should be

    [code]
    ld a,(hl)
    cp 0
    jr ... z,display3
    [/code]

    machine code)...

    Calling the ...
    Luny Luny February 2019 Assembler
  • is there a way of bypassing the rom and having 64 columns mode running all the time?i have tried various 64 column print routines but none of them seem to do this. i would like it to do 64 column mode for listings, typing, editing, p…

    ... of RIGHT oriented characters (bits 0-3)

    then simply ... char set using a small machine code shift routine but that was ...
    SKR SKR April 2019 Development
  • border effectsive been playing around with border effects like 10 border 1 20 border 2 30 pause 1 40 goto 10 ,etc i even wrote one in machine code. …

    ... single frame. Throw in a PAUSE 1, which does wait for ... and accurate cycle timing of machine code if you want to actually ...
    AndyC AndyC May 2019 BASIC
  • border effectsive been playing around with border effects like 10 border 1 20 border 2 30 pause 1 40 goto 10 ,etc i even wrote one in machine code. …

    ... is still drawing it.
    PAUSE 1 doesn't strictly wait ... />
    With the speed of machine code, you can make each line ...
    joefish joefish May 2019 BASIC
  • what does the USR command actually stand for?im sure its an acronym, if i remember rightly. ____ sub routine?

    ... input some value into the machine code.[/quote]
    Mostly true, but ... 40000+X where X is 0 or 1 and so pass ... or off.

    Your machine code could return in BC an ... called.

    Or your machine code could insert itself into one ...
    joefish joefish June 2019 BASIC
  • Looking for any maze game where the map is different every timeHi folks, I'm looking to sharpen my game writing skiils (or lack thereof!) and I need an example of a simple maze game which creates a different map…

    ... code]
    10 LET ml=5
    20 INK 0: PAPER 0: BORDER 0 ...
    100 PRINT AT 0,0;"###############################";
    110 FOR i ... 200 REM PRINT #1;AT 0,0;r;" ";
    210 LET ...
    370 INK 0: PAPER 7
    380 PAUSE 0
    [/code]
    JianYang JianYang July 2019 Games
  • Shrinky challengeInspired by this contest on c64: http://nurpax.github.io/posts/2019-08-18-dirty-tricks-6502-programmers-use.html Make the smallest possible .tap t…

    I never even thought of machine code, I blinkered on BASIC.
    ... .
    Use NOT PI for 0
    Peek PI gives 255 ...
    Luny Luny August 2019 Development
  • Shrinky challengeInspired by this contest on c64: http://nurpax.github.io/posts/2019-08-18-dirty-tricks-6502-programmers-use.html Make the smallest possible .tap t…

    ... "] I never even thought of machine code, I blinkered on BASIC.
    0 in loaders and whatnot for ...
    Hikaru Hikaru August 2019 Development
  • TutorialsWe are looking at adding a tutorial section to the new site. This can be anything from beginners BASIC to AGD to writing an emulator. It will depend …

    ... br /> ----- ----- ------ ----
    Mastering Machine Code ...... 8 .. Toni Baker ..... ZX Computing ...
    First Steps in Machine Code . 6 .. David Nowotnik . ... co.uk/~jg27paw4/pourri/0-surc-contents.htm]{{ Spectrum ...
    Battle Bunny Battle Bunny October 2019 Feature Requests
  • Understanding tape edgesI've never done any tape reading code. But I've read about these "edges" on multiple occasions. Trouble is I don't understand what they heck they are…

    ... reverse. This is exactly 0.70 Volts on both Issue ... , and otherwise it is 0, on both Issues. Is ... should be between 0V and 0.8V. To reliably detect ... the input threshold voltage as 0.714V.

    [ ... much depends on how the machine code routine works. Keep in ...
    1024MAK 1024MAK October 2019 Development
  • how do i change the color of the input statement "" and whatever is typed in it?the background ink doesnt seem to change it

    ... PRINT "[EXTEND MODE, CAPS SHIFT, 0]"

    Even though the ... is going to be a machine code trick, if it's even ...
    The Mighty Dopethrone The Mighty Dopethrone May 2020 Sinclair Basic
  • this code wont give me a random starfieldim using a peice of code that ive copied from a book, ignore most of it as it is redundant. for some reason i get a strange random starfield instead …

    ... br />
    Firstly, [code]AND 175[/code] won't be filtering ... a random (0.255) ... value in A to (0..175). It isn't ... pixels vertically - this is machine code by the way not BASIC ... full range of a byte (0..255).

    I ...
    BloodBaz BloodBaz July 2020 Assembler
  • this code wont give me a random starfieldim using a peice of code that ive copied from a book, ignore most of it as it is redundant. for some reason i get a strange random starfield instead …

    ... br />
    Firstly, [code]AND 175[/code] won't be filtering ... a random (0.255) ... value in A to (0..175). It isn't ... pixels vertically - this is machine code by the way not BASIC ... full range of a byte (0..255).

    I ...
    digital digital July 2020 Assembler
  • type in to learn about IM2I'm trying to mess around with learning about IM2 and I found a nice little article in Sinclair User September 1988, issue 78, Page 70-71 [url="https…

    ... starting with some "defb 0" which are NOPs... But ... ). Problem is the code writes into memory preceding ... basic, CLEAR, load the machine code "above" the CLEAR, ... run the code, which immediately corrupts the ... 0" right at the start? It'll force the BASIC code ...
    bhandscomb bhandscomb July 2020 Development
  • How to write a simple BASIC* horizontal scrolling game (Tutorial) [b]How to write a simple BASIC* horizontal scrolling game[/b] In this tutorial, we will be talking about how to write a simple BASIC* horizont…

    ... near-total non-knowledge of machine code I managed to decompile everything ... (or indeed anything else) in machine code. And despite what I've ... I really understand about this machine code listing is "some numbers are ... comes up with LD A,0 and Batman is far from ...
    The Mighty Dopethrone The Mighty Dopethrone September 2020 Development
  • How to write a simple C+asm horizontal scrolling game (Tutorial, z88dk)[b]How to write a simple C/asm horizontal scrolling game[/b] [b]Note:[/b] This tutorial has multiple parts... I am still writing but this first pa…

    ... y = 10;
    game_over = 0;
    score = 0;

    while (!game_over ... special like assembly or machine code here:

    [code]
    void ... y = 10;
    game_over = 0;
    score = 0;

    while (!game_over ...
    Timmy Timmy September 2020 Development
  • A Sunday grumbleGIVE IN & DROP OUT OR WHAT? The following is not a sensible message meaning that I'm not necessarily going to act upon what the title suggests, I'…

    ... it does have somewhat machine code, 90% of the code is in BASIC ... anyone here is good in machine code. Some of them are good ... like "1,0,64,201" (a random piece of machine code I just ... use 'assembly language' instead of 'machine code'. (Yes I know everyone uses ...
    Timmy Timmy September 2020 Chit chat
  • Looking for any maze game where the map is different every timeHi folks, I'm looking to sharpen my game writing skiils (or lack thereof!) and I need an example of a simple maze game which creates a different map…

    ... this one:

    [code]
    10 REM Maze Generator ... br /> 40 LET nn=0: FOR n=1 TO ... 60 IF nn>0 THEN LET o=of(nb ... GO TO 40
    80 PAUSE 0: RUN
    90 LET ... TO mw: FOR y=0 TO mh-1: PRINT ... 1,2;" ": RETURN
    [/code]

    Runs on ...
    Dunny Dunny September 2020 Games
  • (Fixing) The Swordsman of Kraxis 7The Swordsman of Kraxis 7 ([url="https://worldofspectrum.org/software?id=0013314"]link[/url]) is an arcade adventure, from a type-in book (in BASIC).…

    ... do.)

    [code]
    1 REM *****THE SWORDSMAN ... SERA IS ";CC
    1040 PAUSE 0
    1050 PRINT : PRINT ... 3,"ASK THEM FOR HELP",0
    1570 DATA ... 1575 DATA "FIGHT HIM",0,"APOLOGISE AND ASK FOR HELP ... MAKING A WRONG MOVE.": PAUSE 0: GO TO 1
    Timmy Timmy March 2021 Sinclair Basic
<1…25262728293031…34>

Latest Posts

  • How Do You Categorize Your Speccy Software and Games?
    harriusherbartio on 1:34PM
  • Happy 40th Birthday to the Amstrad CPC464!
    Your Spec-chum on 7:28AM
  • Your Favorite Magazine Cover Tapes.
    Paradigm Shifter on 1:28AM
  • Simple Sprite Routine
    dmsmith on 1:25AM
  • I am currently watching.....
    zx1 on April 11
  • Today's BASIC program: visit attribute cells I am interested in, in pseudorandom order
    Paradigm Shifter on April 11
  • How do you share programs online?
    firelord on April 11
  • Celebrity deaths...
    Ælita on April 11
  • Who Has Got The Earliest ZX Spectrum Software?
    harriusherbartio on April 11
  • Footballer of the year - translated version
    firelord on April 11

HitBox

Word Docs Hits
pause 2.6K 5K
0 940.2K 1M
machine 27.2K 35.6K
code 41.6K 91.2K

Related Threads

  • ANNOUNCE: Fuse 0.6.1, libspectrum 0.2.0, fuse-utils 0.6.1I'm pleased to announce the release of the Free Unix Spectrum Emulator (Fuse) 0.6.1, which is now available from its [url="http://www.srcf.ucam.org/~…
  • Fuse 0.5.1 and libspectrum 0.1.0 releasedVersion 0.5.1 of Fuse, the Free Unix Spectrum Emulator, is now available from its homepage, [url="http://www.srcf.ucam.org/~pak21/spectrum/fuse.html"…
  • ANNOUNCE: Fuse 0.6.1.1, libspectrum 0.2.0.1Hi all.<br /> <br /> The recently released Fuse 0.6.1 and libspectrum 0.2.0 contained a couple of moderately serious bugs:<br /> <br /> * The SVGAlib…
  • Release candidates for Fuse 0.7.0 and libspectrum 0.2.2Hi all.<br /> <br /> Release candidates for [url="http://fuse-emulator.sourceforge.net/fuse-0.7.0pre1.tar.gz"]Fuse 0.7.0[/url] (and [url="http://fuse…
  • (Belated) ANNOUNCE: Fuse 0.7.0 and libspectrum 0.2.2 releasedThe Fuse team is pleased to announce that release of Fuse 0.7.0, the associated utilities and version 0.2.2 of the Spectrum emulator support library,…
  • 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 /…
  • 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…
  • [NEW] Retro Virtual Machine v1.0.0 for OSX released!!!!Here it is! Retro Virtual Machine v1.0.0 RELEASED!!!!<br /> <br /> Many thanks first to Patrik Rak for the PZX format and for their Z80 tests witho…

Related Searches

  • lowest memory position for machine code
  • lowest memory position machine code
  • lowest memory machine code
  • 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
  • machine code routines
  • ultimate games 3 machine code
  • learning machine code
  • spectrum machine code
  • machine code sprite movement in basic
  • add machine code sprite movement to basic
  • beeper from machine code
  • new machine code
  • machine code ide
  • machine code tutorial
  • spectrum machine code ian stewart
  • machine code
  • machine code ay
  • pause 0 machine code

Copyright © 2024 World of Spectrum