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.030s
<1…567891011…34>
  • CODE SCREEN$ in MCIs there any way of determining what character is displayed at a certain co-ordinate from machine code like the 'IF CODE SCREEN$=' arrangement in bas…

    Is there any way of determining what character is displayed at a certain co-ordinate from machine code like the 'IF CODE SCREEN$=' arrangement in basic?
    daveysludge daveysludge June 2013 Development
  • Machine code assistance please #1Dear all, Learning the ropes here, so please excuse these odd questions which may seem simplistic to you learned lot. This routine is placed at 33…

    ... it gives me 32867.
    [code]
    ld l,155
    ret
    [/code]

    When I add ... the beginning, the following...
    [code]
    ld hl,0
    ld bc,0
    [/code]
    ...it seems to work ...
    Tobo Tobo June 2013 Sinclair Miscellaneous
  • Machine code optimisationI'm geting back into z80 coding and wonder what the best way of showing how efficient the code is. I've got Rodney Zaks book and see there are timin…

    ... of showing how efficient the code is.

    I've ... to determine how fast the code runs?
    rune rune September 2013 Sinclair Miscellaneous
  • MOVE_M Object Movement Manager for BASICAs moving things around on the screen is usually the slowest part of a game written in BASIC, I've been pottering around with this routine to handle …

    ... to handle that function in machine code, so the BASIC programmer ... appended to the MOVE_M code.

    [code]
    10 ... FN p(23730)+1: LOAD "MOVE_M" CODE ORG:
    LET DOTRAP ... /> 9999 RETURN
    [/code]

    [code]
    ; MOVE_M moving ...
    Battle Bunny Battle Bunny September 2013 Sinclair Basic
  • Assembly - Loops bigger than 255Hi, It looks like it's a bit difficult to make loops with more than 255 cycles on Z80 machine code, since the 16-bit decrements (DEC) do not alter a…

    ... than 255 cycles on Z80 machine code, since the 16-bit ... byte:

    [CODE]; A simple program to fill ... /> LD B,E ; Load the lower byte into B ... /> LD C,D ; Load the higher byte into C ... ,loop
    RET
    [/CODE]

    Maybe this ...
    Zerg Zerg October 2013 Development
  • Self modifying code ??I made a game in C that was mostly accessing arrays and using FOR NEXT loops, I ran out of memory, so I was thinking would it be possible to use sel…

    ... possible to use self-modifying code so that say 20 FOR ... NEXT loops use the same code?
    or 20 array look ... ups can use the same code?

    When using C ... always write out all the machine code necessary to do loops and ...
    slenkar slenkar December 2013 Development
  • Loading data from 128 memoryAfter all these years I have come across the LOAD! in 128 basic for storing/restoring data in the 128 memory. How do I go about implementing this in…

    After all these years I have come across the LOAD! in 128 basic for storing/restoring data in the 128 memory.

    How do I go about implementing this in machine code?

    Thanks in advance...
    daveysludge daveysludge March 2014 Development
  • How did you learn to code on the Spectrum?Got to be honest, as much as I wish I did, I don't know anything about programming. I had a Spectrum (+2 and then +2B) when I was a kid, and my prog…

    ... ended, I started reading about machine code (in fact one of my ... seeing you all exchange assembly code and wondering how the & ... these guides on how to code, but I can't for ... an "easy" guide called Mastering Machine Code on your ZX Spectrum. Needless ...
    alexsut alexsut March 2014 Development
  • JHCon 2014Hello, not sure if this is the right category but JHCon 2014 will take place[B] from 28. to 30.11.[/B] at usual place - gymnasium in Jindrichuv Hrad…

    ... Intro Compo
    --- your intro code must be 1024 bytes long ... loader to run it with LOAD "" command
    --- send your ... BASIC program must be LOAD ""
    --- usage of machine code (USR to RAM ... loader to run it with LOAD "" command
    --- send your ...
    Factor6 Factor6 October 2014 Announcements
  • Duke's "Cosmic Alien"Don't know anything about this one. [B]COSMIC ALIEN[/B] (c)1984 By DUKE MICRO CONSULTANTS Written by John Robey UDG graphics of a single invader, …

    ... copy and is temperamental to load. I had to break into ... corrupted. The main data is machine code and it ran by a ...
    Graz Graz January 2015 Infoseek database
  • Confused about DOS SET MESSAGEI'm confused about this function and the ALERT routine. I was rewriting a machine code +3DOS loader and I was trying to use this routines to collect …

    ... routine. I was rewriting a machine code +3DOS loader and I was ... I test this on BASIC (LOAD, SAVE), it works fine. My ... 'm calling +3DOS from my code (DOS OPEN, DOS READ), +3DOS ...
    Zup Zup July 2015 Development
  • ZX-Assembler version 0.8 (beta) releasedDear readers, yesterday I've published ZX-Assembler in its first version 0.8. It offers you some interesting features, even if I know there are …

    ... around:

    * Load and edit ASM files, following ... />
    * File Dropbox: Load and save without using the ... SNA file containing your own code!

    * Edit ... editing data
    blocks containing machine code.

    * Error ...
    clausjahn clausjahn July 2015 Emulators
  • z80 assembly helpEver since I was a child I wanted to program my zx81 then my zx spectrum + 2. However, it was such a mystical beast and I only ever used BASIC not kn…

    ... was such a thing as "machine code". 30 years later i've ... .
    ld a,32 ; ASCII code for space.
    rst 16 ... ld a,22 ; ASCII control code for AT.
    rst 16 ... why does the first line load the accumulator with a?
    antonyjones101 antonyjones101 September 2015 Development
  • Flood FillHi Folks, Can anyone point me to a flood fill that I can call from ZX BASIC? I have looked through the archive and although there are posts about…

    ... /> * Machine code
    * Works from any memory address so I can load it ...
    Paddy Coleman Paddy Coleman December 2015 Development
  • Simple bit of machine code not working [SOLVED]ishHi all. It's late and I'm tired and I have no idea why the following piece of code wont display a little smiley face [code]ld hl,udg ld (236…

    ... why the following piece of code wont display a little smiley ... face


    [code]ld hl,udg
    ld ... ,126,126,66,60,24[/code]

    I'm using ...
    Tobo Tobo March 2016 Development
  • Add with Carry ExampleHi, I have been really struggling to understand this simple example from Mastering Machine Code and I wonder if anyone can help? I have include…

    ... this simple example from Mastering Machine Code and I wonder if anyone ... is happening:

    [code]LD DE,3385
    LD ... ,L ;C = AE
    RET[/code]

    Therefore BC = ... confused because I thought with load HL etc, then the H ...
    jonesypeter jonesypeter June 2016 Development
  • New Game (2016 revival): A Yankee in Iraq (1992)Hello everyone, Way back in 1992, I wrote a shoot-em-up called [i]A Yankee in Iraq[/i]. The entire game was written in Sinclair BASIC. Recently, I…

    ... even figured out how to load a headerless BASIC file to ... tips on loading BASIC using machine code can be found here: [url ...
    Ast_A_Moore Ast_A_Moore August 2016 Brand new software
  • Time Gate graphics patchI've rediscovered Time Gate and one thing I don't like about the game is that it's hard to remember what's what in the status indicators. The manual …

    ... with a Multiface & type LOAD "". This is how it looks ... . I'm no good at machine code but getting better at Boriel ...
    textvoyage textvoyage October 2016 Games
  • The Complete Machine Code Tutor - bug?Dear all, I'm having a fiddle with The Complete Machine Tutor and have come to the bit where they're adding registers together. The image on the l…

    ... a fiddle with The Complete Machine Tutor and have come to ...
    Tobo Tobo February 2017 Development
  • New ZEsarUX beta - RC2Hi I have uploaded a new ZEsarUX beta version on the usual url https://sourceforge.net/projects/zesarux/files/Beta_and_Snapshot_versions/ This…

    ...
    Added setting to load source code in remote protocol to debug ... programs viewing the source code
    Improved a bit QL ... from Pentagon to non Pentagon machine
    Fixed bug mapping real ...
    chernandezba chernandezba March 2017 Emulators
  • Less MIA - Peker AssemblerMIA and also missing from the database! [img]http://oi66.tinypic.com/16hw67a.jpg[/img] Peker Assembler TZX https://app.box.com/s/vdniq5c6r30…

    ... that came with the Peker Machine Code Course, which unfortunately went into ... at address 59000. To load elsewhere use load "" code ADDRESS

    To ... run the example:
    Load the ...
    Swanny Swanny April 2017 MIA/STP/SDP
  • New ZEsarUX 5.0Hi! ZEsarUX 5.0 is out! :) You can download it from the URL: https://sourceforge.net/projects/zesarux/ Finally I have succeded emulating Si…

    ... on the GUI, like:
    * load-source-code
    * hexdump-internal
    machine
    Fixed bug mapping real ... /> Fixed bug when Jupiter Ace machine and border disabled
    Updated ...
    chernandezba chernandezba April 2017 Emulators
  • The trouble with good code isLots of times I've come here to ask for help and always got it pretty promptly. Which is wonderful and one of the reasons why I don't think there's a…

    ... trying to learn hex and machine code until I have a thorough ...
    mik3d3nch mik3d3nch May 2017 Chit chat
  • Using BASIC from Machine CodeHi Folks, Came across a very interesting article by Toni Baker in Your Spectrum: http://www.users.globalnet.co.uk/~jg27paw4/yr11/yr11_66.htm …

    ... 's assembler:


    [code]
    ORG 62000

    [/code]

    The above ... it via:


    [code]100 CLEAR 61999
    110 ... /> 120 LET A=USR 62000[/code]

    The Spectrum crashes ...
    Paddy Coleman Paddy Coleman August 2017 Development
  • Where to start? I want to learn assembly for the Spectrum (Total Novice)Hi, I want to learn to code assembly for the Spectrum but I'm a bit lost. I'm a programmer so I'm fluent with computers and several languages (or…

    ... /> I want to learn to code assembly for the Spectrum but ... /01/12/tutorial-zx-spectrum-machine-code-game-30-minutes/

    load assembly.

    My question is:
    How can I code ... assembly for the Spectrum and load it in an ...
    raistlinmolina raistlinmolina October 2017 Development
  • Headerless tape loading blocksIs there any way to convert headerless machine code blocks to regular headed blocks? I imagine it involves Taper. I ask because now that I know I'…

    ... any way to convert headerless machine code blocks to regular headed blocks ... supposed to but can't load from tape (yet), I thought ...
    The Mighty Dopethrone The Mighty Dopethrone November 2017 Sinclair Miscellaneous
  • Unexpected issue with +3DOS port of Pro BMX SimulatorI'm continuing to port my tape-based games to 3-inch disk (you may have noticed my previous post about PSSST!). Today I started on Pro BMX Simula…

    ... on Pro BMX Simulator from Code Masters. The 128k version includes ... wrote a machine-code disk loader to load in the program code and music ... the start of the music code was getting corrupted some how ... to load the music into RAM page 3 (updating the main code ...
    Georgeo Georgeo March 2018 Development
  • Restoring AY registersAfter doing (not still finished) the sna to tap converter, I'm going to try to do the same for 128k snapshots. I've got threee ideas about what to do…

    ... machine code routine that does the following steps.
    2.- Load SCREEN ... $ (with the transfer code).
    3.- Load RAM from ... would be hidden in machine code in step 1 and ... time passes between registers load and program execution (can ...
    Zup Zup April 2018 Development
  • Amiga chit chat (sorry but it never really was a commode designed machine)I wish there was a forum like this for the Amiga, perhaps there is but I tried a few and they mostly seem pretty moribund and lots of the links at Am…

    ... /> Since I'll never master machine code - maximum kudos to those of ...
    mik3d3nch mik3d3nch February 2020 Chit chat
  • A couple of random questions......because, why not? (1) USR0 mode on the +3/+2A/B I know of its existence, I know how it's used, and I have some games that require it to work o…

    ... to using Loader, or typing LOAD "" in 128 BASIC? And ... I understand very much about machine code - the ZX81 (and, presumably ... , ZX80) usually stored machine code this way, but it would ... /> Theoretically, could a machine code program on the ZX81 be ...
    The Mighty Dopethrone The Mighty Dopethrone March 2020 Sinclair Miscellaneous
<1…567891011…34>

Latest Posts

  • How Do You Categorize Your Speccy Software and Games?
    harriusherbartio on 7:56AM
  • Happy 40th Birthday to the Amstrad CPC464!
    Your Spec-chum on 7:28AM
  • Your Favorite Magazine Cover Tapes.
    Paradigm Shifter on 1:28AM
  • Simple Sprite Routine
    dmsmith on 1:25AM
  • I am currently watching.....
    zx1 on April 11
  • Today's BASIC program: visit attribute cells I am interested in, in pseudorandom order
    Paradigm Shifter on April 11
  • How do you share programs online?
    firelord on April 11
  • Celebrity deaths...
    Ælita on April 11
  • Who Has Got The Earliest ZX Spectrum Software?
    harriusherbartio on April 11
  • Footballer of the year - translated version
    firelord on April 11

HitBox

Word Docs Hits
microdrive 2.6K 4.1K
load 29K 41.7K
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 /…
  • Machine Code Microdrive File LoaderI've been experimenting with transferring games to run from microdrive.<br /> Typically I like to see a loading screen while things are happening, an…
  • 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??
  • 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…
  • 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…

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
  • ultimate games 3 machine code
  • microdrive load multiface snapshot
  • microdrive load snapshot
  • learning machine code
  • load machine code
  • microdrive machine code
  • tr dos machine code load
  • machine code microdrive
  • save and load machine code from basic
  • load tape machine code
  • load tape with machine code

Copyright © 2024 World of Spectrum