[ ] ... for corrupt data 4 other functionality remains the same PIC generates a single or double output pulse at one of four user selectable repeat rates set by input on R0 R1 pin 6 7 Pulse Width PW period is determined by the digital input applied GP4 pin 3 Ouput is presented on GP2 pin 5 and an inverted output...
.asmhttp://picprojects.org.uk/projects/strobe/ledstrobe-f.asm
...module Key GetState Gets the current state of a single key Inputs A Scancode of the key to get the state of Outputs Carry Reset if the key is pressed set if released Destroyed AF BC GetState Scancodes are offset by one so decrement and save in C dec a ld c a Reset the keypad hardware ld a FF out 1...
.asmhttp://benryves.com/images/nostromo/bsp/2010.11.21/Key.asm
... Enable channel n Single transfers incr address auto init writes ch n DMA RX MODE equ 54h Single transfers incr address no auto init reads ch n DMA TX MODE equ 48h...
.asmhttp://netlab1.usu.edu/pub/pktdrvr/SRC/PIINC.ASM
... in OUTCHR if receive timeout is zero jrd 23 August 1987 Add vtemu vtflgop to hold runtime terminal settings so that a reset command restores them to the Setup values vtemu vtflgst Show displays the vtemu vtflgop operational values jrd 17 August 1987 Make timing adjustments for Token Passing and single...
.asmhttp://kermit.columbia.edu/ftp/a/msx55x.asm
... in OUTCHR if receive timeout is zero jrd 23 August 1987 Add vtemu vtflgop to hold runtime terminal settings so that a reset command restores them to the Setup values vtemu vtflgst Show displays the vtemu vtflgop operational values jrd 17 August 1987 Make timing adjustments for Token Passing and single...
.asmhttp://ftp.funet.fi/pub/mirrors/kermit.columbia.edu/a/msx55x.asm
...z80 Z80 ASM set of Z80 mnenomics This program was assembled using the Microsoft Assembler and linked using the Digital Research linker The resulting Z80 COM file was used to test the disassembler DISZ80 to confirm all the mnemonics were recreated correctly cseg call test1 single byte operand call...
.asmhttp://www.znode.de/pcwworld/u104/user_0/z80.asm
...z80 Z80 ASM set of Z80 mnenomics This program was assembled using the Microsoft Assembler and linked using the Digital Research linker The resulting Z80 COM file was used to test the disassembler DISZ80 to confirm all the mnemonics were recreated correctly cseg call test1 single byte operand call...
.asmhttp://gaby.de/ftp/pub/cpm/znode51/pcwworld/u104/user_0/z80.asm
... Note 1 All variables you declare should be considered local to a single subroutine 2 UNLIKE InitFib below no global variables should be used by any of the subroutines that you write DO NOT MODIFY THIS PART IF ONE OR MORE OF YOUR SUBROUTINES NEEDS ACCESS TO THESE VARIABLES YOU MUST PASS THEM...
.asmhttp://www.sce.carleton.ca/courses/94201/f01/assign4skel.asm
...File recursive asm example of subroutines in assembly language define STDOUT 1 define SYSCALL EXIT 1 define SYSCALL WRITE 4 SECTION data initialized data section msg1 db Hello World 10 0 C style 0 terminated string msg2 db 10 Good bye blue sky 10 0 char db 0 0 single char followed by 0 SECTION text...
.asmhttp://www.csee.umbc.edu/~chang/cs313.s13/topics/code/recurse.asm
[ Calling program (snippet) for Homework # 8 ] ... single step once after a Sim68 breakpoint BUFF EQU E000 For Buffalo Monitor DRVR driver routine to call and test FCTRL ORG 2000 DRVR NOP test driver for simulator LDS 7FFF actually do NOT comment this line out to run under Buffalo LDAA 00 BSR FCTRL NOP LDAA 01 BSR FCTRL NOP NOP LDAA 02 BSR FCTRL NOP NOP...
.asm...//www.engineering.sdstate.edu/~fourneyr/F07/ee464/hwk/hwk08Caller.asm