User contributions for KermMartian
From Learn @ Cemetech
Results for KermMartian talk block log uploads logs
A user with 311 edits. Account created on 31 January 2016.
6 February 2016
- 07:3407:34, 6 February 2016 diff hist −18 Z80:Glossary No edit summary current
- 07:3207:32, 6 February 2016 diff hist 0 m Z80:Opcode Reference Chart KermMartian moved page Z80:Opcodes Reference Chart to Z80:Opcode Reference Chart without leaving a redirect: Incorrect initial page name.
- 07:2607:26, 6 February 2016 diff hist −6 Z80:Opcode Reference Chart No edit summary
- 07:2507:25, 6 February 2016 diff hist −5,238 Z80:Opcode Reference Chart No edit summary
- 07:2307:23, 6 February 2016 diff hist 0 m Z80:Input and Output No edit summary
- 07:2207:22, 6 February 2016 diff hist 0 m Z80:Ports:Port04 KermMartian moved page Z80:Ports:Ports04 to Z80:Ports:Port04
- 07:1807:18, 6 February 2016 diff hist +123 Main Page No edit summary
- 00:0600:06, 6 February 2016 diff hist +21 N File:Smfont.png TI-83 Plus small font current
- 00:0500:05, 6 February 2016 diff hist +21 N File:Lgfont.png TI-83 Plus large font current
5 February 2016
- 23:3223:32, 5 February 2016 diff hist +2,776 Z80:Main Page Merged source's nav_top content into this page
- 22:0422:04, 5 February 2016 diff hist −89 Z80:Opcodes:LD Fixed table
- 18:0218:02, 5 February 2016 diff hist 0 Z80:The Registers and Memory No edit summary
- 18:0118:01, 5 February 2016 diff hist 0 Z80:z80 Basics No edit summary
- 18:0118:01, 5 February 2016 diff hist 0 Z80:Application Code No edit summary
- 17:5817:58, 5 February 2016 diff hist +20 Z80:Directives:DB No edit summary current
- 17:5717:57, 5 February 2016 diff hist +20 Z80:Directives:DW No edit summary current
- 17:3217:32, 5 February 2016 diff hist +276 N Z80:Directives:BINARYFILL Created page with "Specifies the value used when a byte is left undefined in the output binary (defaults to $FF). == Syntax == .binaryfill value === Allowed inputs === == Uses == == See..." current
- 17:3117:31, 5 February 2016 diff hist −70 m Z80:Directives:EMPTYFILL Reverted edits by Maintenance script (talk) to last revision by KermMartian current
- 17:0017:00, 5 February 2016 diff hist 0 m Z80:Directives:LIST/NOLIST KermMartian moved page 'Z80:Directives:LIST/NOLIST to Z80:Directives:LIST/NOLIST without leaving a redirect current
- 08:2608:26, 5 February 2016 diff hist −107 Z80:Directives:APPFIELD No edit summary current
- 08:2508:25, 5 February 2016 diff hist −62 Z80:Directives:DBSIN/DBCOS/DBTAN/DWSIN/DWCOS/DWTAN No edit summary current
- 08:2408:24, 5 February 2016 diff hist −45 Z80:Directives:BRANCH →Allowed inputs
- 08:2408:24, 5 February 2016 diff hist −30 Z80:Directives:EMPTYFILL No edit summary
- 08:2308:23, 5 February 2016 diff hist −74 Z80:Directives:USING No edit summary current
- 08:2308:23, 5 February 2016 diff hist −100 Z80:Directives:INCSCRIPT No edit summary current
- 08:2008:20, 5 February 2016 diff hist +18 Z80:Directives:APPFIELD No edit summary
- 07:3607:36, 5 February 2016 diff hist +2,842 N Z80:Answers 5 Created page with "= Topic questions = 1. ASCII is the American Standard Code for Information Interchange. Though TI uses a different standard than the currently accepted computer standard, it f..." current
- 07:3507:35, 5 February 2016 diff hist +1,075 N Z80:Answers 4 Created page with "1. Because using bitwise AND on a set bit doesn't change anything, this operation will preserve the byte as it is. However, it will modify the flags, thoug..." current
- 07:3407:34, 5 February 2016 diff hist +1,099 N Z80:Answers 3 Created page with "1. loop: cp b jr c,bigger jr z,endLoop inc c inc a jr loop bigger: dec c dec a jr loop endLoop: ... == Identif..." current
- 07:3207:32, 5 February 2016 diff hist +4,025 N Z80:Answers 2 Created page with "1. It tells the compiler to start the program counter at 1.<br /> 2. It would automatically start with 0.<br /> 3.<br /> '''8 bit registers'''<br /> '''A''' is also called the..."
- 07:2907:29, 5 February 2016 diff hist +774 N Z80:Answers 1 Created page with "== Binary to Decimal == # 14 # 201 # 3416 # 15 # 136 == Binary to Hexadecimal == # 9 # AA # 9D # C # 86 == Decimal to Binary == # 1010 # 100100 # 111001 # 10111000 # 1011..." current
- 06:5206:52, 5 February 2016 diff hist +1,579 N Z80:Appendices Created page with "Some miscellaneous information that may be handy when programming. === Buffer Tables === Compiled table of code that will make creating buffer tables ea..."
- 06:4006:40, 5 February 2016 diff hist +4,588 N Z80:VAT Routines Created page with "The VAT is the wonderful place in RAM where information about every variable can be found. The OS offers a handful of bcalls for dealing with the VAT, but sometimes they may s..." current
- 06:3806:38, 5 February 2016 diff hist +1,707 N Z80:Input Routines Created page with "The main source of user input will be through the keypad, so almost every input routine will require use of a GetKey function. '''Note:''' This page will need to have routine..." current
- 06:3706:37, 5 February 2016 diff hist +11,280 N Z80:Drawing Routines Created page with "There are a limited number of ways for your programs to communicate with a user. You can use text, graphics, and rarely sound. With text, the OS offers us many tools and it do..." current
- 06:3506:35, 5 February 2016 diff hist +1,476 N Z80:Text Routines Created page with "One of the easiest ways to communicate with the user is through text. The OS offers a slew of routines, but here are a few more to add to your list of routines: = PutSI = Sta..." current
- 06:3206:32, 5 February 2016 diff hist +2,682 Z80:LUT/Jump Tables No edit summary current
- 06:3206:32, 5 February 2016 diff hist +4,188 Z80:Optimization No edit summary
- 06:2506:25, 5 February 2016 diff hist +5 Z80:The Registers and Memory No edit summary
- 06:2006:20, 5 February 2016 diff hist +1 Z80:Multi-Page Apps No edit summary current
- 06:1806:18, 5 February 2016 diff hist +43,010 N Z80:Math Routines Created page with "If you want to make games, you will likely need math routines, if you are making a math program, you need math, and if you are making a utility, you will need math. You will n..."
- 06:1606:16, 5 February 2016 diff hist +1 Z80:Interrupts No edit summary current
- 06:1006:10, 5 February 2016 diff hist +2 Z80:Flags and Bit-Level Instructions No edit summary
- 06:0806:08, 5 February 2016 diff hist +3 Z80:Coding No edit summary
- 06:0606:06, 5 February 2016 diff hist +4 Z80:Binary, Decimal, and Hexadecimal No edit summary current
- 05:5305:53, 5 February 2016 diff hist +4,323 Z80:Miscellaneous Routines No edit summary
- 05:5205:52, 5 February 2016 diff hist +36 Z80:Direct Input/Output No edit summary
- 05:4905:49, 5 February 2016 diff hist −61 Z80:The Registers and Memory No edit summary
- 05:4505:45, 5 February 2016 diff hist −106 Z80:Sound Routines No edit summary current
- 05:4305:43, 5 February 2016 diff hist −24 Z80:Ideas No edit summary current