Search results

From Learn @ Cemetech
Jump to navigationJump to search

Page title matches

  • [[Category:Z80 Assembly]] [[Category:Z80 Heaven]]
    288 bytes (28 words) - 17:50, 5 February 2016
  • [[Category:Z80 Assembly]] [[Category:Z80 Heaven]]
    301 bytes (35 words) - 16:50, 5 February 2016
  • [[Z80:Directives:BLOCK|block]] [[Category:Z80 Assembly]]
    399 bytes (53 words) - 17:23, 5 February 2016
  • The .dbsin and .dwsin directives generate a sine table, .dbcos and .dwcos generate a cosine table, and .dbta [[Category:Z80 Assembly]]
    2 KB (273 words) - 08:25, 5 February 2016
  • [[Z80:Directives:INCBIN|incbin]] [[Z80:Directives:INCTEXT|inctext]]
    860 bytes (131 words) - 16:58, 5 February 2016
  • [[Z80:Directives:FOPEN|fopen]] [[Category:Z80 Assembly]]
    301 bytes (38 words) - 17:29, 5 February 2016
  • Allows you to add an instruction to the Z80 instruction set at runtime. [[Category:Z80 Assembly]]
    351 bytes (47 words) - 17:41, 5 February 2016
  • [[Z80:Directives:MODULE|module]] [[Category:Z80 Assembly]]
    296 bytes (32 words) - 16:39, 5 February 2016
  • [[Category:Z80 Assembly]] [[Category:Z80 Heaven]]
    404 bytes (51 words) - 17:15, 5 February 2016
  • [[Category:Z80 Assembly]] [[Category:Z80 Heaven]]
    383 bytes (53 words) - 17:50, 5 February 2016
  • [[Z80:Directives:ECHO|echo]] [[Z80:Directives:FAIL|fail]]
    305 bytes (37 words) - 16:50, 5 February 2016
  • [[Category:Z80 Assembly]] [[Category:Z80 Heaven]]
    324 bytes (43 words) - 17:23, 5 February 2016
  • [[Category:Z80 Assembly]] [[Category:Z80 Heaven]]
    1,013 bytes (129 words) - 08:26, 5 February 2016
  • [[Category:Z80 Assembly]] [[Category:Z80 Heaven]]
    466 bytes (56 words) - 16:59, 5 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
  • [[Category:Z80 Assembly]] [[Category:Z80 Heaven]]
    274 bytes (33 words) - 17:41, 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
  • [[Z80:Directives:FOPEN|fopen]] [[Category:Z80 Assembly]]
    291 bytes (38 words) - 17:51, 5 February 2016
  • 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

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
  • 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
  • ...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
  • ...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:INCBMP|incbmp]] [[Z80:Directives:INCTEXT|inctext]]
    412 bytes (51 words) - 17:17, 5 February 2016
  • [[Z80:Directives:DEFINE|define]] [[Z80:Directives:IFDEF|ifdef]]
    376 bytes (45 words) - 16:42, 5 February 2016

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