Search results

From Learn @ Cemetech
Jump to navigationJump to search

Page title matches

  • [[Z80:Directives:FOR|for]] [[Z80:Directives:REPEAT/REPT|repeat-rept]]
    305 bytes (36 words) - 16:45, 5 February 2016
  • [[Category:Z80 Assembly]] [[Category:Z80 Heaven]]
    415 bytes (59 words) - 17:21, 5 February 2016
  • [[Z80:Directives:FOPEN|fopen]] [[Category:Z80 Assembly]]
    307 bytes (38 words) - 17:47, 5 February 2016
  • [[Z80:Directives:REPEAT/REPT|repeat/rept]] [[Z80:Directives:FOR|for]]
    338 bytes (44 words) - 08:12, 5 February 2016
  • [[Z80:Directives:BRANCH|branch]] [[Category:Z80 Assembly]]
    325 bytes (40 words) - 16:57, 5 February 2016
  • [[Category:Z80 Assembly]] [[Category:Z80 Heaven]]
    581 bytes (66 words) - 17:27, 5 February 2016
  • [[Z80:Directives:INCBMP|incbmp]] [[Category:Z80 Assembly]]
    489 bytes (73 words) - 17:54, 5 February 2016
  • [[Z80:Directives:EXPORT|export]] [[Category:Z80 Assembly]]
    294 bytes (33 words) - 08:29, 5 February 2016
  • ...nd easiest way to put data directly into your program. Note that since the z80 processor is little-endian, loading into a 16-bit register from 2 bytes ins === General Directives ===
    1 KB (156 words) - 17:57, 5 February 2016
  • [[Category:Z80 Assembly]] [[Category:Z80 Heaven]]
    255 bytes (32 words) - 17:37, 5 February 2016
  • [[Category:Z80 Assembly]] [[Category:Z80 Heaven]]
    454 bytes (49 words) - 16:46, 5 February 2016
  • [[Category:Z80 Assembly]] [[Category:Z80 Heaven]]
    310 bytes (29 words) - 17:22, 5 February 2016
  • Here's a list of directives used by z80 compilers. Note that since directives are compiler-specific, there are some that are not found in other compilers = General Directives =
    5 KB (552 words) - 17:48, 5 February 2016
  • [[Z80:Directives:BRANCHRULE|branchrule]] [[Category:Z80 Assembly]]
    1 KB (86 words) - 08:21, 6 February 2016
  • [[Category:Z80 Assembly]] [[Category:Z80 Heaven]]
    191 bytes (21 words) - 17:00, 5 February 2016
  • ...tions isn't compiled immediately. To compile it, you need to use the [[Z80:Directives:INCSECTION|incsection]] directive. [[Z80:Directives:INCSECTION|incsection]]
    937 bytes (101 words) - 17:28, 5 February 2016
  • Is an inverted version of [[Z80:Directives:IFDEF|ifdef]] in that it assembles if the macro does not exist. [[Z80:Directives:IF|if]]
    341 bytes (45 words) - 17:55, 5 February 2016
  • Performs the same operation as [[Z80:Directives:FILL|fill]] except that it outputs words rather than bytes. [[Z80:Directives:FILL|fill]]
    324 bytes (40 words) - 08:14, 6 February 2016
  • [[Category:Z80 Assembly]] [[Category:Z80 Heaven]]
    2 KB (202 words) - 17:11, 5 February 2016
  • [[Category:Z80 Assembly]] [[Category:Z80 Heaven]]
    1 KB (149 words) - 17:39, 5 February 2016

Page text matches

  • Here's a list of directives used by z80 compilers. Note that since directives are compiler-specific, there are some that are not found in other compilers = General Directives =
    5 KB (552 words) - 17:48, 5 February 2016
  • '''[[z80:Tutorials|Tutorials]]''' '''[[z80:Appendices|Appendices]]'''
    4 KB (510 words) - 08:18, 6 February 2016
  • === [[Z80:Buffer Tables|Buffer Tables]] === === [[Z80:Character Maps|Character Maps]] ===
    2 KB (212 words) - 07:40, 6 February 2016
  • * Iambian's [http://iambianet.freewebpage.org/t/asm03.html Some (z80) Assembly Required About Registers] The z80 processor is a 8-bit processor. This means that it can process 8 bits at a
    13 KB (2,179 words) - 05:22, 10 March 2017
  • The easiest way to put data directly into your program. Note that since the z80 processor is little-endian, loading into a 16-bit register from 2 bytes ins === General Directives ===
    1 KB (148 words) - 17:58, 5 February 2016
  • ...nd easiest way to put data directly into your program. Note that since the z80 processor is little-endian, loading into a 16-bit register from 2 bytes ins === General Directives ===
    1 KB (156 words) - 17:57, 5 February 2016
  • * Iambian's [http://iambianet.freewebpage.org/t/asm06.html Some (z80) Assembly Required Controlling Flow] ...real world. So, we need to apply this idea of conditions into programming. Z80 has 2 uses conditions:
    10 KB (1,600 words) - 07:57, 6 February 2016
  • ...F|elseif]] except that it uses the [[Z80:Directives:IFDEF|ifdef]] or [[Z80:Directives:IFNDEF|ifndef]] conditionals: [[Z80:Directives:ELSEIF|elseif]]
    428 bytes (52 words) - 17:18, 5 February 2016
  • [[Z80:Directives:FCLOSE|fclose]] [[Z80:Directives:FSIZE|fsize]]
    530 bytes (70 words) - 17:25, 5 February 2016
  • [!-- Related directives --] [[Z80:Directives:ELSEIF|elseif]]
    589 bytes (80 words) - 08:27, 5 February 2016
  • [[Z80:Directives|Directives]] ...it's effects may, and usually are in the program. An example is the [[Z80:Directives:ORG|.org]] directive, which itself is not included into the program, but do
    5 KB (862 words) - 07:34, 6 February 2016
  • [[Z80:Directives:UNDEF|undef]] [[Z80:Directives:DEFCONT|defcont]]
    506 bytes (58 words) - 16:54, 5 February 2016
  • You can also declare instances of structures (see the [[Z80:Directives:STRUCT/ENDSTRUCT|struct/endstruct]] for more information). See [[Z80:Directives:VARLOC|varloc]] for examples.
    2 KB (318 words) - 17:46, 5 February 2016
  • ...irective to define a macro with multiple lines without having to use [[Z80:Directives:DEFCONT|defcont]]. [[Z80:Directives:DEFINE|define]]
    487 bytes (60 words) - 08:21, 6 February 2016
  • Works in the same manner as [[Z80:Directives:IF|if]], except rather than evaluate an expression it continues assembling [[Z80:Directives:IF|if]]
    438 bytes (60 words) - 07:58, 6 February 2016
  • Is an inverted version of [[Z80:Directives:IFDEF|ifdef]] in that it assembles if the macro does not exist. [[Z80:Directives:IF|if]]
    341 bytes (45 words) - 17:55, 5 February 2016
  • ...als|Tutorials]], [[Z80:Directives|Directives]], [[Z80:Opcodes|Opcodes]], [[Z80:Appendices|Other References]]) ...with permission from an administrator from [http://z80-heaven.wikidot.com/ Z80 Heaven]. Like the original content, these pages are licensed under the [htt
    3 KB (450 words) - 23:51, 25 May 2020
  • These directives can be used to define a structure - a consecutive group of variables with a You may only use .var and conditional directives inside a structure's definition. You can nest structures - for example:
    979 bytes (139 words) - 17:52, 5 February 2016
  • See [[Z80:Directives:SECTION/ENDSECTION|section-endsection]] for more information. [[Z80:Directives:SECTION/ENDSECTION|section-endsection]]
    370 bytes (40 words) - 16:40, 5 February 2016
  • When script files (loaded with [[Z80:Directives:INCSCRIPT|incscript]]) are compiled you need to explicitly reference any as [[Z80:Directives:INCSCRIPT|incscript]]
    542 bytes (63 words) - 08:15, 6 February 2016

View (previous 20 | next 20) (20 | 50 | 100 | 250 | 500)