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>
  • Beautiful codeSome people see beauty or something sublime in maths formulas and equations, can anyone suggest examples of beautiful or sublime programming?

    Some people see beauty or something sublime in maths formulas and equations, can anyone suggest examples of beautiful or sublime programming?
    dmsmith dmsmith May 2014 Development
  • Sinclair BASIC compiler for PC?Boriel's compiler is very powerful but it isn't meant for Sinclair BASIC, and the old compilers in the archive have their limitations: BASIC listing …

    ... bytecode, if not to machine code), Python (ditto), Javascript (ditto, or ... even to machine code with one of the new ... ://oreilly.com/catalog/9780596510046/][i]Beautiful Code[/i][/url] for a nice ...
    Philip Kendall Philip Kendall May 2009 Development
  • Sinclair BASIC compiler for PC?Boriel's compiler is very powerful but it isn't meant for Sinclair BASIC, and the old compilers in the archive have their limitations: BASIC listing …

    ... bytecode, if not to machine code), Python (ditto), Javascript (ditto, or ... even to machine code with one of the new ... ://oreilly.com/catalog/9780596510046/][i]Beautiful Code[/i][/url] for a nice ...
    boriel boriel May 2009 Development
  • Boriels ZX CompilerI'm trying to compile a very simple program and I keep getting the error: unexpected end of file. Here's my code: [CODE]10 cls 20: let n=0 22 do 2…

    ... /> It's possible to write beautiful code in any language, and it ... 's possible to write crap code in any language, and anyone ...
    ccowley ccowley October 2012 Development
  • Boriels ZX CompilerI'm trying to compile a very simple program and I keep getting the error: unexpected end of file. Here's my code: [CODE]10 cls 20: let n=0 22 do 2…

    ... 't make for easily readable code
    [*]It doesn't encourage ... saying that I can't code because I like BASIC better ... /> It's possible to write beautiful code in any language, and it ... 's possible to write crap code in any language, and anyone ...
    Dunny Dunny October 2012 Development
  • Boriels ZX CompilerI'm trying to compile a very simple program and I keep getting the error: unexpected end of file. Here's my code: [CODE]10 cls 20: let n=0 22 do 2…

    ... ]It's possible to write beautiful code in any language, and it ... 's possible to write crap code in any language, and anyone ... /> I'd love to see "beautiful code" written in BASIC, please show ...
    RobeeeJay RobeeeJay October 2012 Development
  • Boriels ZX CompilerI'm trying to compile a very simple program and I keep getting the error: unexpected end of file. Here's my code: [CODE]10 cls 20: let n=0 22 do 2…

    ... I'd love to see "beautiful code" written in BASIC, please ... indented, structured, and built code is beautiful no matter the language.< ... }

    return i;
    }[/code]

    and this
    code is alsways beautiful :D
    na_th_an na_th_an October 2012 Development
  • Boriels ZX CompilerI'm trying to compile a very simple program and I keep getting the error: unexpected end of file. Here's my code: [CODE]10 cls 20: let n=0 22 do 2…

    ... reply to your "show me beautiful code in BASIC". I was ... that you can create equally beautiful code in any language as ... we say "beautiful code". For me, beautiful code is a code which is efficient ... have been able to actually code games which actually worked ...
    na_th_an na_th_an October 2012 Development
  • Boriels ZX CompilerI'm trying to compile a very simple program and I keep getting the error: unexpected end of file. Here's my code: [CODE]10 cls 20: let n=0 22 do 2…

    ... we say "beautiful code". For me, beautiful code is a code which is efficient ... do have different definitions of beautiful code. To me, that's ... form it is representing, is beautiful code, as I see it. ... easy to maintain can be beautiful.


    [ ...
    RobeeeJay RobeeeJay October 2012 Development
  • Boriels ZX CompilerI'm trying to compile a very simple program and I keep getting the error: unexpected end of file. Here's my code: [CODE]10 cls 20: let n=0 22 do 2…

    ... form it is representing, is beautiful code, as I see it.[/QUOTE ...
    Patrik Rak Patrik Rak October 2012 Development
  • Beautiful codeSome people see beauty or something sublime in maths formulas and equations, can anyone suggest examples of beautiful or sublime programming?

    ... ;770596]I personally find beautiful self-modifying code[/QUOTE]

    beautiful code, code that is clever and code that I ... .

    Beautiful code to me is code that is as simple ... space, but it's rarely beautiful. Note: I don't ...
    David Jones David Jones May 2014 Development
  • Beautiful codeSome people see beauty or something sublime in maths formulas and equations, can anyone suggest examples of beautiful or sublime programming?

    Beautiful code, hmm...

    The code created by compilers ceratinly isn't beautiful ... piece of code which I could say is beautiful:
    ... /> ...
    [/CODE]

    Beautiful:
    [CODE]ADD A,L
    beautiful version is slower;) ...
    Ralf Ralf May 2014 Development
  • Beautiful codeSome people see beauty or something sublime in maths formulas and equations, can anyone suggest examples of beautiful or sublime programming?

    ... things above make code less or more "beautiful", although I don ... as something that usually makes code less "beautiful".

    I ... can separate the algorithm from beautiful code most of the time. ... find the opposite of beautiful -- code that is written in ...
    Alcoholics Anonymous Alcoholics Anonymous May 2014 Development
  • Beautiful codeSome people see beauty or something sublime in maths formulas and equations, can anyone suggest examples of beautiful or sublime programming?

    To me beautiful code is something I can read and understand, looks logical, flows well (and sensibly) and works as intended.
    rich_chandler rich_chandler May 2014 Development
  • Beautiful codeSome people see beauty or something sublime in maths formulas and equations, can anyone suggest examples of beautiful or sublime programming?

    Beautiful code basically takes 2 steps:
    < ... lot, at marginal costs in code size and memory consumption).
    code refactoring and choosing better concept ... abstractions, so the existing code becomes as intuitive, easy to ...
    Einar Saukas Einar Saukas May 2014 Development
  • Beautiful codeSome people see beauty or something sublime in maths formulas and equations, can anyone suggest examples of beautiful or sublime programming?

    [QUOTE=karingal;770727]To me beautiful code is something I can read ...
    Dr BEEP Dr BEEP May 2014 Development
  • Beautiful codeSome people see beauty or something sublime in maths formulas and equations, can anyone suggest examples of beautiful or sublime programming?

    Beautiful code has the ... code.
    [/LIST]

    I find [B]recursion[/B] especially beautiful ... left) @ [value] @ listNodes(right);[/CODE]

    For example, ... /> Node (Empty, "cat", Empty));[/CODE]

    ... [FONT ...
    andrewbroad andrewbroad September 2014 Development
  • understanding machine codeHi Quick question. Am not really sure if it fits development forum as its not really development per se its more a learners question about developm…

    ... have a question about machine code.

    [QUOTE]E1 S_PRINT ... flash on Oh, what a beautiful morning:
    DEFM message
    Code on your ZX Spectrum and ...
    username username April 2014 Sinclair Miscellaneous
  • LINE-routine and other nice pieces of codeThe line-topic came in the end with a nice piece of fast coding. I think that there might be more of these routines out there (where-ever-u-r). Isn…

    ... to collect these pieces of code somewhere ??

    I made ... emulator and to decide which code had to be emulated I ... /> MAIN...LD A,(DE) ; fetch code to be emulated (7)
    Decision made from fetch code to start emulating : 36 T ...
    Dr BEEP Dr BEEP October 2001 Sinclair Miscellaneous
  • Assembler code from tutorial, problem!I was wondering if anyone could help me decipher this z80 assembler code? ORG 60000 LOAD 60000 EA60 21BCEA LD …

    ... me decipher this z80 assembler code?

    ORG 60000
    code, but I am having trouble ...
    Duxbuz Duxbuz August 2001 Sinclair Miscellaneous
  • machine code basicsWondered if anyone can help me out. I have been playing round with some disassemblers (Zeus). And Machine code loaders. All I want to do is print my…

    ... some disassemblers (Zeus). And Machine code loaders.

    All I ...
    Duxbuz Duxbuz August 2001 Sinclair Miscellaneous
  • Best way to codeHi, I've been using Zeus Assembler to code MC programs so far. Nothing fancy just the odd scroll left or animation stuff. Wot I'd like to know is, …

    ... been using Zeus Assembler to code MC programs so far. Nothing ... , is a compiler better to code? If so which is the ... is the best one to code for a beginner? Can I ...
    Arjun Arjun August 2001 Sinclair Miscellaneous
  • 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. Which i…

    ... knowledge I discovered a machine code loader in basic, and also ...
    Duxbuz Duxbuz August 2001 Sinclair Miscellaneous
  • Loading with CODEHi all! I last played speccy games back in '91. that's when it died IMHO. It's good to see people are keeping the dream alive with emulators and util…

    ... be loaded with :
    LOAD "" CODE
    where was a number ...
    ember ember March 2002 Games
  • Saving machine code on EmulatorI have been dabbling with Chapter 26 of Stephen Vicker's "ZX Spectrum Manual". [url="http://www.madhippy.com/8-bit/sinclair/zxspecman/zxmanchap26.htm…

    ... explains how to input machine code and then finally tells you ... program that then loads the code to run. However, I cannot ...
    ember ember March 2002 Emulators
  • 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 10 Pri…

    ... to do something in machine code. I've seen a lot ... the loaders and seein the code was all blocked out or ... info, especially about the Machine code
    Alex
    alexsut alexsut July 2002 Sinclair Miscellaneous
  • BASIC code challengeWrite a program in BASIC as short as possible that will continue after KEY-RELEASED. The program must be fully relocatable (so it must be programmed …

    ... 0 is replaced by your code to wait for keyreleased.
    Dr BEEP Dr BEEP August 2002 Sinclair Miscellaneous
  • Speccy machine code info where is it?Recently I've been trying to learn Z80 and I've managed to make limited progress (some of my routines even compile now!) but I seem to be having trou…

    ... dark art of speccy machine code is obscure and mysterious, thats ...
    Sharopolis Sharopolis June 2003 Sinclair Miscellaneous
  • How do I enter the code ?OK, I have a problem with Pro Tennis Tour from Ubisoft. The original version of this program has a protection system where the program asks you to na…

    ... ENTER to skip the current code until the game asks you ...
    GOC GOC June 2003 Games
  • Z80 Machine CodeHello again chaps, Hope I'm in the right category for this question - I suppose it could be under 'Game Creation / Programming'. hehe Ive got far t…

    ... childhood ambition, and learn machine code.

    I got familiar ...
    the_misguided_fool the_misguided_fool August 2003 Games
<1234567…34>

Latest Posts

  • European Software Titles with an English version
    harriusherbartio on 12:06PM
  • How Do You Categorize Your Speccy Software and Games?
    harriusherbartio on 11:21AM
  • Fixed Speccy Software. And which games remained unfixed?
    harriusherbartio on 11:01AM
  • I am currently watching.....
    Paradigm Shifter on 12:49AM
  • New video about S-video modification on Issue two 48K Spectrum.
    Renegade on April 21
  • Happy 40th Birthday to the Amstrad CPC464!
    rich_chandler on April 21
  • Another Birthday! The Game Boy Is 35!
    mel the bell on April 21
  • Elusive Strategy Games done by the Smaller or less Prolific Software Houses.
    harriusherbartio on April 21
  • 1992 Spectrum Software
    harriusherbartio on April 21
  • +3 Disk drive motor
    AndyC on April 21

HitBox

Word Docs Hits
beautiful 2K 2.1K
code 41.6K 91.2K

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 /…
  • 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…
  • 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??
  • Beautiful codeSome people see beauty or something sublime in maths formulas and equations, can anyone suggest examples of beautiful or sublime programming?
  • 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…
  • Code Masters' adventures: where are they?Please help to find Dizzy and Seymour sequels. Why their distribution is denied ?
  • LINE-routine and other nice pieces of codeThe line-topic came in the end with a nice piece of fast coding.<br /> <br /> I think that there might be more of these routines out there (where-eve…
  • Assembler code from tutorial, problem!I was wondering if anyone could help me decipher this z80 assembler code?<br /> <br /> ORG 60000<br /> LOAD 60000<br /> <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…

Related Searches

  • lowest memory for code
  • lowest memory position for machine code
  • lowest memory position machine code
  • lowest memory machine code
  • lowest memory code
  • code 16384
  • 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
  • identify code 128k pentagon model
  • check code 128k pentagon model
  • load code hide name
  • load code hide name on screen
  • disintegrate code
  • machine code routines
  • zx spectrum games code club
  • random number code
  • ultimate games 3 machine code
  • basic save code
  • basic save code autorun

Copyright © 2024 World of Spectrum