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>
  • HighSPEC (brand new RADICAL High resolution emulator) Hi there, This is an announcement to all spectrum lovers of a brand new (and radical) spectrum emulator called HighSPEC! It is the work of Tom Walk…

    ... even vaguely sane, doing this sort of thing should be absolutely ... , assuming you've got an algorithm to do any of those ...
    Philip Kendall Philip Kendall November 2003 Emulators
  • HighSPEC (brand new RADICAL High resolution emulator) Hi there, This is an announcement to all spectrum lovers of a brand new (and radical) spectrum emulator called HighSPEC! It is the work of Tom Walk…

    ... even vaguely sane, doing this sort of thing should be absolutely ... , assuming you've got an algorithm to do any of those ... , I haven't got an algorithm to do the things I ... can appreciate. I think this sort of thing should be encouraged ...
    AndyHerbert AndyHerbert November 2003 Emulators
  • When do you optimise?I was just wondering when people here optimise their code. Do they wait till it is all done or do they code a routine and then optimise that?

    ... *most* important thing is your algorithm. All the optimisation in the ... . However a change to the algorithm and the way I was ... early in development are what sort of sprites you will be ...
    dmsmith dmsmith May 2006 Development
  • Alien8 style 3D Tiles - TheoryHello, Are there any articles etc explaining how to do 3d style tiles, i.e. when to redraw those in front etc. I would guess you would need to work…

    ... language for the painter's algorithm: one way it can be ... effectively do the painter's algorithm. So it's just a ... painter's algorithm modified so that it's ... is effectively a quick insertion-sort step and is fairly fast ...
    Alcoholics Anonymous Alcoholics Anonymous August 2006 Development
  • In Machine Code, what is the quickest way to sort bytes?I am playing around with some ordering of sprites, where I want to order them by vertical position. I used some Rodnay Zaks code to order some bytes…

    ... values.
    That sort is simply a bin sort.
    There are ... 3 other problems with this algorithm.
    algorithm to skip over the empty ...
    Kiwi Kiwi August 2006 Development
  • In Machine Code, what is the quickest way to sort bytes?I am playing around with some ordering of sprites, where I want to order them by vertical position. I used some Rodnay Zaks code to order some bytes…

    ... only problem with your page sort is that you cannot have ... to use a more complex algorithm to skip over the empty ...
    baze baze August 2006 Development
  • In Machine Code, what is the quickest way to sort bytes?I am playing around with some ordering of sprites, where I want to order them by vertical position. I used some Rodnay Zaks code to order some bytes…

    ... ; Procedure uses the Shell-Metzger algorithm for sorting an array of ... Shell. This sorting
    ; algorithm is extremely efficient for sorting ... br />


    ;BUBBLE SORT
    ; PARAMETERS: NumberOfElements = number of ...
    rtunes rtunes August 2006 Development
  • In Machine Code, what is the quickest way to sort bytes?I am playing around with some ordering of sprites, where I want to order them by vertical position. I used some Rodnay Zaks code to order some bytes…

    ... way conducive to the heap algorithm). Then [URL="http://z88dk.cvs ... of the overhead of the algorithm. This is probably because it ... items.

    The bin-sort put up by baze,gasman ... likely faster than the bin sort for small numbers of sprites ...
    Alcoholics Anonymous Alcoholics Anonymous August 2006 Development
  • In Machine Code, what is the quickest way to sort bytes?I am playing around with some ordering of sprites, where I want to order them by vertical position. I used some Rodnay Zaks code to order some bytes…

    ... likely faster than the bin sort for small numbers of ... point out once more that algorithm which sorts just pure numbers ... we could either bubble sort pairs like [sort key, sprite pointer], ... the L register from "bucket" sort insert procedure, like...
    < ...
    baze baze August 2006 Development
  • In Machine Code, what is the quickest way to sort bytes?I am playing around with some ordering of sprites, where I want to order them by vertical position. I used some Rodnay Zaks code to order some bytes…

    ... point out once more that algorithm which sorts just pure numbers ... there are many items to sort. [/QUOTE]

    i'm ... sprites (50+ ??)and with increased sort precission (3 or more bits ... is if someone really need sort so many sprites with such ...
    Fikee Fikee August 2006 Development
  • Death of the Computer Science DepartmentRead this article on the death of the computer science department in universities by Neil McBride from De Montfort. It makes very interesting (and wo…

    ... state that for an algorithm whose number of instructions is ... N for which that algorithm will require less instructions ... than an algorithm whose number of instructions ... does not imply any sort of relationship between those algorithms ...
    hldswrth hldswrth February 2007 Chit chat
  • text routineI want to write an adventure in basic, and instead of a writing out a description for each location i want to use a kind of text compression routine …

    ... /> Alternately I suppose some sort of RLE algorithm could be used to ...
    Arjun Arjun July 2007 Sinclair Basic
  • Project: M.u.l.e.Wokani came up with a great idea about trying an open-development approach for spectrum games, and I thought why not try with a game I have under dev…

    ... And finally we have the sort-by-player-score function for ... computing all players' scores) to sort the four "struct player *" ... decreasing player score. The sorting algorithm used is a [URL=" ... wikipedia.org/wiki/Selection_sort"]selection sort[/URL] where we look ...
    Alcoholics Anonymous Alcoholics Anonymous September 2007 Development
  • New oneliners for 2008[INDENT][INDENT][INDENT]Here's my attempt at a first-person-perspective 3d game in one line of BASIC. It's called 'wormhole', and you've got to get t…

    ... WoS has acted as a sort of escapism over the last ...
    Einar Saukas Einar Saukas February 2008 Development
  • Quick q. on MC vs. BASIC (boring question)No matter how long or tedious the programming/testing may be ... Is Machine Code [B]ALWAYS[/B] faster than BASIC?

    ... I wrote a naive SIN algorithm in machine code, it could ... .wikipedia.org/wiki/Bubble_sort]bubble sort[/url] in machine code. But ... BASIC doesn't provide a sort routine at all so I ...
    Philip Kendall Philip Kendall March 2008 Sinclair Basic
  • Quick q. on MC vs. BASIC (boring question)No matter how long or tedious the programming/testing may be ... Is Machine Code [B]ALWAYS[/B] faster than BASIC?

    ... I wrote a naive SIN algorithm in machine code, it could ... .wikipedia.org/wiki/Bubble_sort]bubble sort[/url] in machine code. But ... BASIC doesn't provide a sort routine at all so I ...
    zxspecticle zxspecticle March 2008 Sinclair Basic
  • Quick q. on MC vs. BASIC (boring question)No matter how long or tedious the programming/testing may be ... Is Machine Code [B]ALWAYS[/B] faster than BASIC?

    ... I wrote a naive SIN algorithm in machine code, it could ... .wikipedia.org/wiki/Bubble_sort"]bubble sort[/URL] in machine code. But ... BASIC doesn't provide a sort routine at all so I ... can be improved with that algorithm of drawing 1/8 of ...
    Dr BEEP Dr BEEP March 2008 Sinclair Basic
  • Quick q. on MC vs. BASIC (boring question)No matter how long or tedious the programming/testing may be ... Is Machine Code [B]ALWAYS[/B] faster than BASIC?

    ... I wrote a naive SIN algorithm in machine code, it could ... .wikipedia.org/wiki/Bubble_sort]bubble sort[/url] in machine code. But ... BASIC doesn't provide a sort routine at all so I ... even need to change the algorithm, just add as much NOPs ...
    Metalbrain Metalbrain March 2008 Sinclair Basic
  • About Chess games & BASICIs it possible to write a chess program in BASIC? Does it exist in the archive?

    ... , for it to offer any sort of challenge, you'll need ... .org/wiki/Minimax"]minimax[/URL] algorithm with a good position evaluation ...
    Matt_B Matt_B November 2008 Sinclair Basic
  • About Chess games & BASICIs it possible to write a chess program in BASIC? Does it exist in the archive?

    ... Psion Chess used some sort of min-max algorithm. I remember that ...
    Arjun Arjun November 2008 Sinclair Basic
  • Biggest single-load game?How many screens is the biggest single-load game? I'm not thinking of levels that randomly generate, but ones with difined screens. 16k, 48k and 128k…

    ... must be using some sort of repeatable algorithm, so that each location ...
    joefish joefish April 2009 Games
  • Biggest single-load game?How many screens is the biggest single-load game? I'm not thinking of levels that randomly generate, but ones with difined screens. 16k, 48k and 128k…

    ... must be using some sort of repeatable algorithm, so that each location ...
    Matt_B Matt_B April 2009 Games
  • First Contact - New Isometric GameIt was about time I did something software-wise! I took a bit of a break from writing the ULA book, and have come up with a new game. Work is very mu…

    ... 't have to write seperate algorithm for them. In isometric games ... room. As long as I sort the sprites in the list ...
    csmith csmith November 2009 Development
  • Req' Help with Random numbersHello all, im new to the forum, i hope im putting this in the right place ... I would like to ask a question in the hope someone will be able to as…

    ... start. You can use this algorithm:

    1) Dim an ... .
    (don't need to sort them)

    2) Choose ...
    BloodBaz BloodBaz November 2009 Sinclair Basic
  • Z80 compressorIs there one available? Is it any good? Peeps have been suggesting we should look into this, so here's a new thread! I'd do the compressor on the …

    ... RAM.

    I can sort of understand the 'engineering' view ... compressor compared to the Huffman algorithm. I did think about using ...
    joefish joefish February 2010 Development
  • Z80 compressorIs there one available? Is it any good? Peeps have been suggesting we should look into this, so here's a new thread! I'd do the compressor on the …

    ... RAM.

    I can sort of understand the 'engineering' view ... compressor compared to the Huffman algorithm. I did think about using ... though for speed of the algorithm.

    EDIT: All you ...
    Paradigm Shifter Paradigm Shifter February 2010 Development
  • tricks to simplify codingWhen i started with programming in assembler i had very simple approach to do things. Just shifting bytes around, doing simple tests and so... Later …

    ... using functions to generalize an algorithm. Eg, qsort accepts a function ... that it is able to sort an array of any data ...
    Alcoholics Anonymous Alcoholics Anonymous March 2010 Development
  • Correct flag response to BIT n,(HL) etc.When running the test program suggested by Arjun (thanks again), all intructions are passing the flag tests except the BIT n,(HL), BIT n,(IX+dis) and…

    ... , his agent, PA or some sort of bodyguard?[/quote]

    algorithm described in memptr_eng.txt does ...
    Philip Kendall Philip Kendall May 2010 Emulators
  • Hi Res Print Routine neededHas anyone seen code for a print routine with pixel accuracy? That is print(y,x,CHAR) that allows 0 < y < 192 and 0 < x < 255 - that takes a charact…

    ... does have something of the sort.
    [/QUOTE]

    In ... malloc() which uses the same algorithm as Boriel's verison in ... front end on the malloc algorithm where the program specifies a ...
    Alcoholics Anonymous Alcoholics Anonymous June 2010 Development
  • Optimize this assembly?Aiming for Variable*192 -> HL In the first case, I came up with the obvious method - *128 +*64: [code] ld a, (variable) ;13 ld h,0 ; 7 ld l,…

    ... bit properly.

    The algorithm involves tripling the contents of ... 9 bits, then my quicker algorithm can be made to work ... ago, that does the same sort of thing with [B]4 ...
    ajmoss ajmoss August 2010 Development
<1234567…34>

Latest Posts

  • Happy 40th Birthday to the Amstrad CPC464!
    dmsmith on 12:41AM
  • i am currently listening to........
    dmsmith on April 15
  • I am currently watching.....
    zx1 on April 15
  • Fixed Speccy Software. And which games remained unfixed?
    harriusherbartio on April 15
  • Cooperative Games.
    harriusherbartio on April 15
  • Celebrity deaths...
    mel the bell on April 15
  • Minor British Sports that did become games on the ZX Spectrum
    dm_boozefreek on April 15
  • Elusive Strategy Games done by the Smaller or less Prolific Software Houses.
    harriusherbartio on April 15
  • Inside No.9 favourite episodes
    Maroc's Other Projection on April 15
  • How we became brainwashed by social media
    Scottie_uk on April 15

HitBox

Word Docs Hits
sort 17.1K 18.7K
algorithm 1.1K 1.5K

Related Threads

  • Arcade Game (sort of)Eric and the floaters. A very early 'bomberman'.<br /> <br /> This got ported to Spanish, Pepe y los globos. :)<br /> <br /> I love them both, cos y…
  • Name of sort of board-battle-game???...Guys,<br /> <br /> I can't remember the name of a game that was similar to a chess game (not Battle Chess i think). I mean you play it on a board, ha…
  • Worst game - sort ofAny suggestions for worst game - but not just worst game period - the worst game that has had a lot of work go into it and ought to have been good, b…
  • Damn, this sort of thing makes me angry.[url="http://cgi.ebay.co.uk/ws/eBayISAPI.dll?ViewItem&amp;item=3038531795&amp;category=11994"]http://cgi.ebay.co.uk/ws/eBayISAPI.dll?ViewItem&amp;ite…
  • Name the games (Well sort of games)The first one i remember playing this on our school spectrum around 85/86<br /> <br /> you had to build a castle motte and bailey i think using worke…
  • The Tomb of Dracula remake (sort of)!I have converted The Tomb of Dracula (a crappy Spectrum game from K-Tel) to the Commodore 64(!) Have a look at [url="http://www.geocities.com/tombofd…
  • What sort of new games would you like to see on the Speccy?With the amount of coders we have around, I'm surprised that we don't see more new Speccy games.<br /> <br /> _________________<br /> [url="http://ww…
  • In Machine Code, what is the quickest way to sort bytes?I am playing around with some ordering of sprites, where I want to order them by vertical position.<br /> <br /> I used some Rodnay Zaks code to orde…
  • Monty on the Run walkthrough - sort ofHi,<br /> <br /> a friend of mine just sent this to me. Hope it's not yet as well-known as "Hey, hey, 16k". If it is, please forgive me.<br /> <br />…
  • monty mole 3d type game thingy sort offthink trap door but with monty mole instead of berk. <br /> thats the kinda thing we are going for. sort of <br /> <br /> anyhoo - couple of shots. …

Related Searches

  • mtf algorithm
  • einar algorithm
  • einar s algorithm
  • algorithm na_th_an
  • algorithm na_th_an attributes
  • algorithm einar attributes
  • bresenham s ellipse drawing algorithm
  • bubble sort
  • algorithm
  • sorting algorithm
  • maze algorithm
  • sort
  • comb sort
  • sort dr beep
  • sort dr beep idea 123
  • short sort
  • short sort routine
  • sort price
  • sort by price
  • agd sprite sort

Copyright © 2024 World of Spectrum