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.028s
<1…891011121314…34>
  • Screen$ disappearanceGreetings to all developers :D As you know, I have been playing around with Professional Adventure Writer and was making a few tests in the adventur…

    ... [/url] (proof of the extvec number)

    Thx for any ... when the first block of machine code loads. It's not down ... 6912
    30 LOAD ""CODE : SAVE "AVENTURA @"CODE 28800,8832
    40 ... A"CODE 37632,2443
    50 LOAD ""CODE : SAVE "AVENTURA B"CODE 65484 ...
    mulder mulder March 2007 Development
  • Cybernoid editorSo, my long tern goal is to make my own Cybernoid or Rex like game (see an ancient thread about Sprite advice)...but my skills are somewhat lacking..…

    ... ]Here[/url] is the source code. I`ve set the uncompressed ... input needed for start screen number, ship position and map width ... . As I learn more about machine code, I could expand it with ...
    FrankT FrankT March 2007 Development
  • TV Modulator. Can it be repaired?Is it possible, to repair tha TV modulator (after removing it) if it gives wavy picture? I replaced both transistors (tr1/2) and both electrolytic ca…

    ... of time for a 48K machine, red lines up and ... not initialise into a 48K machine, yet BASIC can read ... ALWAYS initialises as a 16K machine, not 17 or 18K. ... all of RAM in a machine code program, can you make ... right after the RAM part number, generally after a dash, ...
    Marcelo Marcelo March 2007 Hardware
  • Question about snapshot files....I've noticed that everytime I play "The Boss" (football management) it produces the same scores. I've played the first 5 games 3 or 4 times now and t…

    ... through an emulator) must produce random variations.
    [/quote]
    random number generators which calculate the next "random number" from ... get the same sequence of random numbers generated.
    < ... if different branches of code are taken (ie you ...
    Alcoholics Anonymous Alcoholics Anonymous April 2007 Games
  • Question about snapshot files....I've noticed that everytime I play "The Boss" (football management) it produces the same scores. I've played the first 5 games 3 or 4 times now and t…

    ... 20yrs ago. The winner was random number + parameters. However when loaded, the ... why if it was a random number.

    Anyway....cutting to ... that would make the results random instead of the same everytime ... around so this bit of code would be a big help ...
    beanz beanz April 2007 Games
  • Help needed - UK lottery number generator in c++I'm trying to write a c++ program to generate 9 lines of 6 numbers for the uk national lottery. Anybody got any idea where I'm going wrong? I'm com…

    ... , but nevermind.


    [code]
    for (line_no=1; (line_no ... are at line 9
    [/code]

    Why the "pos_no ... a transcription error?

    [code]
    cout
    Alcoholics Anonymous Alcoholics Anonymous April 2007 Chit chat
  • Converting m$ to dataI created a maze using a matrix of 704 characters. In order to save memory, and since the maze it's just walls and spaces which could be interpreted …

    ... /> This is because each number m(1), m(2), ... hold a floating point number. Even if you store ... a number between 0 and 255 ... g.

    [code]
    10 CLEAR 59999: REM ... Reserve 368 bytes
    [/code]

    You can ... using BASIC or machine code.
    BloodBaz BloodBaz May 2007 Sinclair Basic
  • Comments for small "sprite" routine wantedI have just written my first machine code program and I am quite happy (and proud) to get it working! :smile: As a child I never learned anything e…

    ... more optimized code, from original 64 byte machine code to 49 ... ld b,8 ;counter, number of bytes in graphic ... dec c ;decrease c, number of side movements in one ... c,8 ;reset c, number of side movements in ... dec d ;decrease d, number of total characters to move ...
    Rickard Rickard May 2007 Development
  • Comments for small "sprite" routine wantedI have just written my first machine code program and I am quite happy (and proud) to get it working! :smile: As a child I never learned anything e…

    ... the more optimized code, from original 64 byte machine code to 49 byte ...
    ld b,8 ;counter, number of bytes in graphic store ... />
    dec c ;decrease c, number of side movements in one ...
    dec d ;decrease d, number of total characters to move ...
    Dr BEEP Dr BEEP May 2007 Development
  • How does interrupts work?I am a little confused regarding the interrupts on the Spectrum. If I have some hundred bytes of machine code started with, say, [B]RANDOMIZE USR 300…

    ... sprite "flicker" and "tearing" in machine code applications is to change the ... complete e.g.

    [code]
    loop:
    ...
    ... actually move (or their frame number changes). Also, if the ... frame number changes but not its (x ...
    BloodBaz BloodBaz May 2007 Development
  • Idiots guide needed for idiotI thought I would try and give a basic compiler a go. The trouble is that I have tried both hisoft and mcoderIII and it just doesnt seem to be worki…

    ... make sure that the line number ranges of the compiler and ... compilers which are written in machine code and put themselves up above ... the set of compilers and machine code books I have currently on ...
    hldswrth hldswrth June 2007 Sinclair Basic
  • Cool BASIC tricks and tips!Following on from Dunny's excellent suggestion of a compendium of BASIC tips + tricks, I believe it would be better to have a topic dedicated to it. …

    [QUOTE=Skarpo;195369]Machine Code ... just type that in in [ ... information about ... erm ... Machine Code.[/QUOTE]

    Machine code!!!!:( isnt that like: 000000000000111100001111000 ... something to work in machine code!:o unless my random 0 & 1 ...
    +2MAN +2MAN June 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…

    ... pseudo random number generator; all pseudo random number generators actually calculate the next random number ... extern uchar *d_chars(23606);
    [/code]

    are special variable ... byte) run the enclosed code:

    [code]
    sbuf = buf ...
    Alcoholics Anonymous Alcoholics Anonymous June 2007 Development
  • 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…

    ... as it should.

    [code]
    /* zcc +zx -lndos -lm ... /> }

    /////////////////////

    // return random number 0..range-1


    in_WaitForNoKey();
    }

    [/code]

    Compile, and run ...
    mulder mulder June 2007 Development
  • Retroeuskal '07RetroEuskal is an annual event for enthusiasts and interested people about Retrocomputing that is held within [url=http://www.euskalencounter.org/en/…

    ... letter 'O' when writing the number zero
    - Liking Doctor Who ... obscure references to Spectrum games/machine code/microprocessors etc. (that most people ...
    chaosmongers chaosmongers July 2007 Sinclair Miscellaneous
  • Cool BASIC tricks and tips!Following on from Dunny's excellent suggestion of a compendium of BASIC tips + tricks, I believe it would be better to have a topic dedicated to it. …

    [QUOTE=+2MAN;195398]Machine code!!!!:( isnt that like: 000000000000111100001111000. Now ... something to work in machine code!:o unless my random 0 & 1 ... ![/QUOTE]

    Getting a machine code prog to actually run is ...
    Graz Graz 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…

    ... /> [code]
    extern uint u_rnd(uint range); // return random number from 0 ... [/code]

    is the random number generators. u_rnd() returns a random number from ... a uniform random number generator that can produce random numbers ...
    Alcoholics Anonymous Alcoholics Anonymous July 2007 Development
  • 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…

    ... extern int std_seed(23672); // random number seed placed on top of ... *100);
    }
    [/code]

    Some comments ... results:

    [code]
    Heads experiment: 490 ... code]

    The program plots a bargraph showing the number ...
    Alcoholics Anonymous Alcoholics Anonymous July 2007 Development
  • 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…

    ... br /> All pseudo-random number generators are uniform by the ... I mean is the following "random number generator": nextrand = prevrand+1 ... longer required. The scroll code must complete within 50000 ... emphasis should be on keeping code size small.

    Alcoholics Anonymous Alcoholics Anonymous July 2007 Development
  • 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…

    ... // crystite deposit

    };
    [/code]
    "owner" will hold the ... br /> extern uchar g_numAvailablePlots;
    [/code]

    You'll notice ... . We can simply choose a random number from 0 through g_numAvailablePlots-1 ...
    Alcoholics Anonymous Alcoholics Anonymous July 2007 Development
  • 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 …

    ... was to take a pseudo random number generator, and start it with ... same algorithm (albeit with different code, since it's written in ...
    Winston Winston August 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…

    ... ; // crystite deposit

    };
    [/code]

    Writing zeroes into ... , so we just select a random number from 0 to 44 and ... vertically connected plots:

    [code]
    g_uchar0 = 2;
    p_VisitMapCross ...
    Alcoholics Anonymous Alcoholics Anonymous August 2007 Development
  • How many players can you cram simultaneous on a speccyYou know how they have those..how many people can you cram in a mini or a phone box things on guiness book of records. Well say someone wrote a game…

    ... would have to be a machine code program.

    If you ... each you could increase this number by 5.

    Making ...
    Scottie_uk Scottie_uk September 2007 Chit chat
  • StalingradHi So question: What did I do that the 11-th Army is activated?

    ... . (The 11th army is selection number 7 in the army list ... even looked at the program code, in the hope I could ... seems to be written in machine code.

    Hopefully, someone who ...
    Digital Prawn Digital Prawn October 2007 Games
  • 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…

    ... something to randomize the pseudo-random number generator's seed value. As ... the "pyr_Close()" function:

    [code]
    void pyr_PlayerClose(struct player ... left one pixel:

    [code]
    void scroll_isr(void) // an ...
    Alcoholics Anonymous Alcoholics Anonymous October 2007 Development
  • 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…

    ... . Otherwise n is reassigned a random number selecting one of those bad ... first place player code discussed above had the total number of available ... qualified event found
    }
    [/code]

    The "if ((playerEventsFunc ...
    Alcoholics Anonymous Alcoholics Anonymous October 2007 Development
  • Your help needed![FONT=Arial]there are [URL="http://www.worldofspectrum.org/neededscreens.html"]a number of titles[/URL] (146) that still lack an in-game scre…

    ... enters a main loop of code which is obviously a tape ... entire program is written in machine code, embedded inside a BASIC program ... be an old London telephone number is in there for some ...
    Digital Prawn Digital Prawn November 2007 Games
  • How could you hear if loading BASIC or MC?When loading a Spectrum program from tape you could usually hear from the sound if it is a BASIC or is some machine code program *. My question is, w…

    ... two zero bytes, then the number in two bytes, then a ... it sound "lighter" than the machine code, where the frequency of zero ...
    Patrik Rak Patrik Rak November 2007 Development
  • Benchmark timeWell, the BASIC benchmark posted in Creative Computing back in the 80s came up as a topic on the AtariAge forums. The article is available online an…

    ... I don't think that random number test really determines anything ... between bits on successive random numbers to measure the ... just for fun:

    [code]
    #include
    #include ... /> printf("Random %f\n", 1000.0-r);
    }
    [/code]
    ...
    Alcoholics Anonymous Alcoholics Anonymous December 2007 Sinclair Basic
  • Minigame Compo 2007Hi there, also this year, there'll be a minigame competition, open to all 8-bit computers and consoles. It consists on writing games whose size (…

    Hey, you don't think we're going to give up that easily do you? :-)

    Haven't had chance to try this yet, but inspired by [url=http://www.muppetlabs.com/~breadbox/software/tiny/teensy.html]Brian Raiter's even more evil ELF hacks[/url], I wonder ...
    gasman gasman January 2008 Development
<1…891011121314…34>

Latest Posts

  • European Software Titles with an English version
    Antiriad2097 on 6:40AM
  • i am currently listening to........
    Paradigm Shifter on 12:26AM
  • Happy 40th Birthday to the Amstrad CPC464!
    dmsmith on April 16
  • Celebrity deaths...
    mel the bell on April 16
  • Cooperative Games.
    Paradigm Shifter on April 16
  • LONELY TZX files : software TZX'd on the online sites with NO ASSOCIATED DOCUMENTATION
    harriusherbartio on April 16
  • How we became brainwashed by social media
    Antiriad2097 on April 16
  • How Do You Categorize Your Speccy Software and Games?
    Antiriad2097 on April 16
  • Fixed Speccy Software. And which games remained unfixed?
    harriusherbartio on April 16
  • I am currently watching.....
    zx1 on April 15

HitBox

Word Docs Hits
machine 27.2K 35.6K
code 41.6K 91.2K
random 6.6K 8.2K
number 18.5K 25.1K

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 /…
  • 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…
  • 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…
  • Machine code loaderI was wondering how people wrote games. On the trail to this knowledge I discovered a machine code loader in basic, and also z80 assemblers.<br /> <b…
  • Saving machine code on EmulatorI have been dabbling with Chapter 26 of Stephen Vicker's "ZX Spectrum Manual".<br /> [url="http://www.madhippy.com/8-bit/sinclair/zxspecman/zxmanchap…
  • Machine Code ChallengeHere's a challenge for all you Z80 programmers. Points to be awarded for elegance and brevity. (I haven't got the solution either)<br /> <br /> HL ad…
  • Machine Code Challenge #1 ResultsWell at the stroke of midnight there were 3 <br /> entries so everybody gets to stand on the podium and the 3 Spectrum books will be going out to pri…
  • Machine CodeOk i had a spectrum when i was younger and only used it for playin games and typing simple BASIC programs - i mean really simple! Things like <br /> …

Related Searches

  • lowest memory position for machine code
  • lowest memory position machine code
  • lowest memory machine code
  • 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
  • machine code routines
  • random number code
  • ultimate games 3 machine code
  • learning machine code
  • spectrum machine code
  • machine code sprite movement in basic
  • add machine code sprite movement to basic
  • beeper from machine code
  • new machine code
  • machine code ide
  • machine code tutorial
  • spectrum machine code ian stewart
  • machine code
  • print number machine code

Copyright © 2024 World of Spectrum