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

    ... from 1982) was loaded with LOAD "" CODE, which in one single block ... I assume the game code lies directly above the display ... and code together), but where/how does the LOAD "" CODE command ... jump into game code and execute ...
    Rickard Rickard May 2007 Development
  • LOAD "" CODE - Blind Alleycame across [B]Blind Alley[/B] in the archives, and both tzx/tap versions only have Bytes header, no Basic loader with autostart - please, anyone, ho…

    ... .org/showscreen.cgi?screen=screens/load/b/gif/BlindAlley.gif[/IMG ... in the archive that need LOAD "" CODE?
    de Vandemar Croup de Vandemar Croup October 2013 Games
  • 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 ... to call the ROM's LOAD "" CODE routine, nothing fancy headerless loaders ... />
    ;LOAD 128 bank 6 code

    ;LOAD main game code

    daveysludge daveysludge October 2014 Development
  • Clever, yes. Useful? Not so sure. Re: LOAD ""CODE gamesI was always curious about how the (few) games that require that you type LOAD ""CODE, rather than the usual LOAD "" worked, but only just now decide…

    ... that you type LOAD ""CODE, rather than the usual LOAD "" worked, but only ... following command:
    [code]
    SAVE "MY GAME"CODE 23552,550: RUN ...
    [/code]
    (The length ...
    Ast_A_Moore Ast_A_Moore November 2017 Development
  • Loading with CODEHi all! I last played speccy games back in '91. that's when it died IMHO. It's good to see people are keeping the dream alive with emulators and util…

    ... of many that on using LOAD "" you obtain a scrolling "bytes ... to be loaded with :
    LOAD "" CODE
    where was a number ...
    ember ember March 2002 Games
  • Blok*Load on Multiface 128Spinning this off into a new thread to avoid cluttering up the original: [url]http://www.worldofspectrum.org/forums/showthread.php?t=17999&page=7[/u…

    ... program:

    [code]10 REM Blok*Load 48K v2
    20 ... is this:

    [code]ORG 08000h

    startofcode ... br /> SCF
    CALL 0556h ;load code headerlessly
    JR NC,startofcode ... ;run the rest of the code[/code]

    Note that ...
    StuBruise StuBruise October 2007 Sinclair Miscellaneous
  • 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…

    ... corrupted while attempting to load the compressed game code...

    ;
    call loadit ; load code file "0"
    ;
    ... hl)
    call loadit ; now load code file "1"
    ;
    ... hl)
    call loadit ; now load code file "2"
    ;
    jp jp August 2009 Development
  • Kobrahsoft: Code InvestigatorHi folks, While digging around my HD I found an "Unknown Kobrahsoft Tape" which appears to contain the MIA title Code Invesitgator by Kobrahsoft: [u…

    ... to contain the MIA title Code Invesitgator by Kobrahsoft:
    [url ... />
    Anyway it loads with LOAD "" CODE but doesn't seem to ...
    Andrew Barker Andrew Barker February 2012 MIA/STP/SDP
  • .tapein load crashes if no CLEAR performed first(!)Hi Guys, Can anyone explain the following as it has be stumped: I came across an unexpected crash today when loading in a 16K block of code at 8000…

    ... following:
    [code] 10 CLEAR 32767
    20 LOAD "" CODE 32768,16384
    LOAD "" CODE. Lo and behold. The LOAD "" CODE failed to return ... 32767 before the LOAD "" CODE then it loads the code block fine.
    BloodBaz BloodBaz August 2012 Hardware
  • Is there a way to suppress error R Tape Loading Error in Basic when trying to load only part of fileHi, is there a way to suppress error R Tape Loading Error in Basic when trying to load only part of file. E.g.: I have a Tape-Code-File Start f…

    ... Basic when trying to load only part of file ... I have a Tape-Code-File Start from e. ... load this into Spectrum Memory with


    [code]LOAD ""CODE 16384,6912[/code ... ] and load only the first 6912 ...
    Luzie Luzie September 2017 Sinclair Basic
  • LOAD""CodeWhy did some games load this way? Is it something to do with not having a 'header' or something? And if so why not? Also do we have a list of games …

    Why did some games load this way? Is it something to do with not having a 'header' or something? And if so why not?
    Also do we have a list of games that loaded this way?
    paranoid marvin paranoid marvin June 2020 Games
  • MLTDoes anyone know how to load the MTL files that are saved using BMP2TAP? I have tried load""screen$ and load""code but neither of them work. Is there…

    Does anyone know how to load the MTL files that are ... BMP2TAP? I have tried load""screen$ and load""code but neither of them ... on the speccy that will load them? They must work on ...
    Wally Wally June 2002 Sinclair Miscellaneous
  • Yet Another Speccy Quiz (not too hard)OK! I thought I'd chance my arm at one of these things. I must say I've found the recent quizzes WAY too difficult, so I've pitched this one at simpl…

    ... ) "All Spectrum programs that required 'LOAD "" CODE' were f*&!ing SHITE ...
    Ed Ed August 2002 Games
  • Anyone got a copy of 'Z80 for primates'?This Z80 lark isnt easy, in fact it makes me feel very much like Washoe the chimp trying to learn learn sign language, I just dont think I've got the…

    ... . Spin seems to let you load a binary file straight into ... specific area that I should load code into? All I can do ... even get other peoples source code to run yet, let alone ... the graphics memory right? Putting code into these addresses alters the ...
    Sharopolis Sharopolis November 2002 Sinclair Miscellaneous
  • Finding the length of loaded Bytes:Is there a way from BASIC of finding out how big a block of bytes loaded from tape was? i.e. - if you do LOAD""CODE and load in a lump of bytes, ca…

    ... .e. - if you do LOAD""CODE and load in a lump of bytes ...
    trellis trellis May 2003 Sinclair Basic
  • General info about MCoder 3Hi all. I've recently downloaded MCoder 3 'cause I read somewhere that it was the best choice to compile your already made BASIC programs, which I h…

    ...
    2. You load the CODE of MCoder 3 (LOAD""CODE) and it automaticly ...
    na_th_an na_th_an August 2003 Development
  • Help to ID a Game.Hi All, I'm trying to remember the name of a Game I played around 1984. It was a graphic RPG type. Basically you where locked in a tower, it had se…

    ... I remember was you used LOAD "" CODE to load the game. Thanks for ...
    Whiper Whiper May 2004 Games
  • How do I save to tape, as it wereSo I've written my game, I've written a loading screen, I want to now put everything together with a loader etc so that it is the same as loading str…

    ... />
    ie. Basic prog load "" code 16384, then load "" code 32768 etc
    randomise ...
    robpearmain robpearmain October 2004 Development
  • loading techniques I never worked outFirstly, how do games that load with LOAD "" CODE autorun? Secondly, how do you save a basic program as a CODE file (but not as BASIC compiled into …

    Firstly, how do games that load with LOAD "" CODE autorun?

    Secondly, how ... a basic program as a CODE file (but not as BASIC ... compiled into machine code, I mean the actual BASIC ...
    mulder mulder November 2004 Sinclair Basic
  • 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…

    ... SLOW directives for speeding up code whilst debugging
    ... Save As.. function
    LOAD CODE/DATA/SCREEN$ etc all functional ... for augmenting your BASIC code with machine code snippets - please ... wrap.

    Code profiling - measure the speed that ...
    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…

    ... SLOW directives for speeding up code whilst debugging
    ... Save As.. function
    LOAD CODE/DATA/SCREEN$ etc all functional ... for augmenting your BASIC code with machine code snippets - please ... wrap.

    Code profiling - measure the speed that ...
    Dunny Dunny June 2005 Sinclair Basic
  • Screen damaged while loadingI've written a simple Spectrum game and did a loading screen for it and now i'm trying to put it together into tzx file. My Basic loader is really s…

    ... :

    1 Load'' Screen$
    2 load '' Code
    3 Randomize usr ... and types ugly
    "Bytes:code" statement into screen, just into ... it without writing own machine code loader?
    Ralf Ralf July 2005 Development
  • Crazy Spectrum Experiments. Now there?s a thought!!As a Kid I wanted to be a budding inventor and tried all sorts of things with my speckie. I remember buying a second hand reel to reel tape recorde…

    ... it to my spectrum to load and save games. It looked ... and drawing applet that used load code and load Screen$ to exchange information ...
    Scottie_uk Scottie_uk August 2006 Sinclair Miscellaneous
  • Saving MCI want to save some code from memory with, for instance, SAVE "aname" CODE 40000,500 But I want it to load to 32768 with the LOAD "" CODE command (no…

    I want to save some code from memory with, for instance, ... "aname" CODE 40000,500
    But I want it to load to ... 32768 with the LOAD "" CODE command (note not LOAD "" CODE 32768 ... used for the disc commands : LOAD d1"" CODE

    Cheers
    dekh dekh January 2007 Sinclair Basic
  • Changing BASIC loader in Chuckie Egg 2Hi, My aim is to include "PAUSE 0" event at the end of the loading of the Chuckie Egg 2 game. The reason is that I use emulator to load the game and…

    ... and disappears as the game code starts to run.

    LOAD "" CODE

    Then you get ... between the screen and game code. Everything is in one block ... />
    1 CLEAR 65535: LOAD "CE2" CODE: LOAD "CE 2" SCREEN$
    2 ...
    maiki maiki March 2008 Emulators
  • Important for Game/Demo DevelopersHello Spectrum-friends, I just finished our new Disc-Magazine SCENE+ with newest games, demos, graphics and sounds from the Spectrum Scene. However,…

    ... not write something like LOAD "" CODE. Write LOAD "name" CODE.


    I ... to 24000 with a short code. However, if this extra work ...
    Speccyman Speccyman April 2008 Development
  • Running Zeus RoutinesHi, i need to load zeus routines in zeus assembler from Spectaculator or Spin.. I followed the manual (switched off auto tape loading, run zeus and t…

    Hi,
    i need to load zeus routines in zeus assembler ... routine into tape player and "Load ""CODE").. but when i want to ...
    JuPo JuPo May 2008 Emulators
  • Breakpoints and other questionsSome games have LDIRs, LDDRs, ANDs and XORs before they jump to the real start address (and some other stuff that I don't understand yet). If I want …

    ... export a certain block of code after all these operations, what ... , screen$ with header and code blocks with header as well ... 23739,111 : load "" code: ink 7: cls
    20 load "" code : randomize usr ... 16398 to 23296, where the code originally was, and jumps ...
    zxbruno zxbruno June 2008 Emulators
  • Skool disassemblies updatedThe Skool Daze and Back to Skool disassemblies (previously announced [url="http://www.worldofspectrum.org/forums/showthread.php?t=22841"]here[/url] a…

    ... /> [*]Many corrections to code comments
    [*]Save and load code disassemblies
    [/list ... ]
    [*]A few corrections to code comments
    [/list]
    [b ...
    SkoolKid SkoolKid August 2009 Development
  • Loading screenI was reading the [URL="http://www.worldofspectrum.org/forums/showthread.php?t=26571"]loading screen thread[/URL] and was a bit insipired. I went to…

    ... - in fact I remember the LOAD "" CODE invocation. And sure enough, the ...
    The President The President October 2009 Infoseek database
<1234567…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
load 29K 41.7K
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 /…
  • Saving BASIC code as CODE... can't start programHi guys!<br /> <br /> I'm trying to create an adventure game for the Speccy in BASIC, called The Legend Of The Red Dragon.<br /> <br /> I'm using the…
  • 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…
  • Retro Gamer eMag - Load 01 & Load 02Apologies if this isn't 100% Spectrum related, but of course Retro Gamer has many great articles based on the Spectrum and its games.<br /> <br /> An…
  • Load "" code gamesastro blaster by quicksilva<br /> Transylvanian towers by richard shepard<br /> <br /> there must be loads more I guess ?
  • Is there a ROM modification (48K) for load without typing LOAD""?The target is to play with 48K machines with keyboard broken, or an alternative solution for new clones like Superfo instead of making a new keyboard…
  • 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 - Blind Alleycame across [B]Blind Alley[/B] in the archives, and both tzx/tap versions only have Bytes header, no Basic loader with autostart - please, anyone, ho…

Related Searches

  • lowest memory for code
  • lowest memory position for machine code
  • lowest memory position machine code
  • lowest memory machine code
  • load code hide name on screen
  • load code
  • load machine code
  • after code load
  • load code from basic in emulator
  • tr dos machine code load
  • load code system var
  • save and load machine code from basic
  • microdrive load machine code
  • load code protection
  • game load code
  • game auto start load code
  • load basic as code
  • load tape machine code
  • load tape with machine code
  • load scr into code and display on screen

Copyright © 2024 World of Spectrum