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.021s
<1…78910111213…34>
  • Who can fix my Flash programmer code?I have a problem with some code, it doesn't work and I don't have any idea what it's trying to do, or failing to do! The code in question is the fla…

    ... have a problem with some code, it doesn't work and ... to do!

    The code in question is the flash ... is going on in the code. The bug seems to be ...
    guesser guesser May 2010 Development
  • Full ASM code or a mixed solution ?Ok another important question. Building a program in asm, is it interesting that all the program is done in asm or always is interesting for some r…

    ... be used into our asm code.
    or
    define the ... gdu into the asm code and only have the C ...
    arfgh arfgh June 2010 Sinclair Basic
  • Obfuscated code ideaThe instructions [b]SUB A[/b] and [b]XOR A[/b] both have the effect of setting the accumulator to zero. The only difference between them is that [b]…

    ... useful just before something like[code]LD B, A
    ... DAA[/code]although [b]ADD A,0 ... about it.

    [code]SUB A
    PUSH AF ... /> POP BC[/code] sets BC = 2, while [code]XOR A
    PUSH AF
    POP BC[/code] sets BC = 0. Perhaps this ...
    ajmoss ajmoss June 2010 Development
  • Resolving USR entry point into a data + m/code block?Well, I had another look at that Merlin listing and decided that blowing up the faint page made it possible to read everything (with a struggle). How…

    ... instructions expect 8768 bytes of CODE - there are 9594.
    + The ... some sort rather than machine code. So my question is: How ... address to start the machine code?
    Battle Bunny Battle Bunny June 2010 Development
  • LDAP authentication code in .NETHello, A request for for any software developers out there. Any of you familar with performing username/password authentication with an LDAP server…

    ... .

    Any .NET sample code you can throw my way ...
    BloodBaz BloodBaz July 2010 Chit chat
  • Vampire by Code MastersHi, I was searching through my old Spectrum collection this weekend and found a budget game called Vampire by Code Masters. However, I could not fin…

    Hi,

    I was searching through my old Spectrum collection this weekend and found
    a budget game called Vampire by Code Masters. However, I could not find any
    reference to this game in your archive. Is this game MIA perhaps ?
    saiwong saiwong July 2010 MIA/STP/SDP
  • Embedding external code in Z88DK projects (Beepola related)Hi all, I've been doing a few things in Z88DK, but I was wondering how I could link binary data compiled separately into my projects. Specifically I…

    ... which has this:

    [CODE] #asm
    ; Music generated by ... 59500
    di
    #endasm[/CODE]


    I'm ... from Beepola to my ZCC code at compile time and be ...
    SnakeOilSteve SnakeOilSteve July 2010 Development
  • storing machine code in BASICApart from putting m/c above RAMTOP, which means that it has to be POKEd or LOADed separately after the BASIC program; or putting it in a REM, which …

    ... ...
    9160 REM ** INSTALL MACHINE CODE
    This is done as ... )-machine_code_length:
    LOAD "filename" CODE mcpos,machine_code_length:
    PRINT "machine ... STOP
    9999 REM *** MACHINE CODE STARTS
    AFTER THIS LINE ...
    Battle Bunny Battle Bunny August 2010 Sinclair Basic
  • Z80 Machine Code Question...Hi Folks, I know not strictly a BASIC question but I have started to learn Z80 machine code - 25 years too late! :smile: I have been reading a book…

    ... started to learn Z80 machine code - 25 years too late! :smile ...
    Paddy Coleman Paddy Coleman August 2010 Sinclair Basic
  • Machine code issue...Hi Folks, My trials with MCODE continue and I am stuck. I wrote the following program in BASIC to simply POKE an attribute byte in to a "box" on th…

    ... screen.

    [CODE]1005 REM Attribute Block Routine ... br /> RETURN [/CODE]

    This code works perfectly and ... .

    [CODE]MCODE Version
    Parameters:< ... C9 RET ;RETURN to BASIC[/CODE]

    When ...
    Paddy Coleman Paddy Coleman September 2010 Sinclair Basic
  • Automatic opcode to machine codeHi everyone, Would people use a program that you enter opcodes and it automatically converts them to machine code and saves them to a file. So if yo…

    ... automatically converts them to machine code and saves them to a ... thinking of making a machine code program to help me make ...
    Robin Robin September 2010 Development
  • IF and control flow in machine codeHi everyone, Basic has a nice control flow like if statements. How can these be done in machine code since i cant find anything thanks

    Hi everyone,

    Basic has a nice control flow like if statements.
    How can these be done in machine code since i cant find anything

    thanks
    Robin Robin September 2010 Development
  • Four machine code books for sale (will ship worldwide)I have 4 books for sale: 1. Spectrum Machine Language for the Absolute Beginner (Good condition) 2. Supercharge your Spectrum (Good condition) 3. …

    ... )

    3. Mastering Machine Code on your Z.X. Spectrum ...
    Mousey Mousey September 2010 Sales
  • Machine code[CODE] OPCODE HEX ADD LD A,05 3E05 F000 LD B,00 0600 F002 INC B 04 LOOP F004 CP A,B B8 F005 JP NZ,LOOP C2F003 F006 LD B,00 0600 F009 LD …

    [CODE]
    OPCODE HEX ADD
    < ... ),A 3AF230
    RET C9[/CODE]

    IT WONT WORK ... ;:(
    I cant do machine code for hell, help please!
    Robin Robin September 2010 Development
  • Another machine code problem, sorry[CODE] OPCODE HEX ADD LD A,00 3E00 F000 PUSH AF F5 F002 LD B,05 0605 F003 LD C,06 0E06 LOOP F005 POP AF F1 ADD A,C 80 DEC B 05 …

    [CODE]
    OPCODE HEX ADD
    < ... ),A 3200FA
    RET C9[/CODE]

    This is a ...
    Robin Robin September 2010 Sinclair Basic
  • ccompletly baffeled machine codeHi everyone, BEFORE you ask i have not asked help for loads of problems i have recently now encountered and i figured the problems out myself, hones…

    ... at this position in machine code. But thats where the problem ... the screen grid in machine code. For example, 5,4 is ...
    Robin Robin September 2010 Sinclair Miscellaneous
  • Machine code sub routinesHi everyone, I have noticed that in machine code you can call different "preset" routines like rst 16 or something, or call 6533... where can i fi…

    ... have noticed that in machine code you can call different "preset ...
    Robin Robin October 2010 Sinclair Basic
  • Optimization for this codeHello, I have done and submitted a small program for the CSS Crap Game Compo which involves a machine code routine. The z80 with BASIC and MC is av…

    ... Compo which involves a machine code routine.

    ... nice to see how the code could be optimized.
    ...
    I would belive my code is probably very uneffective the ... by JR.

    [CODE]
    org 50000


    ret
    [/CODE]
    Rickard Rickard October 2010 Development
  • z80 machine code assemblerHi everyone, Which assemblers have a nice user interface. Because i want to code in assembler on the computer and then assemble it. I dont want a co…

    ... interface. Because i want to code in assembler on the computer ...
    Robin Robin October 2010 Emulators
  • How to code a run and jumpHi all, Is there a way in basic to take action on two simultaneous key strokes. I want to add a run and jump i.e. keys Q and M but using inkey$ seem…

    ... am not ready for machine code yet so would like to ...
    hedge hedge January 2011 Development
  • Beepola Source CodeAs I haven't done much with it for a few months, I'm releasing the Beepola source code in case anybody wants to play about, add to, or otherwise use …

    ... 'm releasing the Beepola source code in case anybody wants to ... cool to it (err.. the code that is, not the licence ...
    ccowley ccowley February 2011 Development
  • Computer virus, source code lost, Argh!Ack! My laptop has succumbed to a virus that has changed the desktop to 'YOUR'RE IN DANGER' (not my spelling mistake) and won't let me open anything…

    ... backing up my latest source code :roll:

    There is ...
    R-Tape R-Tape March 2011 Chit chat
  • Z80 disassembler C/C++ source codeHello, I just thought I might share the [URL="http://zxds.raxoft.cz/docs/z80d.cpp"]source code[/URL] of the Z80 disassembler I have written for [URL…

    ... .cz/docs/z80d.cpp"]source code[/URL] of the Z80 disassembler ... to plug it into your code, use it as a reference ... was to provide the source code of the disassembler routine itself ...
    Patrik Rak Patrik Rak March 2011 Development
  • Drawing 3D grids in Basic...This is probably very simple for someone who feels comfortable with Math, but it's driving me crazy... Let's say I want to draw a grid of 16 by 16 s…

    ... was very easy:

    [CODE]10 LET t=45 : FOR ... b[/CODE]

    Now, how do I calculate the horizontal coordinate ... I can draw the 16 horizontal lines? How do I calculate ...
    zxbruno zxbruno March 2011 Sinclair Basic
  • SpecBAS 0.628 now availableFor Windows and Linux (Pandora port coming soon!): [url]http://www.zxspectrum4.net/forum/viewtopic.php?f=6&t=28[/url] Quick list of what's new: [c…

    ... what's new:

    [code]

    v0.0.0 ... but does not wrap or scroll at screen boundaries.
    ... 's PRINT command, including the "Scroll?" prompt.
    SPRITES! Check ... always ran fullscreen.

    [/code]

    Enjoy!
    < ...
    Dunny Dunny March 2011 Sinclair Miscellaneous
  • 50Hurts - Full-screen 50Hz 1-pixel scrolling on a 128K Speccy50Hurts - Full-screen 50Hz 1-pixel horizontal scrolling on a 128K Speccy. Graphics are an obvious nod to Joffa, whose games and banter were a big ins…

    ... - Full-screen 50Hz 1-pixel horizontal scrolling on a 128K Speccy ... having more memory, all the code and graphics have to sit ...
    joefish joefish March 2011 Development
  • SpecBAS build 0.642 now availableAnother (smallish) release sees the following changes: [url]https://sites.google.com/site/pauldunn/SpecOS.zip[/url] With the Linux build nicely don…

    ... .uk/specbas/[/url]

    [code]
    v0.0.0.642 ... use the mouse wheel to scroll your program.

    Bugs ... respect temporary colour attributes.
    [/code]

    All reported bugs ...
    Dunny Dunny April 2011 Sinclair Miscellaneous
  • Source code searchCould I request the possibility to search for "We have source code" in the advanced search page, please?

    Could I request the possibility to search for "We have source code" in the advanced search page, please?
    The President The President April 2011 Infoseek database
  • Small Machine Code Routines Which Maybe UsefulAs part of creating Flynn's Adventure in Bombland I created a lot of little routines to do all sorts of things. A lot of these I created based on inp…

    ... I was learning z80 machine code.

    Anyway will kick ... .

    TomD

    [CODE]
    ; =======================================================================
    ; _PLOT2CHR - plot double ... /8t
    ret ; 10t
    [/CODE]
    TomD TomD April 2011 Development
  • Code Masters CD on ebay[url]http://cgi.ebay.co.uk/ws/eBayISAPI.dll?ViewItem&item=330553816486&ssPageName=ADME:X:BOCOR:GB:1123[/url] He's selling it for ? 99.99 but accepts …

    ... you think about it? Are Code Masters CDs actually so rare ...
    Alessandro Grussu Alessandro Grussu April 2011 Sales
<1…78910111213…34>

Latest Posts

  • I am currently watching.....
    mel the bell on 5:54PM
  • 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
horizontal 1.8K 2.3K
scroll 3.1K 4.1K
code 41.6K 91.2K

Related Threads

  • Horizontal scrollDoes anyone know how to do a 2 or 4 pixel left or right horizontal scroll of the spectrum screen.<br /> <br /> <br /> I can make a 1 one pixel scroll…
  • 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…
  • Add horizontal hardware scroll to ULA+In this case we must read a bit in the ULA+ for test if supported. And the future software that uses it must have to branch:<br /> <br /> 1. If hardw…
  • 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…
  • im looking for a horizontal scroll routinehi, <br /> <br /> im looking for a horizontal scroll routine. i read somewhere that you can do it with at 'to' statement, somewhere in a print rout…
  • 5C Horizontal timing vs 6C horizontal timing.Hi all,<br /> <br /> Just considering the timing difference in the video signal between the 5C and the 6C where the 6C ULA seems to have 50% longer…
  • Code Masters' adventures: where are they?Please help to find Dizzy and Seymour sequels. Why their distribution is denied ?

Related Searches

  • lowest memory for code
  • lowest memory position for machine code
  • lowest memory position machine code
  • lowest memory machine code
  • lowest memory code
  • horizontal
  • code 16384
  • scroll line
  • scroll basic
  • basic scroll
  • basic scroll sprite
  • mastering machine code on your zx spectrum by toni baker
  • vertical scroll code
  • horizontal scroll
  • basic horizontal scroll
  • smooth scroll code
  • text horizontal scroll basic
  • horizontal text scroll
  • text scroll horizontal
  • horizontal scroll joefish basic

Copyright © 2024 World of Spectrum