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.156s
<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…

    ... can learn the basics of machine code in half an hour by coding ... to program in machine code!

    CHAPTER 1 - Create a machine code function that ... BASIC
    Machine code programs are a series of bytes in the Spectrum ...
    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 …

    ... another method, described in Toni Baker's "Mastering Machine Code", which provides the ... in a REM; but is neater & easier than putting it in a REM ... /> PRINT "machine code starts at ";mcpos:
    STOP
    9999 REM *** MACHINE CODE STARTS
    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…

    ... storing machine code between PROG & VARS, based on an idea in Toni ... Baker's "Mastering Machine Code". This enables any ... , as if it was in a REM; but it doesn't ... (v/256):

    REM INSTALL MACHINE CODE... with GO TO 9161
    Battle Bunny Battle Bunny January 2012 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…

    ... I'm still struggling with Machine Code. I'm going through ... caps to v
    in a,(c)
    cp ... space to b
    in a,(c)
    cp ... br /> dec l
    dontmove[/code]

    Unfortunately, there ... into BC, but what is 'IN A,(C)' actually doing? ...
    Tobo Tobo August 2014 Development
  • 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 ... machine code in an ASCII format
    3) the "length" (in bytes) of the machine code ... halving the length of the machine code string in ASCII format.

    BloodBaz BloodBaz November 2007 Development
  • Memory questionsQuestion 1: PRINT PEEK 23732+256*PEEK 23733 returns 65535 for a 48K Spectrum and 32767 for a 16K Spectrum. PRINT PEEK 16388+256*PEEK 16389 return…

    ... that ZX81 machine code is stored in a REM statement at line ... etc...)[/code]
    ...then could I just type in that REM statement ...
    You can store Machine Code in REM statements on the ZX80, but ... this:

    [code]10 REM -{space}{space}T0
    ...
    GReW GReW March 2017 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 have written ... routine that fits into a REM statement in a basic program.
    CODE routine, nothing fancy headerless loaders ... worth of 128 code in bank 6?

    [CODE]ld a,64 ...
    daveysludge daveysludge October 2014 Development
  • 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
  • +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
  • 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 ...
    The only machine code I'd previously done in the past was ... to the basics of Z80 machine code.

    I ... don't laugh at the code, I'm a Z80 ... learning the basics of Z80 machine code, seems like loads of ...
    Digital Prawn Digital Prawn July 2007 Development
  • How do I clear only a specific area of a screen (quickly) in machine code ?I'm looking for a machine code routine which will clear the first 20 rows of the Spectrum's display (or any number of rows or columns) . I have found…

    ... routines which do the job in thirds (as is
    how ... the display is mapped in memory), which can
    clear ... (30 bytes).
    However, this machine code routine, when I tested
    pixels are stored in memory) then that would be ...
    bobbyjaykid bobbyjaykid July 2007 Development
  • 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…

    ... question about address 23760 in this same forum few ... old method to save machine code to first REM line (I was ... starting from address 30000 in blocks of 50 bytes. ... ie. saved to first REM line, which do the ... to enter the machine code routine to code or how to ...
    jukka_k jukka_k March 2010 Sinclair Basic
  • IF and control flow in machine codeHi everyone, Basic has a nice control flow like if statements. How can these be done in machine code since i cant find anything thanks

    Hi everyone,

    Basic has a nice control flow like if statements.
    How can these be done in machine code since i cant find anything

    thanks
    Robin Robin September 2010 Development
  • Help needed... RND in machine codeI have been battling away trying to convert a simple BASIC routine (below) to machine code, but to no avail. The routine is used to fire 2 bullets a…

    ... simple BASIC routine (below) to machine code, but to no avail.

    Many thanks in advance...
    daveysludge daveysludge July 2012 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-…

    ... didn't learn Z-80 machine code, but I was always curious ... my little attempt at learning machine code on the Spectrum made me ... I was learning machine code on a real spectrum back in the 80s ... for people who were learning machine code back in the 80s?

    memrah memrah September 2013 Sinclair Miscellaneous
  • 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 ... help me out.

    In other non- z80 examples there ...
    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…

    ... this knowledge I discovered a machine code loader in basic, and also z80 ... />
    I am sadly interested in this stuff, wonder if anyone ...
    Duxbuz Duxbuz August 2001 Sinclair Miscellaneous
  • 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…

    ... i want to do something in machine code. I've seen a lot ... the loaders and seein the code was all blocked out or ... ) - how did they do that in basic?! lol im just curious ... 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…

    ... ,

    Hope I'm in the right category for this ... a childhood ambition, and learn machine code.

    I got familiar ...
    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 ... />
    Cover is light blue in colour with a picture of ...
    dmsmith dmsmith August 2004 Wanted
  • 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…

    ... , I have some experince programming in basic, both sinclair 48+ (just ... . anyway i am intrested in learning spectrum machine code, can you give me ...
    mestor mestor August 2005 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 ... is, and the hex machine code discussed in the book plus the relevant ...
    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…

    ... should learn to program in Basic, or machine code? Any help gratefully received ...
    Spadge Spadge March 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
  • 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).
    in PDF format and also it ...
    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.
    < ... are a number of postings in the forums which could fall ... is so simply and fast in machine code.

    For me, Z80 ...
    BloodBaz BloodBaz May 2007 Sinclair Miscellaneous
  • Machine CodeHi all, I want to get a machine code/assembler/dissasembler program from the WOS archives. But what in your opinion would be the best to get? I don`t…

    ... machine code/assembler/dissasembler program from the WOS archives.
    But what in ...
    swift240 swift240 July 2007 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…

    ... giving my first steps in assembler (finally, after ... 20 years stuck in BASIC). I read a ... call 1366
    jp 30285[/CODE]

    Another question ... example:

    [CODE]di
    ld de,23296 ...
    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 ... it entirely possible to start machine code with minimal BASIC knowledge?< ... do you type machine code into the speccy in the first place ... without the BASIC keywords getting in the way?
    Beware ...
    Vertigo Vertigo November 2007 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 ... pixel scrolldown routine in 40 Best Machine Code Routines for the ... and this is the assmebly code (now edited to show comments ... /> endroutine
    ret
    [/code]Your help is much appreciated ...
    bigjon bigjon February 2008 Development
<1234567…34>

Latest Posts

  • Celebrity deaths...
    Paradigm Shifter on 4:41PM
  • 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

HitBox

Word Docs Hits
machine 27.2K 35.6K
code 41.6K 91.2K
in 401.9K 810.5K
rem 1.8K 6.6K

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 /…
  • Fast division in machine codeHi<br /> <br /> Does anyone know what is the fastest way to divide a 16 bit number by 24 in machine code.<br /> <br /> Derek<br /> <br /> [ This Mess…
  • How do I put 1k game in a REM statement in TAP formatBasically,<br /> <br /> If I am assembling my machine code game, say using PASMO or TASM.<br /> <br /> 1. What address do I assemble it at to fit in …
  • 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…
  • +2 ramdisk - access in machine codeHow can you access the ramdisk in machine code?<br /> <br /> I've got a +2, and it seems the ramdisk has never been properly utilised.<br /> It would…
  • 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.<br /> <br /> The only machine code I…
  • How do I clear only a specific area of a screen (quickly) in machine code ?I'm looking for a machine code routine which will<br /> clear the first 20 rows of the Spectrum's display<br /> (or any number of rows or columns) . …
  • 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…

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
  • machine code sprite movement in basic
  • machine code to rem
  • change tape to disk in machine code
  • machine code rem statement
  • machine code in loading screen
  • rem machine code clear
  • pause 0 in machine code
  • divide in machine code
  • plot in machine code
  • machine code paint type in
  • machine code graphics type in
  • machine code rem
  • machine code in basic
  • loading in machine code
  • set ink in machine code
  • rem machine code

Copyright © 2024 World of Spectrum