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.043s
<1234567…34>
  • 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 ... command:
    [code]
    SAVE "MY GAME"CODE 23552,550: RUN ...
    [/code]
    (The ... is it saves all the system variables, including the last ...
    Ast_A_Moore Ast_A_Moore November 2017 Development
  • 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
  • The Goldfinch updates thread([url=http://www.worldofspectrum.org/forums/showthread.php?t=25034]original announcement thread here[/url] - I figured it was worth starting a new to…

    LOAD "" CODE implies a header. However, LOAD "" CODE addr does not. Not ... solution. You could also trap LOAD "" CODE @ addr to specify a ... want to be able to load headerless files in some ... I agree that the standard LOAD "" CODE system probably isn't the way ...
    chev chev September 2009 Development
  • new programmer needs information hi , i have been learning c++ for a while and am trying to make games using windows but being 28 and nostalgic , i thought it would be fun try and f…

    ...
    ld (IY+83),25 ;load system var 23683 with 25
    ld ... a,2 ; load A with the stream number ... to use z80 ops and code tab
    -g3 to dump ... file
    prog.bin a code file which can be imported ...
    Steve(spt) Steve(spt) May 2004 Development
  • User Defined GraphicsCan someone please give some very simple code for a displaying a UDG at a location on screen? Any assistance would be greatly appreciated. Sincerely…

    ... to point the UDG system variable (held at address ... like this

    [CODE] ld hl,udgdata ;point hl ... /> ld (23675),hl ;load the system variable with it, so ... do this though, the system variable normally points at ... there and leave the sys var where it is.
    R-Tape R-Tape September 2011 Development
  • z88dk v1.99A Release Candidate[b]Z88DK VERSION 1.99A RELEASE CANDIDATE[/b] Download from: http://nightly.z88dk.org/Releases/ The release candidate will be available for te…

    ... pointer variable:

    [code]
    ;; C code
    extern uint *RAMTOP ... value = $5CB2 = address of RAMTOP system var
    ld e,(hl)
    load the value there directly but ...
    Alcoholics Anonymous Alcoholics Anonymous April 2016 Brand new software
  • Help needed with MIA software with custom (?) loaderHi, I've got into my hands recently a bunch of Polish educational software which are unknown MIA on WOS. I believe they are protected with some…

    ... , byte = 0x16 0x216=534 Var start
    detected, for ... paging subroutine" of the microdrive system vars)

    ... , byte = 0xbd 0xBD=189 Var start
    detected, for ... />
    1 CLEAR 24607: LOAD ""CODE : LOAD ""CODE : CLS : INK 7: PAPER 0 ...
    lfaria lfaria August 2016 MIA/STP/SDP
  • The I register pointing to $40–$7f causes ULA snow and a crash. Or does it?I have heard it from numerous sources, including a few members of this forum, that 128K/+2 machines crash if the I register points to a range of $40–…

    ... opted for overwriting system variables (saving the $5B5C var elsewhere).

    I’ve seen a few games that load code ... exactly where the page switching code resides. Moreover, it differs slightly ...
    Ast_A_Moore Ast_A_Moore February 2018 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
  • 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…

    ... /> Full multilevel undo/redo system
    Full online syntax ... keeping track of the system variables without having to ... Save As.. function
    LOAD CODE/DATA/SCREEN$ etc all functional ... for augmenting your BASIC code with machine code snippets - please ...
    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…

    ... /> Full multilevel undo/redo system
    Full online syntax ... keeping track of the system variables without having to ... Save As.. function
    LOAD CODE/DATA/SCREEN$ etc all functional ... for augmenting your BASIC code with machine code snippets - please ...
    Dunny Dunny June 2005 Sinclair Basic
  • 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
  • A tidy loader for minigamesThe minigame competition doesn't permit the use of separate loaders like [code]10 LOAD "": RAND USR 32768[/code] The loader must be included in the b…

    ... like
    [code]10 LOAD "": RAND USR 32768[/code]
    The ... contains all the machine code, and a numeric variable ... PEEK 23635 + 256 * PEEK 23636[/code]

    The program ... others:

    [code]Chr$ Token Asm Ouch 1 ...
    ajmoss ajmoss June 2010 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
  • z88dk : FIle Handling in C on the +3e environment under Win 764bitHello my fellow WoSers! I am wondering if someone can help me solve this little pickle of z88dk / Windows using +3e Filesystem. So a little inf…

    ... basic of basic C code

    [code]
    #include
    20: LOAD "t:" : LOAD "" code
    30: LOAD "e:"
    ... /> 9998: STOP
    9999: LOAD "e:" : CLS : PRINT " ... the memory of the system but I am incredibly ...
    Zetr0 Zetr0 June 2017 Development
  • 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
  • converting sna to tapsince i'm struggling to find a simple sna to tap converter that works fine on gnu/linux, i'm about starting to code one on my own (using a scripting …

    ... hide load log on screen variable system
    30 load"" code val" ... 24576":rem 40kb
    40 load"" code ... - captured screen
    50 load"" code val"16384":rem 1.25kb ... br />
    the assembly code in the last chunck:
    nitrofurano nitrofurano April 2019 Development
  • 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
  • Most engrosing Adventure GameThis is one for all you text adventure lovers. Of which I am one. I remember reading those Fighting Fantasy books when I was a kid. The ones where y…

    ... 52000
    20 load""code
    25 load""
    30 save ... loader"line10
    2.Load code generator, add data then ... Enter directly CLEAR number:load"" and load Tape B. Stop tape ... to...
    9991 SAVE"SYSTEM CODE" save,len
    7 ...
    BadBeard BadBeard April 2003 Games
  • Anyone for a hacking challenge ?I have to get the DSK version of Tomahawk to work. It uses the well-known Digital Integration "SECURITY CODE" lock just like in Bobsled, ATF, etc. Th…

    ... it asks for the same code 484 yet the routine calculates ... (it always asks for the code correspoding to 60), and I ... , SS+P, ), so the FRAMES system var cannot possibly be the same ...
    GOC GOC August 2003 Sinclair Miscellaneous
  • MC 101Hello Group Members: Can't spectrum MC be embedded in a BASIC program

    ... ?
    [/quote]

    PRINT CODE "REM". Get the REM by ... for that by PEEKing the system variable PROG and add on ... memory directly to tape. With 'LOAD "mycode"CODE 40000', eg. The preferred ... /c and then to 'LOAD "code"CODE n' to load your m/c there ...
    Alcoholics Anonymous Alcoholics Anonymous May 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?

    ... [and save the program as CODE]
    System Variable up to E_LINE ... />
    SAVE "MyProg" CODE 23552,(PEEK 23649+256*PEEK ...
    Dunny Dunny November 2004 Sinclair Basic
  • Changing the colour of the screenCan anyone tell me the ROM command to change the paper colour of the main screen ?

    ... .
    system var - ATTR-P (23693)

    then use above code, open ...
    Steve(spt) Steve(spt) June 2005 Development
<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
system 18.4K 24.8K
var 305 531

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 /…
  • 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…
  • 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…
  • A athlon 3000 32 bit system or a athlon 3000 64 bit systemThey will cost about the same which i was suprised to learn, but which system would you recommend, if i build the 64 bit one, can I still play my 32 …
  • 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…
  • Machine code and Basic system variablesSpectrum system variables (I mean 48KB model) are essential for Basic. But what if I started my machine code program and it's never going to return t…
  • 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…

Related Searches

  • lowest memory for code
  • lowest memory position for machine code
  • lowest memory position machine code
  • load code hide name
  • 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 sys 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