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.027s
<1234567…34>
  • The influence of school.I was having a think about school this morning and realised what an influence it was on me with regards to computers. I was never a big fan of school…

    ... like For...Next loops, Print statements and 'Input'. I think he ... Inkey$ to catch user input at a character level and ... valid responses instead of having Input statements crashing out.
    ... never get my head around machine code/assembly language and didn't ...
    Antiriad2097 Antiriad2097 July 2016 Chit chat
  • The point of IX+1 IX+2 ?the numbers that you can add-on to IX and IY seem hardcoded, so I dont see the use of that feature? any examples of the use of IX and IY plus number…

    ... too. An example:

    [code]
    10 DIM A$(3 ... /> 30 INPUT "Enter a number (1-3)";a
    40 PRINT a ... $(a,4 TO 8)
    [/code]

    In Machine Code ...
    Timmy Timmy July 2017 Assembler
  • Thinking about my gameAnother long post, I'm afraid. Somewhere on this Forum is a short chunk of text I put up as a sample of what I'd like to turn into a text adventu…

    ... BASIC. you could try some machine code engines to let you display ... 's just a lot of PRINT and INPUT or INKEY$ and GOTOs ... in 5 minutes)
    [code]
    100 PRINT "You are walking along ... INPUT a
    140 GO TO 100+100*a
    200 PRINT ...
    Timmy Timmy July 2017 Chit chat
  • Troubleshooting my +2To put this in context: a while back (i.e. late last year and earlier this year) I was looking to put together a compilation of modern Spectrum games…

    ... properly but has no tape input (called "Ricky" on the other ... of INs and OUTs or machine code equivalent) that I could run ... 'm thinking it'd be "PRINT IN x" with lots of ...
    The Mighty Dopethrone The Mighty Dopethrone November 2017 Hardware
  • 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…

    ... jr z,display3
    [/code]

    My example ... to display into the 'input' stream at the ... print was last done (the call to start the machine code ... )...

    Calling the following before any printing...

    [code ...
    Luny Luny February 2019 Assembler
  • what does the USR command actually stand for?im sure its an acronym, if i remember rightly. ____ sub routine?

    ... standard method to input some value into the machine code.[/quote]
    ... your machine code could insert itself into one of the PRINT# streams ... , so then a PRINT# or LPRINT ... command would send a string to your machine code ...
    joefish joefish June 2019 BASIC
  • What to write / programme?I've been trying to get back some motivation to write something in machine code for the Spectrum. I don't feel I am organised enough to write somethi…

    ... INPUT magazine series would help, if someone wants a primer on Machine Code ...
    ret

    PRINT USR 50000


    machine code / assembler at all yet ... program memory where your machine code routines and data are ...
    dmsmith dmsmith March 2020 Development
  • Mighty Maths ProgramsIn a break from typing in listings from 37-year-old magazines, I had a sudden urge to write a maths-related program, as I do, occasionally. Some, suc…

    ... of grey" graphics around the input and output values, and using ... 's two character spaces for input integers from 10 to 15 ... translate these two programs into machine code to see how they run ... probably emulated) ZX80 - losing the PRINT AT commands will be tough ...
    The Mighty Dopethrone The Mighty Dopethrone March 2020 Sinclair Basic
  • how do i change the color of the input statement "" and whatever is typed in it?the background ink doesnt seem to change it

    ... INPUT "[EXTEND MODE, CAPS SHIFT, 2]Colour? ";c
    20 PRINT "[EXTEND ... , the L cursor and the input to be displayed are still ... is going to be a machine code trick, if it's even ...
    The Mighty Dopethrone The Mighty Dopethrone May 2020 Sinclair Basic
  • 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…

    ...
    Then we print the score right after scrolling ... like assembly or machine code here:

    [code]
    ... function:

    [code]
    void __CALLEE__ i16toa( ... br /> return score;
    }
    [/code]


    --- END ...
    Timmy Timmy September 2020 Development
  • Titles for swopsThe following are up for swops. They will be going on ebay at the weekend so shout soon please. Anything not listed on my site is wanted. 1943 Kix…

    ... Sinclair
    BMX Simulator Code Masters
    Boxing Manager ... br /> Grand Prix Simulator Code Masters
    Gulpman Campbell ... Lunar Jetman Ultimate
    Machine Code Tutor New Generation
    ... Drift Hit Squad
    Print Utilities Sinclair
    Pssst ...
    ADJB ADJB February 2004 Sales
  • Entire Sinclair Software Collection For Sale - Built Up Since 1988!Sinclair Spectrum Software For Sale Information below includes the title of the software, the type of media it is supplied on and the price. I can a…

    ... Island Dizzy, Magicland Dizzy (Code Masters ? 1990)
    ... Spellbound Dizzy, Kwik Snax (Code Masters ? 1991)
    ... Machine [Instant Machine Code Techniques To Improve Your Graphics Programming And Save Memory.]?????????????????????????????????? (Print ...
    retrogod retrogod March 2004 Sales
  • 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
  • An intriguing question...Well, intriguing for me anyway. As we all know, when calling a Machine Code function from BASIC, we use the USR (address) function. But for this to …

    ... all know, when calling a Machine Code function from BASIC, we use ... />
    RANDOMIZE USR xx
    PRINT USR xx
    LET a ... function?

    Why use PRINT instead of RANDOMIZE, (or vice ...
    monty.mole monty.mole June 2004 Development
  • Where do you start!I am fairly new to spectrums, and have only been programming for a couple of years starting on bbc basic. where do you start programming a game. Is a…

    ... game. Is an understanding of machine code vital, and if so can ... "Idiots Guide" to programming using machine code.
    at the moment my ... x=x+1
    30 print x
    40 if x ...
    guesser guesser September 2004 Development
  • ANNOUNCE: BASin Release 12 ready for downloadWell, after a rather large break, BASin's latest incarnation is ready for public use. Probably. BASin is a Sinclair Spectrum development environme…

    ... give a better runtime INPUT line routine with full ... for augmenting your BASIC code with machine code snippets - please report ... word wrap.

    Code profiling - measure the speed that ... the IN instruction, enabling machine code routines to get at the ...
    Dunny Dunny June 2005 Emulators
  • ANNOUNCE: BASin Release 12 ready for downloadWell, after a rather large break, BASin's latest incarnation is ready for public use. Probably. BASin is a Sinclair Spectrum development environme…

    ... give a better runtime INPUT line routine with full ... for augmenting your BASIC code with machine code snippets - please report ... word wrap.

    Code profiling - measure the speed that ... the IN instruction, enabling machine code routines to get at the ...
    Dunny Dunny June 2005 Sinclair Basic
  • I've just found a couple of my old cassettes...Some people have interesting old cassettes full of machine code experiments they made while they were still at school. Not me. I found one cassette…

    ... interesting old cassettes full of machine code experiments they made while they ... type-in programmes, mostly from Input magazine.

    Not all ...
    Jmk Jmk January 2006 Sinclair Miscellaneous
  • how to pass arguments from Basic to MC ?can someone explain me (or give some link) how to pass arguments from basic to machine code? i mean something like this: PRINT USR xxxxx, arg1, arg2:…

    can someone explain me (or give some link) how to pass arguments from basic to machine code? i mean something like this:
    PRINT USR xxxxx, arg1, arg2: ...
    or so...
    Fikee Fikee April 2006 Development
  • ANN: SP1 for Z88DK (aka splib3, Sprite Pack v3.0)Well it's finally arrived, after a month of "a few days from now" release deadlines. SP1 is the lastest version of splib, a flicker-free software sp…

    ... /> SP1 is a library of machine code subroutines that makes it easy ... a lot about how the machine works and this will ... been split up into machine-independent portions and machine-specific portions so ... protoypes in spectrum.h and input.h (the latter are functions ...
    Alcoholics Anonymous Alcoholics Anonymous April 2006 Development
  • What should be the base address to set for my codeHi, I am new here and I have a simple question but one which I have not found an answer to. When I am developming my programs what should I set th…

    ... the base address for my code to (i.e. the ORG ... of the memory assigned to machine code can move arround and grow ... do I assume that the machine will have a microdrive, etc ...
    Scrapheap Scrapheap April 2006 Development
  • In Machine Code, what is the quickest way to sort bytes?I am playing around with some ordering of sprites, where I want to order them by vertical position. I used some Rodnay Zaks code to order some bytes…

    ... /> I used some Rodnay Zaks code to order some bytes, and ... )

    This is the code I have so far (Copied ... an earlier thread)

    [code]

    org 8000h

    end 8000h
    [/code]
    robpearmain robpearmain August 2006 Development
  • Urgent Help needed to fix this: calling all machine code gurusI am currently trying to write tutorials on the amazing Orfeus music composer by Proxima which allows you to do multi channel music through the beepe…

    ... with a player. The code is exported to address 35000 ... /> I have disassembled the code, and got it to re ... .

    The code is here: [URL="http://www ... I have split the code into 2 posts as ... most appreciated:

    [code]
    ; Disassembly of the ...
    robpearmain robpearmain November 2006 Development
  • help needed...Hi there, i'm trying to figure out a possible typo in William Tang's 'Spectrum Machine Language for the Absolute Beginner' on page 23 there's a prog…

    ... William Tang's 'Spectrum Machine Language for the Absolute Beginner ... program will enable you to input to your
    Spectrum ...
    110 print ?Input decimal value??
    120 input n: print n
    ... $
    160 if n2=0then print:print ?Hexdecimal =0?; s$;? h?: ...
    Glue Glue February 2007 Sinclair Basic
  • Running code from the display memory?Is it possible to run machine code from the memory area used by the display file? If you were really out of memory and some part of screen is not u…

    Is it possible to run machine code from the memory area used ... to black/black, load some code in the display area and ...
    Rickard Rickard May 2007 Development
  • How can I view code from a game?Hi All, I had a Spectrum years ago and it is what started my love for playing games. I have recently been playing some of the old games I used to pl…

    ... how they structure the code and how they did ... interested in copying the code straight from the original ... there anyway of extracting the code from the .tzx or ... game into and lists the code?

    With ... I don't understand machine code, I think that Striker ...
    euronymous euronymous August 2007 Sinclair Miscellaneous
  • ZX Spectrum and (real) B A S I CSometimes ago there was a thread "how spectrum changed your lives". Another thread dealt with "how to copy spectrum screens using basic not using co…

    ... basic not using complicated that machine code routines".

    I thought ... or OK and type in PRINT "Hello world" and it did ...
    ingo ingo October 2007 Sinclair Miscellaneous
  • SPIN's breakpoints - an overviewAs quite a few people have been asking how to set breakpoints on memory write etc. in SPIN, here's a description of the way the breakpoints work. Get…

    ... reaches 23296:
    [code]
    UNTIL 23296
    [/code]
    This would ... O: The Z80's port input/output ostensibly uses an 8 ... way of reading this in machine code is the "IN A, ( ... complex, as demonstrated next:
    [code]
    UNTIL 49152 IF (PC ...
    Marko Marko November 2007 Development
<1234567…34>

Latest Posts

  • Frankie's ZX Spectrum Digouts
    Zup on 1:58PM
  • Elusive Strategy Games done by the Smaller or less Prolific Software Houses.
    harriusherbartio on 1:02PM
  • Minor British Sports that did become games on the ZX Spectrum
    harriusherbartio on 12:42AM
  • 1992 Spectrum Software
    harriusherbartio on April 7
  • Celebrity deaths...
    mel the bell on April 7
  • LONELY TZX files : software TZX'd on the online sites with NO ASSOCIATED DOCUMENTATION
    harriusherbartio on April 7
  • spectrum in netflix bomb and the cold war documentary
    zxbruno on April 7
  • Are there any decent Speccy Flight Sims?
    harriusherbartio on April 7
  • Who Has Got The Earliest ZX Spectrum Software?
    harriusherbartio on April 6
  • Tradtional games that were not programmed on the ZX Spectrum
    harriusherbartio on April 6

HitBox

Word Docs Hits
machine 27.2K 35.6K
code 41.6K 91.2K
print 8.5K 20.4K
input 7.1K 10.4K

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 /…
  • Easy way to print text in machine code?Please? It sounds so simple, but I've never done it.<br /> <br /> At the moment I'm grabbing the start address for each letter then printing them ou…
  • 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…
  • Machine Code input / assemblers [naive questions alert]Excuse me for the naive questions...in advance :)<br /> <br /> When I was a kid, I was struggling to understand how to input machine code into Spec…
  • 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…
  • 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.<br /> <b…
  • Saving machine code on EmulatorI have been dabbling with Chapter 26 of Stephen Vicker's "ZX Spectrum Manual".<br /> [url="http://www.madhippy.com/8-bit/sinclair/zxspecman/zxmanchap…
  • Machine Code ChallengeHere's a challenge for all you Z80 programmers. Points to be awarded for elegance and brevity. (I haven't got the solution either)<br /> <br /> HL ad…

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
  • print number machine code
  • print lower screen with machine code
  • input machine code
  • machine code input

Copyright © 2024 World of Spectrum