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.018s
<1234567…34>
  • Google Code SearchJust launched in Labs is Google Code Search which allows you to search for source code on the Web. You can restrict on language so using Basic and '…

    ... launched in Labs is Google Code Search which allows you to ... search for source code on the Web.

    Geoff Geoff October 2006 Sinclair Miscellaneous
  • +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
  • Urgent Help needed to fix this: calling all machine code gurusI am currently trying to write tutorials on the amazing Orfeus music composer by Proxima which allows you to do multi channel music through the beepe…

    ... with a player. The code is exported to address 35000 ... /> I have disassembled the code, and got it to re ... .

    The code is here: [URL="http://www ... I have split the code into 2 posts as ... most appreciated:

    [code]
    ; Disassembly of the ...
    robpearmain robpearmain November 2006 Development
  • RFC: 64 column font codeIn BASIC, type CLEAR 49999 then import the code at 50000. Then type RANDOMIZE USR 50000. This will create a new channel and attach stream #4 to it. A…

    ... codes are accepted.

    [code]
    ; ---------------
    ; 4x8 font ... /> ; --------------------------------
    ;
    ; Based on code by Ian Beardsmore from Your ... /> ; -----------------
    ;
    ; Based on code by Tony Samuels from Your ...
    chev chev January 2007 Development
  • Mastering Machine Code - Book for saleI'm selling a programming book called: Mastering Machine Code on Your ZX Spectrum [url]http://cgi.ebay.co.uk/ws/eBayISAPI.dll?ViewItem&ih=019&sspage…

    I'm selling a programming book called: Mastering Machine Code on Your ZX Spectrum

    [url]http://cgi.ebay.co.uk/ws/eBayISAPI.dll?ViewItem&ih=019&sspagename=STRK%3AMESE%3AIT&viewitem=&item=290088866224&rd=1&rd=1[/url]
    Mr Millside Mr Millside February 2007 Sales
  • Cracking the Code on the Sinclair ZX SpectrumAs I continue my clearout I am able to offer the following book for sale: Cracking the Code on the Sinclair ZX Spectrum, written by John K. Wilson. A…

    ... book for sale: Cracking the Code on the Sinclair ZX Spectrum ... .ebay.co.uk/Cracking-the-Code-on-the-Sinclair-ZX-Spectrum ...
    Mr Millside Mr Millside March 2007 Sales
  • Printing UDGs in BASICAfter looking a little through Winer Milly's code, it struck me that I might be able to speed up my Cybernoid editor by replacing: FOR a=0 TO 31: PR…

    ... through Winer Milly's code, it struck me that ... a list of sequential CHR$32, CHR$33, CHR$34, ...etc
    ... memory location. I then PRINT CHR$ 32 + x etc ... around, I can replace PRINT CHR$ 32 with PRINT " " ... is faster:
    PRINT CHR$32, CHR$33
    or
    48K 48K March 2007 Sinclair Basic
  • More Spectrum machine code books for saleAmazingly after a final rummage I found another couple of programming books. I now only have a copy of Rodnay Zaks Programming the Z80 left, but I'll…

    ... co.uk/Spectrum-Machine-Code-Made-Easy-Book_W0QQitemZ290097175763QQcategoryZ4193QQssPageNameZWDVWQQrdZ1QQcmdZViewItem[/url ... .co.uk/Introducing-Spectrum-Machine-Code-Book_W0QQitemZ290097176162QQcategoryZ4193QQssPageNameZWDVWQQrdZ1QQcmdZViewItem[/url]

    Mr Millside Mr Millside March 2007 Sales
  • Learning to code from scratchI'm going to start learning how to code my own games this week, and figured that I may need some (or perhaps a lot, depending on how complicated it i…

    ... to start learning how to code my own games this week ...
    TechnicianSi TechnicianSi April 2007 Development
  • Game Programming Source Code & Startup HelpHi there, I'm planning on porting an existing commercial title to the speccy. I'm in the process of disassembling the original code and commenting i…

    ... process of disassembling the original code and commenting it myself. The ... ) Is there any example source code to handle rendering a tilemap ...
    pointblnk pointblnk April 2007 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…

    ... book (Toni Baker: Mastering machine code on your ZX Spectrum).
    miskox miskox April 2007 Sinclair Miscellaneous
  • Running code from the display memory?Is it possible to run machine code from the memory area used by the display file? If you were really out of memory and some part of screen is not u…

    ... it possible to run machine code from the memory area used ... to black/black, load some code in the display area and ...
    Rickard Rickard May 2007 Development
  • 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…

    ... discussion group relating to machine code for Z80? We have a ... but not one about assembly code/machine code for the spectrum.
    code.

    For me, Z80 ...
    BloodBaz BloodBaz May 2007 Sinclair Miscellaneous
  • 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…

    ... 1982) was loaded with LOAD "" CODE, which in one single block ... command? I assume the game code lies directly above the display ... game loading both screen and code together), but where/how does ... the LOAD "" CODE command jump into game code and execute it?
    Rickard Rickard May 2007 Development
  • Game OptimisationBelow is a section of code Im using for movement enermy display and collision detect. What happens is that you move the sight with ,.qa and space do…

    Below is a section of code Im using for movement enermy ... is done, or is the code slow (for a basic program ... /> 100 PRINT AT playery,playerx;CHR$ 144
    110 IF INKEY ... /> 210 PRINT AT enermyy,enermyx;CHR$ 145

    220 IF ...
    Toxitalk Toxitalk May 2007 Sinclair Basic
  • Various Machine Code books, plus compilersA plug for the current set of things I'm selling on eBay, which includes various BASIC compilers, Pascal, and some machine code utilities, plus sever…

    ... , and some machine code utilities, plus several machine code books and the ...
    hldswrth hldswrth June 2007 Sales
  • 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 ... br />
    The only machine code I'd previously done in ... the basics of Z80 machine code.

    I wrote ... don't laugh at the code, I'm a Z80 ... the basics of Z80 machine code, seems like loads of registers ...
    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…

    ... 'm looking for a machine code routine which will
    clear ... bytes).
    However, this machine code routine, when I tested
    bobbyjaykid bobbyjaykid July 2007 Development
  • 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…

    ... want to get a machine code/assembler/dissasembler program from the ...
    swift240 swift240 July 2007 Sinclair Miscellaneous
  • sound effect code causing crash[FONT=Courier New]I have just written this piece of code to produce a lazer sound effect but for some reason it is causing a crash and I can't figure…

    ... just written this piece of code to produce a lazer sound ... why it crashes?

    [code]INITSOUND LD HL,SOUNDDATA
    code][/FONT]
    dmsmith dmsmith July 2007 Development
  • 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…

    ... this?

    [CODE]scf
    ld a,255 ... /> call 1366
    jp 30285[/CODE]

    Another question ... example:

    [CODE]di
    ld de,23296 ... ld bc,40832
    ldir[/CODE]

    I know ... /> I have a machine code tutorial here and I will ...
    zxbruno zxbruno August 2007 Sinclair Miscellaneous
  • How can I view code from a game?Hi All, I had a Spectrum years ago and it is what started my love for playing games. I have recently been playing some of the old games I used to pl…

    ... how they structure the code and how they did ... interested in copying the code straight from the original ... there anyway of extracting the code from the .tzx or ... game into and lists the code?

    With ... don't understand machine code, I think that Striker ...
    euronymous euronymous August 2007 Sinclair Miscellaneous
  • Spectrum games source code?Odd (and probably incredibly naive but gonna ask anyway hehe) question...is there any source code out there for the Spectrum games?

    Odd (and probably incredibly naive but gonna ask anyway hehe) question...is there any source code out there for the Spectrum games?
    galvlo galvlo October 2007 Games
  • 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…

    ... then runs a resultant machine code program (up to 289 bytes ... of machine code).

    Specifically, the program ... payload consists of a machine code animation of Miner Willy which ... " (in bytes) of the machine code program.

    The [ ...
    BloodBaz BloodBaz November 2007 Development
  • 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…

    ... wanted to start learning machine code for the speccy, from scratch ... entirely possible to start machine code with minimal BASIC knowledge?
    code into the speccy in the ...
    Vertigo Vertigo November 2007 Development
  • Code execution logging (Spin and EightyOne)I'm currently trying to analyse a piece of code by looking at the path taken through it while executing it. The easiest way for me to do this is to u…

    ... to analyse a piece of code by looking at the path ... an emulator that logs what code is being executed, and then ... run the code to completion (the aim is ... to remove parts of the code that never get run).
    icabod icabod November 2007 Emulators
  • "Foul Play" vs. "Duh! Conniving Code"I just saw a little bit of a movie with an albino. Oddly enough he was assembling something resembling a sniper rifle. For a moment I thought I w…

    ... I was watching the DaVinci Code ... but then Chevy Chase pops ...
    Skarpo Skarpo December 2007 Chit chat
  • Specdrum2 For The Pc (No code Version)Specdrum2 no code version has just been added to the Wos server and awaiting for it to be posted on the remakes page Lee Broadhurst also it comes …

    Specdrum2 no code version has just been added ...
    wadfm wadfm February 2008 Announcements
  • 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 ... /> and this is the assmebly code (now edited to show comments ... )

    [code];scroll down 1 pixel at ... br /> endroutine
    ret
    [/code]Your help is much appreciated ...
    bigjon bigjon February 2008 Development
  • 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…

    ... .

    [CODE]
    SINCLAIR BASIC Keyword Reference ... : E : SYM + O
    CHR$ : E : U OVER : E ... V PI : E : M
    CODE : E : I PLOT : K ...
    icabod icabod March 2008 Sinclair Basic
<1234567…34>

Latest Posts

  • I am currently watching.....
    Paradigm Shifter on 5:39PM
  • Happy 40th Birthday to the Amstrad CPC464!
    Luny on 5:14PM
  • Your Favorite Magazine Cover Tapes.
    dm_boozefreek on 4:45PM
  • "Late Entries"
    harriusherbartio on 4:00PM
  • How Do You Categorize Your Speccy Software and Games?
    harriusherbartio on 1:34PM
  • Simple Sprite Routine
    dmsmith on 1:25AM
  • 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

HitBox

Word Docs Hits
code 41.6K 91.2K
chr 1.3K 4.4K

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 /…
  • 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…
  • 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…
  • Code Masters' adventures: where are they?Please help to find Dizzy and Seymour sequels. Why their distribution is denied ?
  • LINE-routine and other nice pieces of codeThe line-topic came in the end with a nice piece of fast coding.<br /> <br /> I think that there might be more of these routines out there (where-eve…
  • Assembler code from tutorial, problem!I was wondering if anyone could help me decipher this z80 assembler code?<br /> <br /> ORG 60000<br /> LOAD 60000<br /> <br …
  • 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…
  • Best way to codeHi,<br /> <br /> I've been using Zeus Assembler to code MC programs so far. Nothing fancy just the odd scroll left or animation stuff.<br /> <br /> W…

Related Searches

  • lowest memory for code
  • lowest memory position for machine code
  • lowest memory position machine code
  • lowest memory machine code
  • lowest memory code
  • code 16384
  • 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
  • identify code 128k pentagon model
  • check code 128k pentagon model
  • load code hide name
  • load code hide name on screen
  • disintegrate code
  • machine code routines
  • zx spectrum games code club
  • random number code
  • control code chr
  • chr code control
  • ink chr code

Copyright © 2024 World of Spectrum