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.064s
<1234567…34>
  • 128 BASIC-compatible way of loading BASIC as code?On a 48K Speccy (or from 48 BASIC or USR 0 mode on a 128K machine), one can do a silly trick like this: [code];; load a 4000 byte BASIC program ld i…

    ... this:

    [code];; load a 4000 byte BASIC program
    ld ix ... BASIC, it all falls in a heap; symptoms vary between the load ... total crash. Loading BASIC as code from the 128 BASIC interpreter does work; it ...
    stephenw32768 stephenw32768 September 2013 Development
  • Saving BASIC code as CODE... can't start programHi guys! I'm trying to create an adventure game for the Speccy in BASIC, called The Legend Of The Red Dragon. I'm using the excellent BASin to code…

    ... game for the Speccy in BASIC, called The Legend Of The ... using the excellent BASin to code it, and the game is ... save each part as CODE. I save the game as CODE 30000, and I ... , but when I load the game in SPIN as a TAP file ...
    pottyboy pottyboy May 2005 Sinclair Basic
  • POKE, PEEK and RANDOMIZE USRAnyone got a store of useful POKES, or RANDOMIZE USR statements with interesting effects? As a start, try anything from RANDOMIZE USR 1216 to RANDOM…

    A LOAD "" CODE doesn't say it is ... MC.

    You can load BASIC as Bytes to protect it from ... address 23552 to end of basic and add a goto after ... .

    SAVE "MY PROGRAMM" CODE 23552,30000-23552 : GO TO ...
    Dr BEEP Dr BEEP October 2003 Sinclair Miscellaneous
  • ZXLFN - storing tape header in a long file nameHi lads ;) Couple of months ago, the group of guys interested in divIDE software development has came up with an interesting idea - store tape heade…

    ... some basic programs on, with .bas or .prg or something as an ... and it will try to load it as code. How is that going ...
    guesser guesser July 2006 Emulators
  • ZXLFN - storing tape header in a long file nameHi lads ;) Couple of months ago, the group of guys interested in divIDE software development has came up with an interesting idea - store tape heade…

    ... some basic programs on, with .bas or .prg or something as an ... and it will try to load it as code. How is that going ... sense. But who will load tons of basic programs? ;)

    But ...
    zilog zilog July 2006 Emulators
  • Using a multiface to exit to BasicBack in the days I was always fascinated with the idea of getting access to BASIC listings inside a program or game. I was able to work a way around …

    ... looks that the code is loaded ALONG WITH the BASIC, right after ... (unless you LOAD it headerlessly as CODE above your own BASIC and then PEEK ... />
    Thanks. I will load it as CODE as you suggested. May I post ...
    zxbruno zxbruno August 2007 Sinclair Basic
  • 128 BASIC-compatible way of loading BASIC as code?On a 48K Speccy (or from 48 BASIC or USR 0 mode on a 128K machine), one can do a silly trick like this: [code];; load a 4000 byte BASIC program ld i…

    ... to preserve ERR_SP, restore after load, and do
    LD SP ... perform a clean return to BASIC (after setting NEWPPC and NSPPC ... after. Before I dumped the BASIC as code, I first used CLEAR to ... to where the loaded-back BASIC expected it to be.
    stephenw32768 stephenw32768 September 2013 Development
  • Experimenting with turboloadersHello, My first post, having lurked here for a while. I'm a lifelong computer nerd, Spectrum fan since childhood in the eighties, and have recently…

    ... 950T. Amazingly, this does actually load from tape on my Speccy ... above TZX as a demo of a standard-speed load.
    [*] ... lims_hybrid.tzx has the loading screen as a ... I had trouble with loading BASIC as code and then returning to 128 ...
    stephenw32768 stephenw32768 September 2013 Development
  • Experimenting with turboloadersHello, My first post, having lurked here for a while. I'm a lifelong computer nerd, Spectrum fan since childhood in the eighties, and have recently…

    ... turboloading of this BASIC block. As a side-effect, ... had trouble with loading BASIC as code and then returning to ... more. You must however load it under USR 0 ... purpose, so they first load S. Labsky's [URL ... ]UPDATE:[/B] All files load in Spectaculator 8 when Auto ...
    Alessandro Grussu Alessandro Grussu September 2013 Development
  • Turbo save?I'm doing some experiments with turbo loaders, and I don't know how to save turbo blocks on virtual tapes. Spectaculator and fuse don't seem to save…

    ... contains TWO experiments mixed up (BASIC as CODE, turbo load) and may be difficult ... example (Jet Set Willy, only BASIC + CODE). If I run into problems ... in the BASIC).
    - The original BASIC loader is obfuscated. The CODE is ...
    Zup Zup January 2014 Emulators
  • Utility to create long REM Line for storing M/C program - Maximum BASIC Line LengthHi, I think there was a Utlity or Toolkit to create a long REM-Line under 48k BASIC to store some MCode in it. So I don´t have to type e.g. 5…

    ... load the machine/code.
    - Compress machine code with zx7, and load it as ... usually.
    - Load the ... BASIC to NOT load machine code.
    - Save the BASIC as CODE.
    - Compress BASIC and machine code ...
    Zup Zup October 2015 Sinclair Basic
  • 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…

    ... on line x. When you load the program, the spectrum first ... defined).

    About saving BASIC as CODE (beginning at or below 23552 ... include BASIC and CODE in a single block, so it will load faster ...
    Zup Zup November 2017 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 …

    ... something in front of the "Basic as code" block, in particular they could ... tape data:

    10 LOAD "" CODE

    I guess it ... of Urban Upstart use the 'code' loader (I know I still ...
    spider spider June 2020 Games
  • 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 …

    ... something in front of the "Basic as code" block, in particular they could ... tape data:

    10 LOAD "" CODE

    I guess it ... of Urban Upstart use the 'code' loader (I know I still ... /> Ship Of Doom used it as well.
    rich_chandler rich_chandler June 2020 Games
  • Remaking Special Operations - some thoughts and questions.(Edit: Sorry - long one!) Special Operations is one of my favourite titles and, despite them being very different, is up there with Halls of the T…

    ... ) and is mostly written in BASIC.

    Perfect ... German forces are portrayed as inept and cruel and ... I'm addressing that as well. Initially I was ... the classic loading of BASIC as code from 16384 whilst setting ... a small bit of code along with the UDGs ...
    Zoep Zoep March 2016 Development
  • SCR filesHi, I've created some scr files with imagetozxspec but I'm not sure how to get them across to the Spectrum (or emulated Spectrum) I tried creating a …

    ... screen image so I can load it as code? I've packed executable ...
    Speccy_James Speccy_James January 2014 Development
  • SCR filesHi, I've created some scr files with imagetozxspec but I'm not sure how to get them across to the Spectrum (or emulated Spectrum) I tried creating a …

    ... screen image so I can load it as code? I've packed executable ...
    LCD LCD January 2014 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…

    ... routine for storing machine code between PROG & ... Baker's "Mastering Machine Code". This enables any attendant ... amp; loaded with the BASIC, as if it was in ...
    REM INSTALL MACHINE CODE... with GO TO 9161
    LOAD "m/c"CODE mc,ml:
    ...
    Battle Bunny Battle Bunny January 2012 Sinclair Basic
  • BASIC code challengeWrite a program in BASIC as short as possible that will continue after KEY-RELEASED. The program must be fully relocatable (so it must be programmed …

    Write a program in BASIC as short as possible that will continue after ... 0 is replaced by your code to wait for keyreleased.
    Dr BEEP Dr BEEP August 2002 Sinclair Miscellaneous
  • BASIC Keyword ReferenceRealised that the Sinclair Basic section would be a better place for discussion of BASIC keywords, so for reference the old thread is in [thread=2005…

    ... [/URL] later.

    [CODE]
    SINCLAIR BASIC Keyword Reference

    BASIC
    as found on the Sinclair ... br /> AND : KLC : SYM + Y LOAD : K : J
    ASN : E ...
    icabod icabod March 2008 Sinclair Basic
  • 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…

    ... returns the score to BASIC
    Machine code programs are a series ... register, sometimes also referred to as the accumulator.
    The other ... longer need to initialise b as well as c to 0 in ... instruction lddr, which stand for LoaD ((hl) to (de)),Decrement (hl ...
    bigjon bigjon November 2009 Development
  • Lame BASIC BEEPer editor - alphaI like music, like BASIC and find all current music utilities complicated. Since I enjoy Sinclair BASIC so much, I came up with a simple BEEPer edito…

    I like music, like BASIC and find all current music ... complicated. Since I enjoy Sinclair BASIC so much, I came up ... to add pause, load array, save array, export as code block, create player ... to read from code block instead ...
    zxbruno zxbruno May 2012 Sinclair Basic
  • BIN2BAS (load BASIC text into emulator) utilityI've nearly finished testing this. It allows a BASIC program to be loaded from a text file in any emulator which has a "load binary" option. I was wo…

    ... emulator which has a "load binary" option. I was ...
    [strike];a BASIC line starts with an integer ... first line)
    ;BASIC lines may be inserted/changed ... usual way, but the load has to be re- ... file, so a BASIC program almost as big as the available memory ...
    Battle Bunny Battle Bunny April 2013 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…

    ... basic program.

    I want to call the ROM's LOAD "" CODE ... routine, nothing fancy headerless loaders, just the basic function ... />
    ;LOAD 128 bank 6 code

    ;LOAD main game code

    daveysludge daveysludge October 2014 Development
  • BASIC compilersI'm looking for a BASIC compiler that can actually handle the SAVE and LOAD basic commands. Hi Soft Basic doesn't, so I'm in a fix now since my BASIC…

    ... a BASIC compiler that can actually handle the SAVE and LOAD basic ... commands. Hi Soft Basic doesn't, so ... since my BASIC program uses the SAVE and LOAD routines. Anyone ... almost all of BASIC commands and generates fairly fast code too?
    Arjun Arjun May 2004 Sinclair Basic
  • Problem with saving picture for game!Thanks for the code guys! The auto-start code is very sweet! And thanks for telling me about programming it to pick up items etc. There's only one p…

    ... BMP2SCR EXP save the picture as code in a TAP/TZX file ... it as a BASIC REM LINE if you compress it). I load it ... the following procedure:

    LOAD "myscreen" CODE 16384

    For ... the screen clears with no code as soon as I press a key ...
    pottyboy pottyboy November 2004 Sinclair Basic
  • Spin problems/issuesI am running Spin 0.666 and have noticed a few issues (some are bugs, some might be just me). I am using Vista sp1 (yeah I know!), and I've seen Dunn…

    ... edit selection -> mark as byte data. The line ...
    Save the program as normal eg: SAVE "SPIN1" ... another line of BASIC, eg:[CODE] 20 GOTO 10[/CODE]
    Save ... br /> If you re-load Spin and reinsert the TAP ... new version of ZXSpin (as you've finished BASin, ...
    Jimmy Jimmy April 2008 Emulators
  • Spectrum machine language filesHopefully this will get moderated to the correct forum, if I'm in the wrong place.. I've failed to get my old 48K Spectrum microdrive files, via the…

    ... 've transferred the files (Basic and Code) to the PC via RS232 ... *"b" from the Spectrum, but as they are in machine language ... emulator treats them as unrecognisable.

    They LOAD *"b" back to ...
    optics42 optics42 January 2010 Emulators
  • Converting games from tap to dskHi to all from Greece, Being an old Speccy user and now owner of most models of Spectrum (48k , 48k+ , 128K, +2 grey and +3) , I desided to salvage m…

    ... t seem to get basic to load the extra code for music etc ... loading code and getting the banks and code start address as well as the ... As soon as you load in 16384 and the screen appears the basic ... about data files that appear as fragmented data? Possible to ...
    batsilos batsilos January 2010 Emulators
  • ISO ROM 128 with TR-DOS 5.05(cz)This is new correct version of ISO ROM for ZX + BETADISK. Some extra basic command is designed specially for use in conmination with TR-DOS 5.05(cz).…

    ... !RUN (load and start basic file boot.B)
    !LOAD "filename" (load basic file " ... filename")
    !GOTO "snapshot" CODE (load ... /> /257 (show 16bit value as low byte + high byte - ...
    velesoft velesoft April 2010 Sinclair Basic
<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
load 29K 41.7K
basic 24.7K 39K
as 228.1K 403.1K
code 41.6K 91.2K

Related Threads

  • 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…
  • 128 BASIC-compatible way of loading BASIC as code?On a 48K Speccy (or from 48 BASIC or USR 0 mode on a 128K machine), one can do a silly trick like this:<br /> <br /> [code];; load a 4000 byte BASIC …
  • 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 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…
  • Why can't you make a BASIC program as big as you want?Let me rephrase that. Is it possible using BASIC to write a program that can be multi part? In other words one that can LOAD lets say a story, in se…
  • getting c nonsense in basic when trying to load a program through a string in +3 basicstrangely if i use load s$(to 8), it says nonsense in basic but works when i run it. but when i execute the command without a line no it works withou…
  • BASIC-code challengeFor the BASIC-coders among us.<br /> <br /> There is a number that has following aspects.<br /> <br /> divided by 16 remains 15<br /> divided by 15 r…
  • BASIC code challengeWrite a program in BASIC as short as possible that will continue after KEY-RELEASED. The program must be fully relocatable (so it must be programmed …
  • RETROVISION : Live and as Retro as you can get!Tis the third live show of this thang called RetroVision. If you like or love the ole days of games then have a look here: [url="http://www.retrovisi…
  • Spin 0.4 as Basic Editor / tape recording interfaceI'm programming in 128BASIC in Spin *wonderful emulator*, and I use tape recording emulation when I save my humble projects(because neither .sna nor …

Related Searches

  • load code hide name
  • load code hide name on screen
  • run basic program load
  • basic save code
  • basic save code autorun
  • machine code sprite movement in basic
  • add machine code sprite movement to basic
  • load code
  • loading basic from code
  • source code basic
  • listing source code basic
  • save basic program as machine code
  • save basic as machine code
  • save basic as code
  • load machine code
  • delete basic program from machine code
  • basic machine code
  • after code load
  • load code from basic in emulator
  • save and load machine code from basic

Copyright © 2024 World of Spectrum