Search results

From Learn @ Cemetech
Jump to navigationJump to search

Page title matches

  • 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
  • [[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
  • 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
  • [[Z80:Directives:DEFPAGE|defpage]] [[Category:Z80 Assembly]]
    690 bytes (100 words) - 17:49, 5 February 2016
  • ...ted to a particular data type. The types used are the same as in the [[Z80:Directives:Var/TVAR/TEMPVAR|var/tvar/tempvar]] directive. [[Z80:Directives:VAR/TVAR/TEMPVAR|var/tvar/tempvar]]
    443 bytes (60 words) - 08:26, 6 February 2016
  • [[Category:Z80 Assembly]] [[Category:Z80 Heaven]]
    247 bytes (30 words) - 17:22, 5 February 2016
  • [[Z80:Directives:SCRIPTREFERENCE|scriptreference]] [[Category:Z80 Assembly]]
    1 KB (178 words) - 08:23, 5 February 2016
  • ...u're dealing with on your PC to any special variations on the theme on the Z80 device you are assembling to. For example, the TI-83 Plus calculator has a [[Category:Z80 Assembly]]
    1 KB (227 words) - 16:57, 5 February 2016
  • [[Z80:Directives:ECHO|echo]] [[Z80:Directives:WARN|warn]]
    318 bytes (40 words) - 17:29, 5 February 2016
  • [[Category:Z80 Assembly]] [[Category:Z80 Heaven]]
    355 bytes (44 words) - 08:30, 5 February 2016
  • [[Category:Z80 Assembly]] [[Category:Z80 Heaven]]
    877 bytes (138 words) - 17:13, 5 February 2016
  • [[Category:Z80 Assembly]] [[Category:Z80 Heaven]]
    193 bytes (21 words) - 17:39, 5 February 2016
  • [[Z80:Directives:FOR|for]] [[Z80:Directives:WHILE|while]]
    319 bytes (42 words) - 17:49, 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
  • [[Category:Z80 Assembly]] [[Category:Z80 Heaven]]
    338 bytes (44 words) - 17:23, 5 February 2016
  • [[Z80:Directives:INCBIN|incbin]] [[Z80:Directives:INCBMP|incbmp]]
    380 bytes (49 words) - 08:17, 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)