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

    ... br /> Collecting all my courage to ask more (rather stupid attitude ... 23760 is old method to save machine code to first REM line (I was ... playing routine ie. saved to first REM line, which do the ... idea how to enter the machine code routine to code or how to do the ...
    jukka_k jukka_k March 2010 Sinclair Basic
  • Best mag to learn programming Machine CodeDear all, Back in the day, I was a Crash reader; I loved it. However, not having the money to buy the other big two mags on offer in the UK, I was n…

    ... . However, not having the money to buy the other big two ... never taught me how to program, never introduced Machine Code to me, etc.
    Tobo Tobo January 2012 Sinclair Miscellaneous
  • 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 …

    ... MACHINE CODE
    This is done as a direct command
    GO TO ... ,FN h(";newVARS;")"'
    " GO TO 9162":
    STOP
    9162 ... /> PRINT "machine code starts at ";mcpos:
    STOP
    9999 REM *** MACHINE CODE STARTS
    Battle Bunny Battle Bunny August 2010 Sinclair Basic
  • Automatic opcode to machine codeHi everyone, Would people use a program that you enter opcodes and it automatically converts them to machine code and saves them to a file. So if yo…

    ... it automatically converts them to machine code and saves them to a file.
    machine code program to help me make programs ...
    Robin Robin September 2010 Development
  • 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…

    ... a routine for storing machine code between PROG & ... Machine Code". This enables any attendant m/c to be ... REM INSTALL MACHINE CODE... with GO TO 9161
    REM Shift down VARS to reclaim old CODE ... br /> REM Shift up VARS to assign new CODE space< ...
    Battle Bunny Battle Bunny January 2012 Sinclair Basic
  • 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 have written ... routine that fits into a REM statement in a basic ... /> I want to call the ROM's LOAD "" CODE routine, nothing ... /> xor a ; quick way to load accumulator with zero.
    daveysludge daveysludge October 2014 Development
  • 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…

    ... replies to my last discussion resulted in my downloading Mastering machine code on ... let a$=a$ (3 to )

    To...what? I checked that ...
    mik3d3nch mik3d3nch November 2016 BASIC
  • 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…

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

    All I want to do is ... /> P.S I am trying to get some books on the ... topic, so if anyone wants to part with any please let ...
    Duxbuz Duxbuz 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…

    ... the trail to this knowledge I discovered a machine code loader in basic ...
    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…

    ... br /> It explains how to input machine code and then finally tells you ... to save a basic header ... loads the code to run. However, I cannot seem to save to TAP. Could ... of getting "Chapter 26" to work on my emulator.
    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…

    ... and i want to do something in machine code. I've seen ... get started - just as something to do :)
    Also, ... is it possible to hack the old speedlock loader ... loaders and seein the code was all blocked out ... , especially about the Machine code
    Alex
    alexsut alexsut July 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…

    ... compile now!) but I seem to be having trouble finding info ... tons of stuff, but guides to more advanced speccy programming seem ... good, but there doesnt seem to be much else specifcly about ... /> The dark art of speccy machine code is obscure and mysterious, thats ...
    Sharopolis Sharopolis June 2003 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…

    ... to try and fulfil a childhood ambition, and learn machine code.< ... - I have chosen TASM v5 to start.

    I ... simple Z80 programs for me to anazlyze and learn from? ...

    I need to fill my time with a ... amazing. Will be cool to see the old thing ...
    the_misguided_fool the_misguided_fool August 2003 Games
  • 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…

    Would anyone be willing to either sell or swap this ... /> Machine Code Sprites and Graphics for the ZX Spectrum : A complete guide to ...
    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…

    ... , both sinclair 48+ (just need to recall most of what i ... 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 …

    ... any of the machine code punters here would like to have a go ... at wittling down the code or ...
    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…

    ... /> Am starting to read the Toni Baker Intro to Machine Code book and its ... 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…

    ... correct area of the site to post this question.
    Anyways ... I should learn to program in Basic, or machine code? Any help gratefully ... received, as I am confused as to where ... MC, or just go straight to MC?
    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 ... other things, tells you how to turn your Speccy into a ...
    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
  • 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 it ... br />
    This is the code I have so far (Copied ... an earlier thread)

    [code]

    org 8000h
    jr nc,noswitch ; go to nowitch if current >= next ...
    robpearmain robpearmain August 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 ... to a programming student and she told me no one uses machine code ...
    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
  • 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- ... co.uk/Introducing-Spectrum-Machine-Code-Book_W0QQitemZ290097176162QQcategoryZ4193QQssPageNameZWDVWQQrdZ1QQcmdZViewItem[/url]
    ... encourage the buyers to have a go ...
    Mr Millside Mr Millside March 2007 Sales
  • 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…

    ... a new discussion group relating to machine code for Z80? We have a ... code/machine code for the spectrum.

    Is it too niche to ... of advice or small functions to help them out. Particuarly ... 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…

    I never got into machine code much back when I had ... time.

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

    machine code, seems like loads of registers ...
    Digital Prawn Digital Prawn July 2007 Development
<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
machine 27.2K 35.6K
code 41.6K 91.2K
to 549.6K 1.6M
rem 1.8K 6.6K

Related Threads

  • 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…
  • 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 /…
  • is it easy to learn z80 machine codewell is it?
  • 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.<br /> <br /> I used some Rodnay Zaks code to orde…
  • 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…
  • Fastest way to decide which pixel to paint in order to draw a straight line(after I saw "Bresenhams circle algorithm" in development forum, I decided to ask this in here)<br /> <br /> in fact, I want to accelerate a car towa…
  • Now seems to be a good time to add to your collectionsI have bought a few spectrum items to add to my collection recently, had i bought them a year or two ago they would have cost double. This is one of …
  • 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…
  • Automatic opcode to machine codeHi everyone,<br /> <br /> Would people use a program that you enter opcodes and it automatically converts them to machine code and saves them to a fi…

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
  • add machine code sprite movement to basic
  • change tape to disk in machine code
  • machine code rem statement
  • using user defined function to run machine code
  • passing variables to machine code
  • machine code to speccy
  • rem machine code clear
  • pass variables from basic to machine code
  • machine code in rem
  • machine code rem
  • commands to run machine code
  • usr to run machine code
  • rem machine code

Copyright © 2024 World of Spectrum