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.076s
<1234567…34>
  • One Liner - Machine CodeHi Dr. BEEP, Digital Prawn, et. al., I think that what you guys have achieved with the one liner contest is absolutely amazing. It brought about wh…

    ... machine code).

    Specifically, the program will
    1) Load in a machine code ... lines, leaving me with 18.5 lines for the machine code "payload". What ... /MC-MinerWilly-v1.tzx]TZX Tape[/url].
    [url=http://www ...
    BloodBaz BloodBaz November 2007 Development
  • Machine code loopsDear all, 30 years too late I know, but I'm finally starting to get to grips with Machine Code - something I could never manage back in my early tee…

    ... starting to get to grips with Machine Code - something I could never manage ... 'm mucking about with what I can do with the screen addresses ... ) Can I not just load BC with say 6912, dec it, and ...
    Tobo Tobo June 2013 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…

    ... and I'm still struggling with Machine Code. I'm going through the ... a certain part that deals with reading the keyboard.
    < ... example Assembly is this:
    [code]
    ld bc,65278 ; ...
    dec l
    dontmove[/code]

    Unfortunately, there ...
    Tobo Tobo August 2014 Development
  • 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 roadrace game ... t5yqgolb00j[/URL]

    start with CLS, then RANDOMIZE USR 32000 ... char boundary
    pop de ;load posn to be copied
    pop hl ;load posn to be copied to ...
    bigjon bigjon February 2008 Development
  • Machine code/Assembly language back in the dayHello. Back in the 80s when I was a kid, I didn't learn Z-80 machine code, but I was always curious about it. Just recently I decided to explore Z-…

    ... my little attempt at learning machine code on the Spectrum made me ... etc.

    Of course, with SPIN, the worst case scenario ... assembler to load from tape, then typing in lines of code, and then ... guessing if I was learning machine code on a real spectrum ...
    memrah memrah September 2013 Sinclair Miscellaneous
  • 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?

    I ... call the ROM's LOAD "" CODE routine, nothing fancy ... a ; quick way to load accumulator with zero.
    call 8859 ... br /> ;LOAD 128 bank 6 code

    ;LOAD main game code
    < ...
    daveysludge daveysludge October 2014 Development
  • Machine Code Microdrive File LoaderI've been experimenting with transferring games to run from microdrive. Typically I like to see a loading screen while things are happening, and I li…

    I've been experimenting with transferring games to run from ... a link

    [CODE];
    ; machine code microdrive file loader
    ; proof ... filename
    ;
    call loadit ; load code file "0"
    ;
    ld ...
    jp jp August 2009 Development
  • Tutorial - learn machine code in 30mins[B][I]Message from the moderators[/I] - bigjon has requested that readers' attention be drawn to a better version of this tutorial, one which is easi…

    ... is the instruction for load a value into a ... the screen with the road we will use machine code's ... Zero. We load the b register with the number of ... row.
    We load bc with the port number and ... instruction lddr, which stand for LoaD ((hl) to (de)),Decrement ...
    bigjon bigjon November 2009 Development
  • storing machine code in BASICApart from putting m/c above RAMTOP, which means that it has to be POKEd or LOADed separately after the BASIC program; or putting it in a REM, which …

    ... space and doesn't interfere with LISTing the program - ... :
    LOAD "filename" CODE mcpos,machine_code_length:
    PRINT "machine code starts at ... STOP
    9999 REM *** MACHINE CODE STARTS
    AFTER THIS LINE ...
    Battle Bunny Battle Bunny August 2010 Sinclair Basic
  • storing machine code in BASICA couple of years ago I posted a routine for storing machine code between PROG & VARS, based on an idea in Toni Baker's "Mastering Machine Code". Thi…

    ... posted a routine for storing machine code between PROG & VARS, ... /256):

    REM INSTALL MACHINE CODE... with GO TO 9161
    REM ... =d+256*e
    REM Load m/c between PROG and ... =FN p(va)-ml: LOAD "m/c"CODE mc,ml:
    PRINT ...
    Battle Bunny Battle Bunny January 2012 Sinclair Basic
  • plus d machine code loader issueas many of you know i have done / been doing quite a few tr-dos recracks for the plus d but i have come into a bit of a problem the plus d machine co…

    ...
    the plus d machine code loader requires you to have ... update the ufia before you load each file
    the ... dizzc etc and to load hl with the address the last ... br /> this works fine with most games but what about ... has 30+ levels to load in, i can obviously ...
    djgarf djgarf April 2013 Sinclair Miscellaneous
  • Can a guy that traveled on the short bus learn machine code...Hmmm So after some soul searching I figured it was time to finaly nail spectrum machine code. Its so frustrating to sit infront of a basic listing w…

    ... machine code. Its so frustrating to sit infront of a basic listing with ... load programs easly. pretty much the whole of the popular assembly/machine code ... /game in assembly/machine code for the specy (with a load screen and perhaps ...
    wibble wibble August 2013 Development
  • Ultimate games with short machine code files loaded lastThis is a bit geeky, you've been warned! I remember early Ultimate games loaded from tape had the ascending beeping noise, a "Please wait" message, …

    ... early Ultimate games loaded from tape had the ascending beeping noise ... large machine code file and then....
    2 or 3 short machine code files ...
    textvoyage textvoyage May 2016 Games
  • Can I record binaries from any emulator with Basic commands, machine code, macros or something?Hello I do not know if this is the right place to put this question Normally with ZXSpin if I want to save a binary file, I'm going to: file ->…

    ... this question

    Normally with ZXSpin if I want to ... and he records a file with the extension
    that wants ... /> Can you do this with some emulator and machine +2, +3, or ... commands in basic or from machine code, that is not in a ...
    maeloterkim maeloterkim June 2019 Emulators
  • 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…

    ... been playing round with some disassemblers (Zeus). And Machine code loaders.

    with any please let me know ...
    Duxbuz Duxbuz August 2001 Sinclair Miscellaneous
  • 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…

    I have been dabbling with Chapter 26 of Stephen Vicker' ... /> It 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
  • 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…

    ... a day on the train with my laptop. So I've ... , and learn machine code.

    I got familiar with basic when I ... need to fill my time with a spectrum related pastime.
    the_misguided_fool the_misguided_fool August 2003 Games
  • 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…

    ... full title is

    Machine Code Sprites and Graphics for the ... is light blue in colour with a picture of someone holding ...
    dmsmith dmsmith August 2004 Wanted
  • 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…

    ... renumbering your program
    Tape creator tool which allows you ... As.. function
    LOAD CODE/DATA/SCREEN$ etc all ... for augmenting your BASIC code with machine code snippets - please report ... the IN instruction, enabling machine code routines to get at ...
    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…

    ... renumbering your program
    Tape creator tool which allows you ... As.. function
    LOAD CODE/DATA/SCREEN$ etc all ... for augmenting your BASIC code with machine code snippets - please report ... the IN instruction, enabling machine code routines to get at ...
    Dunny Dunny June 2005 Sinclair Basic
  • Spectrum Machine Code Books, Snes Games and Weather Stations!!Hello spec-chums... Got some more stuff on E-bay, including some lovely little books on Machine code for the spectrum... "SPECTRUM MACHINE LANGUAGE…

    ... some lovely little books on Machine code for the spectrum...

    "SPECTRUM MACHINE LANGUAGE FOR THE ABSOLUTE BEGINNER ... at the link below, along with the rest of my retro ...
    deadpan666 deadpan666 June 2006 Sales
  • Mastering machine code on your ZX SpectrumWe all know this book (Toni Baker: Mastering machine code on your ZX Spectrum). Now that this book is available for download from WOS archive in PDF…

    ... this book (Toni Baker: Mastering machine code on your ZX Spectrum).
    with the errata sheet from the ...
    miskox miskox April 2007 Sinclair Miscellaneous
  • New Discussion Group? Sinclair Machine Code/AssemblyHello, What do people think about whether we should have a new discussion group relating to machine code for Z80? We have a Sinclair Basic discussi…

    ... new discussion group relating to machine code for Z80? We have ... but not one about assembly code/machine code for the spectrum.
    ... other (traditionally BASIC programmers) with bits of advice or small ... so simply and fast in machine code.

    For me ...
    BloodBaz BloodBaz May 2007 Sinclair Miscellaneous
  • First steps in Z80 machine codeI never got into machine code much back when I had a speccy, as I didn't have any development tools at the time. The only machine code I'd previousl…

    ... time.

    The only machine code I'd previously done in ... to the basics of Z80 machine code.

    I wrote a ... learning the basics of Z80 machine code, seems like loads of registers ... allowed me to play around with the above routines, as a ...
    Digital Prawn Digital Prawn July 2007 Development
  • A few questions about machine codeOh no... another noob. I'm giving my first steps in assembler (finally, after 20 years stuck in BASIC). I read a SU article explaining that if I wan…

    ... I'm going to load several headerless files, do ... call 1366
    jp 30285[/CODE]

    Another question ... example:

    [CODE]di
    ld de,23296 ... ld bc,40832
    ldir[/CODE]

    I ...
    I have a machine code tutorial here and I will ...
    zxbruno zxbruno August 2007 Sinclair Miscellaneous
  • Starting on machine code - BASIC first?Howdy. If I wanted to start learning machine code for the speccy, from scratch, would you recommend I learn BASIC first or is it entirely possible to…

    ... I wanted to start learning machine code for the speccy, from scratch ... it entirely possible to start machine code with minimal BASIC knowledge?
    Also ... it") how do you type machine code into the speccy in the ...
    Vertigo Vertigo November 2007 Development
  • Machine code and Basic system variablesSpectrum system variables (I mean 48KB model) are essential for Basic. But what if I started my machine code program and it's never going to return t…

    ... what if I started my machine code program and it's ... I overwrite system variables area with my data?

    ... it had something to do with code executed during interrupts. I ... code uses system variables somehow.

    If I disable interrupts with ...
    Ralf Ralf January 2009 Sinclair Basic
  • HTML Transcription of Mastering Machine Code on Your ZX81Hi :) I've spent the last couple of months transcribing Toni Baker's "Mastering Machine Code on Your ZX81 or ZX80" from a PDF to HTML. The freely do…

    ... transcribing Toni Baker's "Mastering Machine Code on Your ZX81 or ZX80 ... to learn how to write machine code programs, but also I ... width of the pre-formatted code sections for reduced width ... ve also replaced the illustrations with ASCII text versions for the ...
    Thunor Thunor October 2009 Development
  • Machine Code for BeginnersHi folks. [sort of] newbie alert. Not new to Spectrum - been there since getting first rubber key 48k in 84 and a regular visitor to WoS for many y…

    ... BASIC. Did a fair amount with that and have since gone ... />
    However I never got Machine Code. And I really regret that ... start to have a play with on an Emulator in an ... (very belated) start at Z80 machine code?!?!?!?

    Many thanks.
    Captain Offensive Captain Offensive March 2010 Sinclair Miscellaneous
  • 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…

    ... same thing. I've experimented with dKTronics SoundFX program to find ... is old method to save machine code to first REM line (I ... how to enter the machine code routine to code or how to do ...
    jukka_k jukka_k March 2010 Sinclair Basic
<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
load 29K 41.7K
tape 31.9K 47.7K
with 272.1K 442.3K
machine 27.2K 35.6K
code 41.6K 91.2K

Related Threads

  • 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 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 /…
  • How did games started with LOAD "" CODE auto-start?Some early games (l remember for example [B]Galaxians[/B] from 1982) was loaded with LOAD "" CODE, which in one single block first loaded the loading…
  • 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…
  • 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??
  • Ultimate games with short machine code files loaded lastThis is a bit geeky, you've been warned! I remember early Ultimate games loaded from tape had the ascending beeping noise, a "Please wait" message, …
  • how to load machine codeI'm reading Jon Caldwell's how to write Spectrum games but can't enter the code! Here's an example:_ <br /> LD BC, (score)<br /> Call 6683 <br /> …
  • how to load machine codeFollowing the links given in various replies to my last discussion resulted in my downloading Mastering machine code on your zxspectrum and typing in…
  • Can I record binaries from any emulator with Basic commands, machine code, macros or something?Hello<br /> <br /> I do not know if this is the right place to put this question<br /> <br /> Normally with ZXSpin if I want to save a binary fil…

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
  • load code hide name
  • load code hide name on screen
  • machine code routines
  • load with tape
  • load with tape speccy
  • change tape to disk in machine code
  • load machine code
  • tr dos machine code load
  • save and load machine code from basic
  • microdrive load machine code
  • tape loading from machine code
  • load tape machine code
  • edit basic with machine code
  • print lower screen with machine code

Copyright © 2024 World of Spectrum