Search results

From Learn @ Cemetech
Jump to navigationJump to search

Page title matches

  • [[Category:Z80 Assembly]] [[Category:Z80 Heaven]]
    1 KB (138 words) - 16:43, 5 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:VAR/TVAR/TEMPVAR|var/tvar/tempvar]] [[Category:Z80 Assembly]]
    297 bytes (37 words) - 17:42, 5 February 2016
  • [[Category:Z80 Assembly]] [[Category:Z80 Heaven]]
    815 bytes (98 words) - 08:23, 5 February 2016
  • [[Category:Z80 Assembly]] [[Category:Z80 Heaven]]
    242 bytes (31 words) - 16:56, 5 February 2016
  • [[Z80:Directives:IF|if]] [[Z80:Directives:ELSE|else]]
    387 bytes (53 words) - 17:27, 5 February 2016
  • 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
  • [[Z80:Directives:DEFINE|define]] [[Z80:Directives:DEFLONG|deflong]]
    445 bytes (61 words) - 08:29, 5 February 2016
  • [[Z80:Directives:PAGE/NOPAGE|page/nopage]] [[Z80:Directives:RAWPAGES|rawpages]]
    430 bytes (59 words) - 17:02, 5 February 2016
  • [[Category:Z80 Assembly]] [[Category:Z80 Heaven]]
    308 bytes (38 words) - 17:35, 5 February 2016
  • [[Category:Z80 Assembly]] [[Category:Z80 Heaven]]
    489 bytes (49 words) - 16:44, 5 February 2016
  • [[Category:Z80 Assembly]] [[Category:Z80 Heaven]]
    576 bytes (80 words) - 17:19, 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
  • Used to fill unused space in binaries for padding directives. [[Category:Z80 Assembly]]
    206 bytes (25 words) - 17:31, 5 February 2016
  • [[Z80:Directives:FOPEN|fopen]] [[Category:Z80 Assembly]]
    318 bytes (40 words) - 16:56, 5 February 2016
  • [[Category:Z80 Assembly]] [[Category:Z80 Heaven]]
    393 bytes (56 words) - 17:27, 5 February 2016
  • [[Z80:Directives:DB|db]] [[Z80:Directives:DW|dw]]
    422 bytes (62 words) - 17:53, 5 February 2016
  • [[Category:Z80 Assembly]] [[Category:Z80 Heaven]]
    378 bytes (52 words) - 08:29, 5 February 2016
  • [[Category:Z80 Assembly]] [[Category:Z80 Heaven]]
    1 KB (163 words) - 17:03, 5 February 2016
  • [[Z80:Directives:FOPEN|fopen]] [[Category:Z80 Assembly]]
    415 bytes (61 words) - 17:37, 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
  • [[Z80:Directives:INCBIN|incbin]] [[Z80:Directives:INCBMP|incbmp]]
    380 bytes (49 words) - 08:17, 5 February 2016
  • [[Z80:Directives:INCBIN|incbin]] [[Z80:Directives:INCTEXT|inctext]]
    860 bytes (131 words) - 16:58, 5 February 2016

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