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.088s
<1…25262728293031…34>
  • Newbie Spectrum developer advice ....Hi, Im new to the site and to spectrum developing - well, not quite, I wrote Spectrum programmes in Basic 30 years ago but then went off into the wo…

    ... you know C, is to rewrite your prog in C and compile using ... ), fit more in 48K anyway, and if you modularise your code properly ...
    csmith csmith January 2013 Development
  • Red DwarfA Red Dwarf video game - good or bad idea? (given its recent resurgence in popularity in the UK) My ideas: [b]Plots[/b] - An interquel which bridg…

    ... Most of my coding is in C, which means that I ... numbered and indexed in a simple data structure in low RAM. ... it's stored, pages in the corret page, then ... only chunk of code which gets executed in its own page ... interrupt it gets paged in, does its job updating ...
    na_th_an na_th_an February 2013 New game ideas
  • Bottom 4 lines of the screen fileI'm wanting to save the bottom 4 lines of the display memory (AT 20,0 to #0; AT 1,31) 23168 is the start of the attributes and its length will be 32…

    ... /> 23168 -> 23295[/code]

    In m/code the display file layout ... b,e
    loops: ld c,l
    ldir
    ld ... c,l
    ldir
    ret[/code]
    and the reverse
    [code ...
    Battle Bunny Battle Bunny February 2013 Development
  • Bottom 4 lines of the screen fileI'm wanting to save the bottom 4 lines of the display memory (AT 20,0 to #0; AT 1,31) 23168 is the start of the attributes and its length will be 32…

    ... Battle Bunny but your code is far too ... my attempt...

    [CODE]

    SAVESCREEN2 equ ... Attribute address for screen address in HL

    ; Screen print coords in C,B on entry
    ; ... C
    ADD HL,DE
    RET

    [/CODE ...
    dbolli dbolli February 2013 Development
  • Quest for Witchcraft undeniencedI notice on the latest [url]http://www.worldofspectrum.org/whatsnew.html[/url] (02 Jan 2013) that LCD undenienced [url=http://www.worldofspectrum.org…

    ... nothing to do with my code. Sorry.[/QUOTE]
    Only just ... as the joy/key-testing code in Quest for Witchcraft bears no ... resemblance to the code that's written by any ... way back in October 2010, predating the (c)2011 message in Quest for ...
    ccowley ccowley February 2013 Games
  • Keyboard TrickI know how to use the multi key in BASIC with IN you can get the keys [QUOTE]IN 254+256*(255-2^K)[/QUOTE] K is the keyboard's half row, comes from …

    ... :
    [code]inp=(IN port)&191[/code](in ZXBC, in Sinclair BASIC this ...

    [code]

    10 LET C=(IN 254>200 ... IN 32766-C : IF A = 191 THEN GO TO 100

    [/code ... ]

    Don't forget the IN bug for ...
    Dr BEEP Dr BEEP February 2013 Sinclair Basic
  • Quest for Witchcraft undeniencedI notice on the latest [url]http://www.worldofspectrum.org/whatsnew.html[/url] (02 Jan 2013) that LCD undenienced [url=http://www.worldofspectrum.org…

    ... the joy/key-testing code in Quest for Witchcraft bears ... no resemblance to the code that's written by ... back in October 2010, predating the (c)2011 message in Quest ... it and linked the code. Maybe you are right ... not use Beeper engines in my further games anymore, ...
    LCD LCD February 2013 Games
  • The Disciple clone... doable?Hi. As a spectrum user in the 80's this was the dream interface all-in-one for me. I have a 48k+ and planning on get a 128K toast-rack later. Anyway…

    ... ' function, using addresses which in the Spectrum ROM contains RST ... lost anyway when OUT (C),A was used. Plus ... mentioned, Lunter's Z80 has code in the 'ld e,e' ... [I]before[/I] the code for handling the 'ld e ... snapshots with ROM0 paged in would certainly not work ...
    roko roko February 2013 Hardware
  • ZX7: an "optimal" LZ77 packerAbout 20 years ago, I started a M.Sc. in Computing, planning to work on data compression. Although I quickly changed to another subject for a number …

    ... and Boriel's ZX BASIC! In practice, it means it's ... are developing a program in C using z88dk, or in compiled BASIC using ... won't waste space generating code for the decompressors you didn ...
    Einar Saukas Einar Saukas March 2013 Brand new software
  • Setting up an IDE HDD on the +3e helpHello, Just installed a HDD in my +3e (ROM ver. 1.11). When turning on it takes a few seconds longer but then shows 2 IDE (available) as well as 1 fl…

    ... the ASN command
    [code]
    MOVE "C:" IN "SYSTEM" ASN
    MOVE ... "D:" IN "GAMES-001" ASN
    [/code]

    [code]
    MOVE "C:" OUT ASN
    MOVE ...
    Zetr0 Zetr0 March 2013 Hardware
  • Assembler v Machine CodeHi. I've been looking at a lot of the code examples in the Development section and can see that Assembler is the way to go. However, I was wondering …

    ... tend to write pipelined code and because I started ... results of the next code change/tweak are seen ... machines as writing pure code directly for a CPU ... used to write in pure machine code when I was ... control the CPU!!! type in hex, type in C++, even use HTML ... ...
    ASM ASM March 2013 Development
  • Using FOR/NEXT like 'while'I don't know if this has already been discussed (I did search, but the search engine didn't like the word 'while'), but here's a way of using a FOR/N…

    ... called UNTIL). Do note that in C (and some other languages), WHILE ... ) {
    do_something();
    }[/CODE]
    and
    [CODE]do {
    do_something();
    Timmy Timmy March 2013 Sinclair Basic
  • Circumspect - A Spectrum Emulator for learningThis is a project that I have been playing around with for a while. It must be said, I tend to have problems getting things finished where hobbies a…

    ... been written in C, since it produces just-in-time compiled code by decoding ... with the approach taken in QEMU's code, and since the JIT ... documentation, and in this particular case, rearranging the code might even ... I had a bug in my code. This meant that after ...
    zub zub April 2013 Emulators
  • Bounding into the App Store in the morning - Spectaculator 5Happy 31st Birthday, ZX Spectrum! [IMG]https://pbs.twimg.com/media/BIfVWmpCEAAQ84S.png[/IMG] :) Jon.

    ... write everything in C#. Can't throw aways 11 years of code ;)
    Jon Needle Jon Needle April 2013 Emulators
  • The Great Escape disassemblyHi, Over the past few months I've been steadily chipping away at reverse engineering Denton Designs' classic 48K title, The Great Escape. I'm now a…

    ... of a reimplementation in C.

    The current code is on GitHub ...
    jp jp April 2013 Announcements
  • pathfindingworking on pathfinding in the game. here is Russian description of Lee's algorithm: [url]http://algolist.manual.ru/games/wavealg.php[/url] "if-then"…

    ... personally not very useful in Spectrum gaming because it ... /Articles/15307/A-algorithm-implementation-in-C[/url]

    [ ... didn't need those values in the node anymore. That ... br />
    Collapse | Copy Code[StructLayout(LayoutKind.Sequential, Pack=1 ...
    g0blinish g0blinish April 2013 Development
  • Spec +3e CF Card interface working Great but a different problem popped upHey, just wanted to say thanks to everyone that helped me get my Spectrum +3e and CF card working. I've been playing on it all last night and this a…

    ... />
    Writing good disk partitioning code is hard enough (that's ... why I'm writing rubbish code instead!) ;)[/QUOTE]

    I ... :) I'm trying to learn C++. The basic I learned from ... />
    Do you write your code in MC or other? or use ...
    thomas3120 thomas3120 May 2013 Hardware
  • Spec +3e CF Card interface working Great but a different problem popped upHey, just wanted to say thanks to everyone that helped me get my Spectrum +3e and CF card working. I've been playing on it all last night and this a…

    [QUOTE=thomas3120;698238]Do you write your code in MC or other? or use an assembler?
    guesser guesser May 2013 Hardware
  • "Chronos": how fast should it really be?I was reading [URL="http://timfollin.pwp.blueyonder.co.uk/Archive.htm"]Tim Follin's webpage[/URL] the other day and came across a curious remark abou…

    ... bug, I found some code in the main menu to process ... what it does:
    [CODE]6900 cdbf02 call 02bfh ; call ... 31h
    6905 da0069 jp c,6900h ; ignore keys < ... 35h
    690f da8769 jp c,6987h ; select control (keys ...
    Einar Saukas Einar Saukas May 2013 Development
  • I share the Ultimate moonlighting project....I announce this here FIRST, I suspect this post might get deleted quickly, but it is right to come here first, WoS is after all the home for this kin…

    ... have been allowed by the (C) holders?

    When's ... /> [LIST]
    [*]Every line of code in the app is attributable to ...
    Korinel Korinel May 2013 Games
  • ZXDev - powerful environment for development in four languages is ready for testingXDev/ZXDev is open and free set of compilers, additional tools, libraries and design patterns for target platform ZX Spectrum 48K in different progra…

    ... =slenkar;702498]Need example code in the download, (that compiles ... Mod]Examples of source code to compile and run ... - with an example of code - The project Hero for ... source code into C, and then compile by the C compiler ... for DOS (such as Turbo C).

    You ...
    Oleg N. Cher Oleg N. Cher May 2013 Development
  • 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…

    ... of using TXT2EMU are mentioned in the listing comments:
    in expression" which it clearly ... an existing program already in memory (although BAS2TAP ... written in C and is over 3,000 lines of code ... etc. As the TXT2EMU code's loaded into the ...
    Battle Bunny Battle Bunny May 2013 Sinclair Basic
  • Trailblazer - mapped?Anyone mapped Trailblazer yet? I'd kind of like to get hold of the maps. D.

    ... is constructed. Each byte in the map represents a ... for level A.
    [code]
    06 07 06 ... 07 FF
    [/code]

    In this table the size ... of each level.
    [code]
    LEVEL AT SIZE ... 227 Wooly Jumper
    C $6750 220 Terry's Test ...
    Battle Bunny Battle Bunny June 2013 Games
  • Relocation with SDCCI desperately need auto- relocation with SDCC. Something that will compile all of my code using start address 0 and generate relocation table so that…

    ... This could mean that existing C code won't compile without modification ... library, similar idea to STL in C++) and then generate a far ... /> C++ is object oriented so it results in big and slow code. Object ... is going on in C++11 bodes well for C++ as a language ...
    Alcoholics Anonymous Alcoholics Anonymous June 2013 Development
  • Relocation with SDCCI desperately need auto- relocation with SDCC. Something that will compile all of my code using start address 0 and generate relocation table so that…

    ... assembler function was replaced with C code, and the compiler did ... in i/o code). Both yours and sdcc's are written in C ... on the quality of your C code -- it is very good -- ... orders of magnitude in difference of performance between native C++ code (eg) ...
    Alcoholics Anonymous Alcoholics Anonymous June 2013 Development
  • inline z80 with sdccI cant get it to work at all: #include <string.h> char test[10]; void main(void) { strcpy(test,"testing"); _asm ld a,32 _endasm; } this produc…

    ... else -- like an int* -- as in *((int *)(p)) -- so the compiler ... lead to better code generated by the compiler. In C++ where a and ... is potential for substantial difference in performance and there could be ... mean something else than b++ in C++ where b can be an ...
    Alcoholics Anonymous Alcoholics Anonymous June 2013 Development
  • Relocation with SDCCI desperately need auto- relocation with SDCC. Something that will compile all of my code using start address 0 and generate relocation table so that…

    ... applying the same to code size in this case. It must ... t have a version in z88dk either. Strings in C have to be ... all in generated code?[/QUOTE]

    No, except in library code. The C compiler ... too much at the code generator level in z88dk, at least. ...
    Alcoholics Anonymous Alcoholics Anonymous June 2013 Development
  • Relocation with SDCCI desperately need auto- relocation with SDCC. Something that will compile all of my code using start address 0 and generate relocation table so that…

    ... and implementation are still potentially in flux, so hand-coding ... have a version in z88dk either. Strings in C have to be ... candidate for re-coding directly in assembler.


    C code to object code is simples.
    ...
    u6c87 u6c87 June 2013 Development
  • +3 find.Whilst lookin around a shop called level up in Liverpool. Managed to nab my self a +3 for ?20. Though id open it up and low and behold it was upgrad…

    ... ]Synopsis
    [code]CAT ":"[/code]

    Example
    [code]CAT "C:"[/code][/indent]
    [indent]Synopsis
    [code]MOVE "[XDPB]:" in "[unit no.]>[Partition ... br /> [indent]Synopsis
    [code]MOVE "[XDPB]:" in "[unit no.]>[Partition ...
    Zetr0 Zetr0 June 2013 Hardware
<1…25262728293031…34>

Latest Posts

  • Where to Buy the New or Fairly Recent , Excellent ZX Spectrum Games Software?
    harriusherbartio on 11:40AM
  • i am currently listening to........
    mel the bell on 11:34AM
  • Mis-labeled cassette titles or a name change?
    harriusherbartio on 11:06AM
  • Ways to preserve Speccy Tapes in the loft
    harriusherbartio on 10:58AM
  • Fixed Speccy Software. And which games remained unfixed?
    harriusherbartio on 10:47AM
  • Minor British Sports that did become games on the ZX Spectrum
    harriusherbartio on 10:30AM
  • How to return to basic properly from ASM
    Paradigm Shifter on 1:54AM
  • Frankie's ZX Spectrum Digouts
    Zup on April 8
  • Elusive Strategy Games done by the Smaller or less Prolific Software Houses.
    harriusherbartio on April 8
  • 1992 Spectrum Software
    harriusherbartio on April 7

HitBox

Word Docs Hits
code 41.6K 91.2K
in 401.9K 810.5K
c 20.3K 48.8K

Related Threads

  • Arrays in C and C++ from a Java Programmer.I have been looking arround the web and found many conflicting answers to this question so I thaught I'd ask you folkes.<br /> <br /> What is the C a…
  • Z80 disassembler C/C++ source codeHello,<br /> <br /> I just thought I might share the [URL="http://zxds.raxoft.cz/docs/z80d.cpp"]source code[/URL] of the Z80 disassembler I have writ…
  • 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…
  • 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…
  • comp.sys.sinclair Crap Games Competition (C.S.S.C.G.C. 2022) is here!Welcome one and all!<br /> <br /> [img]https://i.postimg.cc/3yYpjjbH/cropped-CCG2022.png[/img]<br /> <br /> I am proud to announce the opening of…
  • Glad to see the ZX Spectrum is in the Science Museum in London.About time too! Last tiem I looked there was just the ZX-80 but the Spectrum is in there now too, alongside a pong-clone and a Vic-20.
  • ANN: Write Spectrum Games in C with speclib121Announcing the sprite pack C library for the z88dk C cross compiler available from:<br /> <br /> [url="http://justme895.tripod.com/main.htm"]http://j…
  • Chaos - Secret names found in the code! ooerI doubt by any stretch of the imagination I'm the first but hey its an attention grabbing Subject line innit.<br /> <br /> I was editing away at the …
  • have a speccy program not in the archive or in MIAIntermediated Maths 2 for the 48K!!
  • 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…

Related Searches

  • developing in c
  • machine code sprite movement in basic
  • change tape to disk in machine code
  • delays in timed code
  • machine code in loading screen
  • floating bus in c
  • pause 0 in machine code
  • load code from basic in emulator
  • divide in machine code
  • code in udg memory
  • machine code in rem
  • in a c
  • in a c key map
  • in c
  • in c instruction
  • plot in machine code
  • machine code paint type in
  • machine code graphics type in
  • machine code in basic
  • loading in machine code

Copyright © 2024 World of Spectrum