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.146s
<1…6789101112…34>
  • Adjusting your code for screen refreshingOk, I'm aware that I should know it already after writing 5 Spectrum games in machine code but interrupts and screen refreshes were always my weaker …

    ... writing 5 Spectrum games in machine code but interrupts and screen ... must of course adjust my code for screen redrawing.
    ... If I perform HALT command in machine code, the computer will wait ... br /> Is there any way in machine code to determine where is my ...
    Ralf Ralf November 2009 Development
  • Most impressive game you've ever seen which has been written in speccy BASIC?What's the most impressive speccy game you've ever seen that's been written solely in speccy BASIC? +3 Basic or 48k basic. No machine code routines…

    What's the most impressive speccy game you've ever seen that's been written solely in speccy BASIC?

    +3 Basic or 48k basic.

    No machine code routines utilised to help the program along.
    BigBadMick BigBadMick January 2010 Games
  • Vector font in BASiCHi guys) Some fifteen years ago I saw a quite short BASIC prog that could simulate a vector font with size/ thickness/ italicization params. I remem…

    ... remember that it used strange code like:
    [FONT="Fixedsys"]DATA ... implement a'la vector font in BASiC.

    I've ... a better way though.
    [code]5 REM FLEXITEXT - 1985
    10 ... /> 510 PRINT ""
    520 PRINT "IN ORDER TO USE FLEXITEXT, SIX ...
    NRA NRA February 2010 Sinclair Basic
  • Easy way to print text in machine code?Please? It sounds so simple, but I've never done it. At the moment I'm grabbing the start address for each letter then printing them out one at a t…

    ... 'd rather just do it in BASIC.

    So... Can ... spell, "HELLO" and put them in an address starting at, say ...
    Graz Graz March 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…

    ... other problems with it, in that the loading instructions ... instructions expect 8768 bytes of CODE - there are 9594.
    in the instructions.

    machine code. So my question is ... 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…

    ... object (plan to do so in .NET) to allow a classic ... .

    Any .NET sample code you can throw my way ...
    BloodBaz BloodBaz July 2010 Chit chat
  • 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…

    ... been doing a few things in Z88DK, but I was wondering ... format stuff. In engine.h which has this:

    [CODE] #asm ... 59500
    di
    #endasm[/CODE]


    I'm ... from Beepola to my ZCC code at compile time and be ...
    SnakeOilSteve SnakeOilSteve July 2010 Development
  • Seeking alternatives to DATA statementsAnyone know of any memory saving alternatives to storing a list of numbers, other than using DATA statements or poking data into addresses?... Im ti…

    ... the domain of machine code)... (Has to be allowable in any BASIC crapmo ... />
    eg:

    1 REM Mid2ASM (7th August 2010)

    141 REM BUG REPORT:
    142 REM Note data is ... 884 bytes long...
    143 REM Pitch ranges from 52 to ...
    kgmcneil kgmcneil August 2010 Sinclair Basic
  • 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 ... multiplies the two numbers held in B and C. I know ...
    Robin Robin September 2010 Sinclair Basic
  • Adventure games written in basic (commercial)This thread partly got me thinking > [url]http://www.worldofspectrum.org/forums/showthread.php?t=31141[/url] But I'd like to know about adventure ga…

    ... with or without graphics) written in Basic :) , I'm trying to ... . One's that have small machine code parts are OK but the ...
    spider spider September 2010 Games
  • bast, the Basic tapemaker for LinuxAnnouncing a new utility, [b]bast[/b], the BASIC Tapemaker. Now available: version 0.2.3 (alpha) for Linux. At: [url]http://github.com/ec429/bast/do…

    ... files containing Sinclair BASIC source code, and produces a . ... can also link in object files containing hexadecimal machine code listings. Essentially, ... as the contents of a REM statement.

    ... there are mistakes in your source code you'll likely ...
    AY Chip AY Chip September 2010 Sinclair Basic
  • Games in machine codeHi everyone, How do go about doing multiple shots like a machine gun, do you have to store every x and y position of each bullet? When you kill som…

    Hi everyone,

    How do go about doing multiple shots like a machine gun, do you have to store every x and y position of each bullet?

    When you kill something, do you just stop displaying it?

    thanks
    Robin Robin October 2010 Development
  • Any MCODE programmers fancy a challenge?Hi Folks, I have been using the Micro-Print utility in the archive and found it to be really good. It is the one that provides 32, 36, 42, 51, 64 a…

    ... address 64268 on a 48K machine wasting 167 bytes.


    [CODE]100 REM --------------------------
    110 REM Setup screen
    120 ... REM --------------------------[/CODE]

    I would be very grateful for any help in ...
    Paddy Coleman Paddy Coleman November 2010 Development
  • 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…

    ... />
    Is there a way in basic to take action on ... . I am not ready for machine code yet so would like to ...
    hedge hedge January 2011 Development
  • What memory pages are being used in a +3DOS disk operation?To make a long story short: what pages are in use by +3DOS while doing read operations from the disk drive? Now, for the details, for those interest…

    ... short: what pages are in use by +3DOS while ... the TAP version stored in WOS. This version has ... each block to be loaded in "extended" memory. To ... 2), and then, from machine code and interrupts disabled, I copied ... all the available memory in all pages) succesfully? ...
    mcleod_ideafix mcleod_ideafix March 2011 Development
  • New Game: Flynn's Adventure In Bombland (Demo)Hi All Decided to release a demo version of a new game I'm developing. Got to the stage were most of the code is in place so thought it would be goo…

    ... stage were most of the code is in place so thought it ... a link to the file in tap form:

    [url ... first ever foray into z80 machine code, something I've been wanting ... I first got my Spectrum in 1983! Big thanks to the ...
    TomD TomD March 2011 Brand new software
  • Copying a SCREEN$ in ZX BASIC in 1 second?!Following on from the revived "[thread=20207]Saving a complete SCREEN$ in BASIC[/thread]" thread (although Arjun really only needed a suitable POKE i…

    ... 20207]Saving a complete SCREEN$ in BASIC[/thread]" thread (although Arjun ... quickly as doing an LDIR in machine code, but using only standard ZX ... for yourself first.

    [code]
    10 DIM s$(6912 ... +1,0: PAUSE 0
    [/code]

    [spoiler]It ...
    Battle Bunny Battle Bunny April 2011 Sinclair Basic
  • Drawing a "window"...Hi Folks, I want to display a blank window over an existing screen. It then draws a border around it but that is not the point of my question. Ini…

    ... 7;" ":
    NEXT a[/CODE]

    This works ... performance using less memory? Without machine code! ;)

    P. ... REM SAVE "STRIPES.D" DATA l$()
    180 STOP[/CODE]< ... . the above definition code is not in the main program). ...
    Paddy Coleman Paddy Coleman June 2011 Sinclair Basic
  • Name that Type-In! Game-Of-Life clone...Ok folks, get yer thinking caps on! It was a type-in. It used machine code to generate the display It used attributes to great effect Cells were rep…

    ... was a type-in.
    It used machine code to generate the display ... /> It [i]probably[/i] appeared in YS as a Program Pitstop ... only one I can find in Infoseek is a russian demo ...
    Dunny Dunny April 2012 Games
  • Screen2StringFurther to writing that BASIC one-liner to redirect CAT to a string I thought that I'd do a general redirection routine for anything which normally p…

    ... nine bytes of machine code to streamline it. The comments in the listing ... ; just change the "S" in the DATA statement; it starts ... to put an overflow check in line 21.

    ... sa),FN h(sa):
    REM machine code
    REM ld hl,(ptr) : ld ...
    Battle Bunny Battle Bunny May 2012 Sinclair Basic
  • Dimming the screen...Hi Folks, I was hoping someone on here could help me with a wee machine code routine. I have written the following example in BASIC: [CODE]100 REM…

    ... machine code routine. I have written the following example in BASIC:

    [CODE ... ]100 REM FAST
    110 ... ;64): NEXT a
    150 REM SLOW[/CODE]

    When run ...
    Paddy Coleman Paddy Coleman May 2012 Development
  • OpenSE BASIC 3.1.1The eagle-eyed will have noticed that [url="http://www.worldofspectrum.org/infoseekid.cgi?id=0027510"]SE BASIC[/url] got an update last week. As a te…

    ... to machine reverse engineer it resulting in different, but functionally equivalent code for ... the line. Anything after a REM statement is not tokenized. The ... the LDIR block data copy machine code command), ON ERROR (error trapping ...
    chev chev May 2012 Sinclair Basic
  • Management games in MCI'm looking for Management games written in machine code. So far I can only think of: Football Manager 2 Football Manager 3 Match of the Day Multipl…

    ... looking for Management games written in machine code.
    So far I can ...
    Rebelstar without a cause Rebelstar without a cause September 2012 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…

    ... target platform ZX Spectrum 48K in different programming languages (now ... of programming languages in their capacity in slow by today' ... small size of the target machine code, better than z88dk:
    ... on CPU Z80) in various ways, in adding new libraries, ...
    Oleg N. Cher Oleg N. Cher October 2012 Development
  • saving time populating large arraysI use a variation on this idea for storing machine code at the end of programs without interfering with LIST, then it occurred to me that it would al…

    ... on this idea for storing machine code at the end of ... separately, thus missing out anything in between.

    ... 4 = length 32
    REM byte1 = 11000000 + CODE "d" - 96 = 196 ... header-3)
    REM byte4 = dims# = 2
    REM bytes5,6 = 6 ...
    Battle Bunny Battle Bunny October 2012 Sinclair Basic
  • Machine code RST10 problemHello! After 27 years of playing with Spectrums I'm starting to look into doing assembly language properly. All went swimmingly well until I wrote …

    ... underlying colour alone:

    [CODE]
    ;
    ; Output of ... lower part of the screen in dull white - [I] ... it - and then crashes in one of various ways.< ... happen about one time in twenty or so. As ... .

    Thanks in advance for any help you ...
    snigfarp snigfarp November 2012 Development
  • How do I detect if key 'H' is pressed in machine code?How do I detect that the key has been pressed? I have been using the IN 239 command for keys 6-0, but dont know how to detech 'H'...

    How do I detect that the key has been pressed?

    I have been using the IN 239 command for keys 6-0, but dont know how to detech 'H'...
    daveysludge daveysludge April 2013 Development
  • running this game in zxspin assemblerHello all I've written this game out in the zxpin assembler. [url]http://chuntey.wordpress.com/2010/01/12/tutorial-zx-spectrum-machine-code-game-30-m…

    ... 've written this game out in the zxpin assembler.
    [url ... /01/12/tutorial-zx-spectrum-machine-code-game-30-minutes/[/url]
    bully bully May 2013 Development
  • Machine code assistance please #1Dear all, Learning the ropes here, so please excuse these odd questions which may seem simplistic to you learned lot. This routine is placed at 33…

    ... gives me 32867.
    [code]
    ld l,155
    ret
    [/code]

    When I ... beginning, the following...
    [code]
    ld hl,0
    ld bc,0
    [/code]
    ...it seems to work ... then expected register pairs to in an unorthodox way, or ...
    Tobo Tobo June 2013 Sinclair Miscellaneous
  • How do I enable Currah speech in ZX SpinHow do I get the speech to activate? Do I need to download the ROM from somewhere? Also how do you program it in machine code?

    How do I get the speech to activate?

    Do I need to download the ROM from somewhere?

    Also how do you program it in machine code?
    daveysludge daveysludge August 2013 Development
<1…6789101112…34>

Latest Posts

  • Celebrity deaths...
    Paradigm Shifter on 4:41PM
  • Your Favorite Magazine Cover Tapes.
    Your Spec-chum on 2:19PM
  • Where to Buy the New or Fairly Recent , Excellent ZX Spectrum Games Software?
    Your Spec-chum on 1:34PM
  • 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

HitBox

Word Docs Hits
machine 27.2K 35.6K
code 41.6K 91.2K
in 401.9K 810.5K
rem 1.8K 6.6K

Related Threads

  • 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 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 /…
  • Fast division in machine codeHi<br /> <br /> Does anyone know what is the fastest way to divide a 16 bit number by 24 in machine code.<br /> <br /> Derek<br /> <br /> [ This Mess…
  • How do I put 1k game in a REM statement in TAP formatBasically,<br /> <br /> If I am assembling my machine code game, say using PASMO or TASM.<br /> <br /> 1. What address do I assemble it at to fit in …
  • 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…
  • +2 ramdisk - access in machine codeHow can you access the ramdisk in machine code?<br /> <br /> I've got a +2, and it seems the ramdisk has never been properly utilised.<br /> It would…
  • 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.<br /> <br /> The only machine code I…
  • 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<br /> clear the first 20 rows of the Spectrum's display<br /> (or any number of rows or columns) . …
  • Tutorial - learn machine code in 30mins[B][I]Message from the moderators[/I] - bigjon has requested that readers' attention be drawn to a better version of this tutorial, one which is easi…

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
  • machine code sprite movement in basic
  • machine code to rem
  • change tape to disk in machine code
  • machine code rem statement
  • machine code in loading screen
  • rem machine code clear
  • pause 0 in machine code
  • divide in machine code
  • plot in machine code
  • machine code paint type in
  • machine code graphics type in
  • machine code rem
  • machine code in basic
  • loading in machine code
  • set ink in machine code
  • rem machine code

Copyright © 2024 World of Spectrum