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

    ... .com/2010/01/12/tutorial-zx-spectrum-machine-code-game-30-minutes/[/url ... written a short tutorial to get you started writing machine code.
    Anyone ... ?

    [CODE]
    ZX SPECTRUM MACHINE CODE GAME 30 MINUTE TUTORIAL
    By ...
    bigjon bigjon November 2009 Development
  • 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…

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

    All I ... i can't find any tutorial that covers this. Wonder if ...
    Duxbuz Duxbuz August 2001 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…

    ... Im missing something. Cyborgs Z80 tutorial here on WOS, plus the ... /> The dark art of speccy machine code is obscure and mysterious, thats ...
    Sharopolis Sharopolis June 2003 Sinclair Miscellaneous
  • 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
  • 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…

    ... /> call 1366
    jp 30285[/CODE]

    Another question: I ... others. For example:

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

    I know that ... ?

    I have a machine code tutorial here and I will read ...
    zxbruno zxbruno August 2007 Sinclair Miscellaneous
  • Z80 Machine Code Question...Hi Folks, I know not strictly a BASIC question but I have started to learn Z80 machine code - 25 years too late! :smile: I have been reading a book…

    ... have started to learn Z80 machine code - 25 years too late! :smile ... test program is intended to paint the screen black (nothing complex ...
    Paddy Coleman Paddy Coleman August 2010 Sinclair Basic
  • Learning Machine Code the +2a wayHello again all, I thought I'd ask in this forum as the other categories seem less relevant. I keep re-reading the thread below with the advice given…

    ... advising him to get into machine code. I've been reading through ... book by Joe Pritchard called Machine Lang for the +2 - ... I understand is the same machine. But there are config differences ... /> Is there a book/tutorial on m code specifically for +2a +3 ...
    sliderules sliderules April 2014 Sinclair Basic
  • 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…

    ... struggling with Machine Code. I'm going through the 30-minute tutorial on ... example Assembly is this:
    [code]
    ld bc,65278 ;read ...
    dec l
    dontmove[/code]

    Unfortunately, there ... me as I know the code works!

    ...you' ...
    Tobo Tobo August 2014 Development
  • 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…

    ... this knowledge I discovered a machine code loader in basic, and also ...
    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…

    ... /> 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
  • 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…

    ... want to do something in machine code. I've seen a lot ... the loaders and seein the code was all blocked out or ... any info, especially about the Machine code
    Alex
    alexsut alexsut July 2002 Sinclair Miscellaneous
  • 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 childhood ambition, and learn machine code.

    I got familiar ...
    the_misguided_fool the_misguided_fool August 2003 Games
  • 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…

    ... EBAY:

    40 Best Machine Code Routines for ZX Spectrum
    dmsmith dmsmith August 2004 Sales
  • 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 ...
    dmsmith dmsmith August 2004 Wanted
  • Fast division in machine codeHi Does anyone know what is the fastest way to divide a 16 bit number by 24 in machine code. Derek [ This Message was edited by: dmsmith on 2004-0…

    Hi

    Does anyone know what is the fastest way to divide a 16 bit number by 24 in machine code.

    Derek

    [ This Message was edited by: dmsmith on 2004-09-24 20:04 ]
    dmsmith dmsmith September 2004 Development
  • any tips for learning spectrum machine code?hello there, I have some experince programming in basic, both sinclair 48+ (just need to recall most of what i learnt :D ) and Quickbasic. anyway i a…

    ... am intrested in learning spectrum machine code, can you give me any ...
    mestor mestor August 2005 Development
  • Machine Code: quicksort optimisationI came across this z80 quicksort implementation when going through the wikipedia article on the same. It's 44 bytes long. I was wondering if any of …

    ... wondering if any of the machine code punters here would like to ... go at wittling down the code or optimising it for speed ...
    Arjun Arjun January 2006 Development
  • Machine Code QuestionHi All Not sure if this is the right place for this but it seems closest. Am starting to read the Toni Baker Intro to Machine Code book and its ver…

    ... the Toni Baker Intro to Machine Code book and its very interesting ... BASIC is, and the hex machine code discussed in the book plus ...
    Womble Womble February 2006 Sinclair Basic
  • Basic or Machine code?Hopefully the correct area of the site to post this question. Anyways, I have got hold of several books on programming my spectrum, and I was wonderi…

    ... to program in Basic, or machine code? Any help gratefully received, as ...
    Spadge Spadge March 2006 Development
  • 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 ...
    deadpan666 deadpan666 June 2006 Sales
  • Machine Code noviceHi, I'm starting to learn machine code and wanted to know if you have to use some sort of program to write machine code? Thanks,

    Hi,
    I'm starting to learn machine code and wanted to know if you have to use some sort of program to write machine code?

    Thanks,
    somewherecheap somewherecheap June 2006 Sinclair Basic
  • Learning machine code programming...I would like to start learning machine code... where should I start?

    I would like to start learning machine code... where should I start?
    Zoran Zoran June 2006 Development
  • All my Machine Code Books Up For GrabsSee [url=http://www.worldofspectrum.org/forums/showthread.php?p=139192#post139192]here[/url] for details. You too can learn to program the Speccy in…

    See [url=http://www.worldofspectrum.org/forums/showthread.php?p=139192#post139192]here[/url] for details.

    You too can learn to program the Speccy in Machine Code
    robpearmain robpearmain July 2006 Development
  • Was learning machine code a waste of time?I remember computer magazines from the mid-1980s often had features about using machine code, which I duly skipped over as it seemed totally impenetr…

    ... often had features about using machine code, which I duly skipped over ... told me no one uses machine code any more, so does this ...
    udgoverload udgoverload September 2006 Chit chat
  • +2 ramdisk - access in machine codeHow can you access the ramdisk in machine code? I've got a +2, and it seems the ramdisk has never been properly utilised. It would be a handy little…

    How can you access the ramdisk in machine code?

    I've got a +2, and it seems the ramdisk has never been properly utilised.
    It would be a handy little area to use.


    Thanks in advance,

    --

    cat
    cat cat October 2006 Development
  • Mastering Machine Code - Book for saleI'm selling a programming book called: Mastering Machine Code on Your ZX Spectrum [url]http://cgi.ebay.co.uk/ws/eBayISAPI.dll?ViewItem&ih=019&sspage…

    I'm selling a programming book called: Mastering Machine Code on Your ZX Spectrum

    [url]http://cgi.ebay.co.uk/ws/eBayISAPI.dll?ViewItem&ih=019&sspagename=STRK%3AMESE%3AIT&viewitem=&item=290088866224&rd=1&rd=1[/url]
    Mr Millside Mr Millside February 2007 Sales
  • More Spectrum machine code books for saleAmazingly after a final rummage I found another couple of programming books. I now only have a copy of Rodnay Zaks Programming the Z80 left, but I'll…

    ... .co.uk/Spectrum-Machine-Code-Made-Easy-Book_W0QQitemZ290097175763QQcategoryZ4193QQssPageNameZWDVWQQrdZ1QQcmdZViewItem[/ ... ebay.co.uk/Introducing-Spectrum-Machine-Code-Book_W0QQitemZ290097176162QQcategoryZ4193QQssPageNameZWDVWQQrdZ1QQcmdZViewItem[/url]
    < ...
    Mr Millside Mr Millside March 2007 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).
    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 a ... but not one about assembly code/machine code for the spectrum.

    machine code.

    For me, Z80 ...
    BloodBaz BloodBaz May 2007 Sinclair Miscellaneous
  • Various Machine Code books, plus compilersA plug for the current set of things I'm selling on eBay, which includes various BASIC compilers, Pascal, and some machine code utilities, plus sever…

    ... , Pascal, and some machine code utilities, plus several machine code books and the usual ...
    hldswrth hldswrth June 2007 Sales
<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
machine 27.2K 35.6K
code 41.6K 91.2K
paint 2.1K 2.6K
tutorial 1.2K 1.5K

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 /…
  • 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…
  • 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…
  • 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…
  • 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
  • spectrum machine code ian stewart
  • machine code
  • machine code paint type in
  • machine code graphics tutorial

Copyright © 2024 World of Spectrum