max_stars_repo_path
stringlengths
3
255
max_stars_repo_name
stringlengths
5
116
max_stars_count
int64
0
107k
id
stringlengths
1
7
content
stringlengths
63
1.05M
oeis/196/A196507.asm
neoneye/loda-programs
11
209456
<gh_stars>10-100 ; A196507: a(n) = n*(3*n^2 + 6*n + 1). ; 0,10,50,138,292,530,870,1330,1928,2682,3610,4730,6060,7618,9422,11490,13840,16490,19458,22762,26420,30450,34870,39698,44952,50650,56810,63450,70588,78242,86430,95170,104480,114378,124882,136010,147780,160210,173318,187122,201640,216890,232890,249658,267212,28557...
libsrc/_DEVELOPMENT/target/yaz180/device/8255/8255_write_byte.asm
jpoikela/z88dk
640
209457
INCLUDE "config_private.inc" SECTION code_driver PUBLIC ide_write_byte ;Do a write bus cycle to the drive, via the 8255 ;input A = ide register address ;input E = lsb to write to IDE drive ide_write_byte: push bc push de ld d, a ;copy address to D ld bc, __IO_PIO_IDE_CONF...
oeis/258/A258109.asm
neoneye/loda-programs
11
209458
<reponame>neoneye/loda-programs ; A258109: Number of balanced parenthesis expressions of length 2n and depth 3. ; 1,5,18,57,169,482,1341,3669,9922,26609,70929,188226,497845,1313501,3459042,9096393,23895673,62721698,164531565,431397285,1130708866,2962826465,7761964833,20331456642,53249182309,139449644717,365166860706,95...
base32dec.asm
zeroplexer/assembly
0
209460
<filename>base32dec.asm ; Executable name : base32dec ; Version : 1.2 ; Created date : 5.9.2018 ; Last update : 12.12.2018 ; Author : <NAME> ; Description : SECTION .data ; Section containing initialised data BASE32: db "/usr/bin/base32",0 BASE32_ARG: db "base32",0 DECODE_ARG:...
target/analysis/Func00401BF0.asm
katahiromz/DecodersTatami
3
209461
<reponame>katahiromz/DecodersTatami proc Func00401BF0 Label_00401BF0 attrs [[cdecl]] # call_from : 004014C0 00401C20 00401C80 00401DD0 Label_00401BF0: 00401BF0: DB E3 : fninit 00401BF2: C3 : ret end proc
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_1830.asm
ljhsiun2/medusa
9
209462
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r10 push %r15 push %r9 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0x16bc9, %rsi lea addresses_UC_ht+0xb0a5, %rdi nop nop nop nop and %rax, %rax mov $28, %rcx rep movsw nop nop nop xor %r15, %r15 lea addresses_WC_ht+0...
source/tokenise/tok_const.asm
paulscottrobson/rpl-65
1
209463
; ****************************************************************************** ; ****************************************************************************** ; ; Name : tok_const.asm ; Purpose : Constant Tokeniser for RPL/65 ; Author : <NAME> (<EMAIL>) ; Created : 14th November 2019 ; ; *******************...
decreasoner.macosx/software/relsat-dist/gmp-3.1/mpn/x86/pentium/mul_1.asm
problem-frames/openpf
1
209464
dnl Intel Pentium mpn_mul_1 -- mpn by limb multiplication. dnl dnl P5: 13.0 cycles/limb dnl Copyright (C) 1992, 1994, 1996, 1999, 2000 Free Software Foundation, dnl Inc. dnl dnl This file is part of the GNU MP Library. dnl dnl The GNU MP Library is free software; you can redistribute it and/or dnl modify it u...
eurasia/codegen/pds/pds_aux_vtx.asm
shaqfu786/GFX_Linux_DDK
3
209465
<filename>eurasia/codegen/pds/pds_aux_vtx.asm /****************************************************************************** * Name : pds_aux_vtx.asm * * Copyright : 2006-2008 by Imagination Technologies Limited. * : All rights reserved. No part of this software, either * : ma...
oeis/004/A004993.asm
neoneye/loda-programs
11
209468
<reponame>neoneye/loda-programs ; A004993: a(n) = (6^n/n!)*Product_{k=0..n-1} (6*k + 1). ; Submitted by <NAME> ; 1,6,126,3276,93366,2800980,86830380,2753763480,88808872230,2901089826180,95735964263940,3185396629145640,106710787076378940,3595332672265690440,121727691903852662040,4138741524730990509360,141234554531445051...
45/beef/cw/kernel/gmem.asm
minblock/msdos
0
209469
<filename>45/beef/cw/kernel/gmem.asm ;* ;* CW : Character Windows ;* ;* TITLE GMEM - Register interface to global memory allocator .xlist include kernel.inc include galloc.inc .list sBegin KERNEL assumes CS,KERNEL assumes DS,NOTHING ;* usually points to MOB assumes SS,DATA ;* * low level procs e...
release/src/router/gmp/source/mpn/x86/pentium4/sse2/mod_34lsub1.asm
zhoutao0712/rtn11pb1
184
209472
dnl Intel Pentium 4 mpn_mod_34lsub1 -- remainder modulo 2^24-1. dnl Copyright 2000, 2001, 2002, 2003 Free Software Foundation, Inc. dnl dnl This file is part of the GNU MP Library. dnl dnl The GNU MP Library is free software; you can redistribute it and/or dnl modify it under the terms of the GNU Lesser General P...
oeis/077/A077992.asm
neoneye/loda-programs
11
209473
<filename>oeis/077/A077992.asm ; A077992: Expansion of 1/(1+2*x+2*x^2-x^3). ; Submitted by <NAME> ; 1,-2,2,1,-8,16,-15,-10,66,-127,112,96,-543,1006,-830,-895,4456,-7952,6097,8166,-36478,62721,-44320,-73280,297921,-493602,318082,648961,-2427688,3875536,-2246735,-5685290,19739586,-30355327,15546192,49357856,-160163423,23...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2611.asm
ljhsiun2/medusa
9
209474
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r13 push %r14 push %rdx push %rsi lea addresses_WC_ht+0xd731, %rsi inc %r14 mov $0x6162636465666768, %rdx movq %rdx, (%rsi) nop nop nop nop nop cmp %r13, %r13 pop %rsi pop %rdx pop %r14 pop %r13 ret .global s_faulty_load s_faulty_load: pu...
mastersystem/zxb-sms-2012-02-23/zxb-sms/wip/zxb/library-asm/draw3.asm
gb-archive/really-old-stuff
10
209476
; ----------------------------------------------------------- ; vim: et:ts=4:sw=4:ruler: ; ; DRAW an arc using ZX ROM algorithm. ; DRAW x, y, r => r = Arc in radians ; r parameter in A ED BC register ; X, and Y parameter in high byte on top of the stack #include once <error.asm> #include once <plot.asm> #include onc...
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_2521.asm
ljhsiun2/medusa
9
209477
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r14 push %r9 push %rax push %rcx push %rdi push %rsi lea addresses_normal_ht+0x14e4f, %r9 nop nop nop nop nop inc %rax mov (%r9), %r11 nop nop nop nop nop cmp %r12, %r12 lea addresses_WT_ht+0x15f8f, %r14 nop nop nop nop sub %r9, %r9 movl $0x61626364...
programs/oeis/286/A286728.asm
neoneye/loda
22
209478
<gh_stars>10-100 ; A286728: Positions of 1 in A286063; complement of A286727. ; 3,4,7,12,13,18,21,22,25,30,33,34,39,40,43,48,49,54,57,58,63,64,67,72,75,76,79,84,85,90,93,94,97,102,105,106,111,112,115,120,123,124,127,132,133,138,141,142,147,148,151,156,157,162,165,166,169,174,177,178,183,184,187,192,193,198,201,202,207,...
libsrc/osca/get_device_list.asm
meesokim/z88dk
0
209479
; ; Old School Computer Architecture - interfacing FLOS ; <NAME>, 2011 ; ; Get current volume ; ; $Id: get_device_list.asm,v 1.2 2015/01/19 01:33:00 pauloscustodio Exp $ ; INCLUDE "flos.def" PUBLIC get_device_list get_device_list: jp kjt_get_device_info
libsrc/algorithm/AStarSearch/astar_WalkPath_callee.asm
jpoikela/z88dk
38
209480
; uint *astar_WalkPath_callee(struct astar_path *p, uint *node_arr, uint n) ; write up to N nodes from the end of the path into the end of NODE_ARR, ret ptr in array to first node ; 01.2007 aralbrec SECTION code_clib PUBLIC astar_WalkPath_callee PUBLIC _astar_WalkPath_callee PUBLIC ASMDISP_ASTAR_WALKPATH_CALLEE .ast...
data/mapHeaders/BillsHouse.asm
AmateurPanda92/pokemon-rby-dx
9
209481
BillsHouse_h: db INTERIOR ; tileset db BILLS_HOUSE_HEIGHT, BILLS_HOUSE_WIDTH ; dimensions (y, x) dw BillsHouse_Blocks ; blocks dw BillsHouse_TextPointers ; texts dw BillsHouse_Script ; scripts db 0 ; connections dw BillsHouse_Object ; objects
colorbg/colorbg.asm
leonhad/atari
0
209482
<reponame>leonhad/atari<filename>colorbg/colorbg.asm processor 6502 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Include external files containing useful definitions and macros ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; include "vcs.h" include "macro.h" seg code ...
8088/cga/scanline_per_frame/1spf_unrolled.asm
reenigne/reenigne
92
209483
<reponame>reenigne/reenigne %include "../../defaults_bin.asm" ; Determine and print phase lockstep 1 mov ax,cs mov es,ax mov ds,ax mov di,data2 in al,0x61 or al,3 out 0x61,al mov al,TIMER2 | BOTH | MODE2 | BINARY out 0x43,al mov dx,0x42 mov al,0 out dx,al out dx,al %rep 5 readP...
servo4.asm
adamlukomski/8051servocontroller
0
209484
; ABOUT: ; nie wiadomo czy dziala poprawnie ; servo sie resetuje do neutrala ; ; ; 922 - 1000us znaczy: 64613 ; 461 - 500us znaczy: 65074 ; 1383 - 1500us znaczy: ; 17050 - 18500us ; ; ; R0 - adres pamieci dla czasu aktualnego ; R1 - numer servo ; R2 - numer nastepnego ; R4 - czas aktualne...
gfx/pokemon/hitmonlee/anim.asm
Dev727/ancientplatinum
28
209486
frame 0, 04 frame 5, 24 frame 1, 12 frame 2, 06 frame 3, 10 frame 4, 06 frame 1, 05 frame 2, 05 frame 3, 05 frame 4, 05 frame 1, 08 endanim
programs/oeis/181/A181331.asm
karttu/loda
0
209487
<filename>programs/oeis/181/A181331.asm ; A181331: Number of 0's in the top rows of all 2-compositions of n. ; 0,1,5,23,99,408,1632,6388,24596,93488,351664,1311536,4856432,17873408,65436544,238480960,865665600,3131196672,11290210560,40594476800,145588087552,520933746688,1860059009024,6628828632064,23582036472832 mov $...
Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xca.log_21829_128.asm
ljhsiun2/medusa
9
209489
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r13 push %r14 push %r15 push %rcx push %rdi push %rsi lea addresses_normal_ht+0x12eb9, %rsi lea addresses_D_ht+0x162b9, %rdi clflush (%rdi) add %r14, %r14 mov $74, %rcx rep movsw nop nop and %rdi, %rdi lea addresses_D_ht+0x1cff3, %rsi lea addr...
grades.asm
DiscreteTom/asm-StudentManagementSystem
0
209492
<filename>grades.asm<gh_stars>0 ; struct student{ ; name ; class ; id ; grades(xxx.x) ; } ; constant NAME_LENGTH equ 1 CLASS_LENGTH equ 1 ID_LENGTH equ 2 GRADES_LENGTH equ 4 STUDENT_LENGTH equ NAME_LENGTH + CLASS_LENGTH + ID_LENGTH + GRADES_LENGTH STUDENT_COUNT equ 5 BUF_LENGTH equ 100 endl macro ...
external/source/shellcode/windows/msf2/win32_stage_boot_bind_inlineegg.asm
OsmanDere/metasploit-framework
26,932
209493
<reponame>OsmanDere/metasploit-framework ; Title: Win32 Reverse Connect Read Payload ; Platforms: Windows NT 4.0, Windows 2000, Windows XP, Windows 2003 ; Author: <EMAIL>[at]<EMAIL> [BITS 32] %include "win32_stage_boot_bind.asm" %include "win32_stage_inlineegg.asm"
oeis/078/A078049.asm
neoneye/loda-programs
11
209495
; A078049: Expansion of (1-x)/(1+x+2*x^2-x^3). ; Submitted by <NAME> ; 1,-2,0,5,-7,-3,22,-23,-24,92,-67,-141,367,-152,-723,1394,-100,-3411,5005,1717,-15138,16709,15284,-63840,49981,92983,-256785,120800,485753,-984138,133432,2320597,-3571599,-936163,10399958,-12099231,-9636848,44235268,-37060803,-61046581,179403455,-943...
src/MainMenu.asm
gschizas/amstrad-diagnostics
60
209496
<gh_stars>10-100 MainMenu: ; Check if we're in the middle of a soak test call IsSoakTestRunning jp z, SoakTestSelected IFNDEF ROM_CHECK call RemoveROMTest ENDIF call DetectSystemInfo ld a, (ValidBankCount) or a jr nz, .upperRAMPresent call RemoveUpperRAMTest .upperRAMPresent: ld hl, PresseddMatrixBu...
programs/oeis/066/A066804.asm
jmorken/loda
1
209497
; A066804: Sum of diagonal elements and those below it for a square matrix of integers, starting with 1. ; 1,8,34,100,235,476,868,1464,2325,3520,5126,7228,9919,13300,17480,22576,28713,36024,44650,54740,66451,79948,95404,113000,132925,155376,180558,208684,239975,274660,312976,355168,401489,452200,507570,567876,633403,70...
cga320x200/fast/vline.asm
bocke/CGAGraphics
17
209498
DOSSEG .MODEL small .CODE PUBLIC _cga_draw_vline _cga_draw_vline PROC ARG buff:DWORD, x:WORD, y0:WORD, y1:WORD, colour:BYTE ; draw a line from (x, y0) - (x, y1) including endpoints in the give colour (0-3) push bp mov bp, sp push di push si push ds les di, buff ; ...
src/io/InputBufferClear.asm
jhm-ciberman/calculator-asm
2
209499
;;; ; Clear all characters from the input buffer ;;; proc InputBufferClear mov [_gr_input_buffer], 0 ; puts NULL at the first character in the buffer mov [_gr_input_char_count], 0 ; resets the character count ret endp
libsrc/stdio/fscanf.asm
jpoikela/z88dk
640
209501
<filename>libsrc/stdio/fscanf.asm MODULE fscanf SECTION code_clib PUBLIC fscanf EXTERN asm_scanf ; sccz80 version ;void fscanf(FILE *fp, char *fmt,...) ;{ ; asm_scanf(fp, sccz80_delta, *ct,ct-1); ;} fscanf: ld l,a ld h,0 add hl,hl add hl,sp ;&buf push ix ;save caller ld c,(hl) ;fp ...
oeis/267/A267801.asm
neoneye/loda-programs
11
209502
<filename>oeis/267/A267801.asm ; A267801: Binary representation of the n-th iteration of the "Rule 213" elementary cellular automaton starting with a single ON (black) cell. ; Submitted by Christian Krause ; 1,11,10011,1110011,111110011,11111110011,1111111110011,111111111110011,11111111111110011,1111111111111110011,111...
oeis/278/A278753.asm
neoneye/loda-programs
11
209504
<filename>oeis/278/A278753.asm ; A278753: Binary representation of the x-axis, from the left edge to the origin, of the n-th stage of growth of the two-dimensional cellular automaton defined by "Rule 65", based on the 5-celled von Neumann neighborhood. ; Submitted by <NAME> ; 1,0,11,1000,111,110000,1111,11100000,11111,...
oeis/157/A157970.asm
neoneye/loda-programs
11
209506
; A157970: Evil twin locations: first members of pairs of consecutive evil numbers. ; Submitted by <NAME> ; 5,9,17,23,29,33,39,45,53,57,65,71,77,85,89,95,101,105,113,119,125,129,135,141,149,153,159,165,169,177,183,189,197,201,209,215,221,225,231,237,245,249,257,263,269,277,281,287,293,297,305,311,317,325,329,337,343,34...
iod/con2/sprite/size.asm
olifink/smsqe
0
209507
* Sprite size * * Mode 4 * +------|-----+ * |aaaaaaaaaaaa| * |aaggggggggaa| * |aaggggggggaa| * -aaggaaaaaaaa- * |aaggaaggggaa| * |aaggaaggggaa| * |aaaaaaaaaaaa| * +------|-----+ * section sprite xdef sp_wsize xref sp_zero xref s24_wsize sp_wsize dc.w $0100,$0000 dc.w 12,7,6,3 dc.l sc4_size-* dc.l sp_zero-* dc....
programs/oeis/133/A133548.asm
jmorken/loda
1
209508
<filename>programs/oeis/133/A133548.asm ; A133548: a(n) = sum of cubes of first n odd primes. ; 27,152,495,1826,4023,8936,15795,27962,52351,82142,132795,201716,281223,385046,533923,739302,966283,1267046,1624957,2013974,2507013,3078800,3783769,4696442,5726743,6819470,8044513,9339542,10782439,12830822,15078913,17650266 ...
base/mvdm/wow16/drivers/comm/ibmsetup.asm
npocmaka/Windows-Server-2003
17
209509
page,132 ;---------------------------Module-Header-------------------------------; ; Module Name: IBMSETUP.ASM ; ; Copyright (c) Microsoft Corporation 1985-1990. All Rights Reserved. ; ; General Description: ; ; History: ; sudeepb 10-Jan-1993 changed the costly cli/sti with non-trapping ; FCLI/FS...
dv3/dv3/sbnew.asm
olifink/smsqe
0
209510
; DV3 New Slave Block V3.00  1992 <NAME> section dv3 xdef dv3_sbnew include 'dev8_keys_sys' include 'dev8_dv3_keys' include 'dev8_mac_assert' ;+++ ; Allocate a new slave block. In this simple version it just takes the ; first slave block it comes to. If this is awaiting write, it flushes it. ; It fills ...
src/coreclr/src/vm/arm64/crthelpers.asm
abock/runtime
6
209511
<filename>src/coreclr/src/vm/arm64/crthelpers.asm ; Licensed to the .NET Foundation under one or more agreements. ; The .NET Foundation licenses this file to you under the MIT license. ; See the LICENSE file in the project root for more information. ;; ==++== ;; ;; ;; ==--== #include "ksarm64.h" TEXTAREA ;void...
tests/vice-tests/CIA/shiftregister/cia-icr-test.asm
PhylumChordata/chips-test
330
209512
*=$0801 ; basic start !WORD + !WORD 10 !BYTE $9E !TEXT "2061" !BYTE 0 + !WORD 0 lda #$93 jsr $ffd2 sei ; make sure screen is disabled, so timing is not disturbed by badlines lda #$0b ...
externals/mpir-3.0.0/mpn/x86_64w/core2/divexact_byff.asm
JaminChan/eos_win
12
209513
; PROLOGUE(mpn_divexact_byff) ; Copyright 2009 <NAME> ; ; Windows Conversion Copyright 2008 <NAME> ; ; This file is part of the MPIR Library. ; ; The MPIR Library is free software; you can redistribute it and/or modify ; it under the terms of the GNU Lesser General Public License as published ; by the Free Softwa...
Transynther/x86/_processed/AVXALIGN/_zr_un_/i7-7700_9_0x48_notsx.log_21829_1443.asm
ljhsiun2/medusa
9
209514
.global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r11 push %r15 push %rax push %rbp push %rbx push %rcx push %rdi // Store lea addresses_A+0x145a8, %rdi clflush (%rdi) nop nop nop nop inc %rax mov $0x5152535455565758, %r15 movq %r15, %xmm3 movups %xmm3, (%rdi) nop inc %rd...
Transynther/x86/_processed/NONE/_st_/i7-7700_9_0x48_notsx.log_21829_1248.asm
ljhsiun2/medusa
9
209515
.global s_prepare_buffers s_prepare_buffers: push %r13 push %r15 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x1a4fa, %rsi lea addresses_WC_ht+0x86fa, %rdi nop nop nop xor $1006, %r15 mov $49, %rcx rep movsw nop nop nop nop sub %rsi, %rsi lea addresses_A_ht+0x195fa, %rsi lea addresses_WC_ht+0x...
engine/items/mart.asm
zavytar/pokecolorless
0
209517
<filename>engine/items/mart.asm const_def const MARTTEXT_HOW_MANY const MARTTEXT_COSTS_THIS_MUCH const MARTTEXT_NOT_ENOUGH_MONEY const MARTTEXT_BAG_FULL const MARTTEXT_HERE_YOU_GO const MARTTEXT_SOLD_OUT OpenMartDialog:: call GetMart ld a, c ld [wMartType], a call LoadMartPointer ld a, [wMartType] ld hl, ...
oeis/182/A182447.asm
neoneye/loda-programs
11
209519
; A182447: a(n) = Sum_{k = 0..n} C(n,k)^10. ; Submitted by <NAME>(s4) ; 1,2,1026,118100,62563330,20019531252,11393421713604,5550455033938152,3431955863873102850,2052124795850957537060,1367610300690018553312276,916694195766256069610158152,649630217578404016288230718276,467800319852823195772146025385000,34806600516856165...
oeis/161/A161585.asm
neoneye/loda-programs
11
209520
; A161585: The list of the k values in the common solutions to the 2 equations 7*k+1=A^2, 11*k+1=B^2. ; Submitted by <NAME> ; 0,9,720,56880,4492809,354875040,28030635360,2214065318409,174883129518960,13813553166679440,1091095817038156809,86182755992847708480,6807346627617930813120,537694200825823686528009,4247103451861...
libsrc/math/genmath/dleq.asm
andydansby/z88dk-mk2
1
209524
<reponame>andydansby/z88dk-mk2 ; ; Z88dk Generic Floating Point Math Library ; ; TOS >= FA ; ; $Id: dleq.asm,v 1.1 2008/07/27 21:44:57 aralbrec Exp $: XLIB dleq LIB dcompar LIB f_yes LIB f_no .dleq call dcompar jp z,f_yes jp p,f_yes jp f_no
third_party/boringssl-with-bazel/win-x86_64/crypto/chacha/chacha-x86_64.asm
Crazycuo/grpc
2,151
209525
default rel %define XMMWORD %define YMMWORD %define ZMMWORD section .text code align=64 EXTERN OPENSSL_ia32cap_P ALIGN 64 $L$zero: DD 0,0,0,0 $L$one: DD 1,0,0,0 $L$inc: DD 0,1,2,3 $L$four: DD 4,4,4,4 $L$incy: DD 0,2,4,6,1,3,5,7 $L$eight: DD 8,8,8,8,8,8,8,8 $L$rot16: DB 0x2,0x3,0x0,0x1,0x6,0x7,0x4,0x5,0xa,0xb,0...
programs/oeis/128/A128135.asm
neoneye/loda
22
209526
<reponame>neoneye/loda ; A128135: Row sums of A128134. ; 1,3,10,28,72,176,416,960,2176,4864,10752,23552,51200,110592,237568,507904,1081344,2293760,4849664,10223616,21495808,45088768,94371840,197132288,411041792,855638016,1778384896,3690987520,7650410496,15837691904,32749125632,67645734912,139586437120,287762808832,5927...
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_10_1760.asm
ljhsiun2/medusa
9
209527
<filename>Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_10_1760.asm<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r15 push %rbp push %rcx push %rdi lea addresses_D_ht+0x7321, %r15 nop nop nop cmp %rcx, %rcx mov $0x6162636465666768, %rdi movq %rdi, %xmm1 movups %xmm1, (%r15) nop nop nop...
Appl/Games/CWord/cwordFileSel.asm
steakknife/pcgeos
504
209528
<reponame>steakknife/pcgeos COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) Geoworks 1994 -- All Rights Reserved PROJECT: PC GEOS MODULE: FILE: cwordFileSel.asm AUTHOR: <NAME>, Sep 27, 1994 ROUTINES: Name Description ---- ----------- REVISION...
oeis/100/A100100.asm
neoneye/loda-programs
11
209529
<reponame>neoneye/loda-programs ; A100100: Triangle T(n,k) = binomial(2*n-k-1, n-k) read by rows. ; Submitted by <NAME>(s4) ; 1,1,1,3,2,1,10,6,3,1,35,20,10,4,1,126,70,35,15,5,1,462,252,126,56,21,6,1,1716,924,462,210,84,28,7,1,6435,3432,1716,792,330,120,36,8,1,24310,12870,6435,3003,1287,495,165,45,9,1,92378,48620,24310,...
savefile/maps/3828_CorruptedPlains.asm
stranck/fools2018-1
35
209530
<reponame>stranck/fools2018-1 SECTION "Map_3828", ROM0[$B800] Map_3828_Header: hdr_tileset 0 hdr_dimensions 14, 9 hdr_pointers_a Map_3828_Blocks, Map_3828_TextPointers hdr_pointers_b Map_3828_Script, Map_3828_Objects hdr_pointers_c Map_3828_InitScript, Map_3828_RAMScript...
extra/Shrinkler_Z80_v8__(Madram)__recall_209.asm
sikorama/still_scrolling
0
209532
<reponame>sikorama/still_scrolling<gh_stars>0 ; Madram/OVL version ; V1: replace D4 (32 bits) by A': 16.03 s ; !!! fix abs adr in getnumber ; V2: replace D3 by DE' 14.83 s / 217 bytes ; V3: exx' by default (prepare v4) 14.86 s / 234 bytes ; V4: replace D6 by HL' 14.23 s / 217 byt...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_807.asm
ljhsiun2/medusa
9
209533
.global s_prepare_buffers s_prepare_buffers: push %r13 push %r8 push %r9 push %rax push %rcx push %rdi push %rsi lea addresses_WC_ht+0x57a7, %rsi lea addresses_A_ht+0x1c467, %rdi nop nop nop nop nop and %r13, %r13 mov $63, %rcx rep movsb nop nop nop inc %r8 lea addresses_UC_ht+0x1222d, %rsi lea addresses_UC_ht+0x1e507,...
LmaOS.65c02/src/main.asm
nrivard/lmaos
3
209534
<filename>LmaOS.65c02/src/main.asm ; LmaOS ; ; Copyright <NAME> 2020 .include "pseudoinstructions.inc" .include "system.inc" .include "vectors.inc" .include "zeropage.inc" .code Main: LDX #$FF TXS ;;; initializes hardware JSR VIA1Init JSR ACIAInit JSR LCDInit LDA #<LmaOSBootText ...
programs/oeis/168/A168634.asm
neoneye/loda
22
209535
<gh_stars>10-100 ; A168634: a(n) = n^6*(n^10 + 1)/2. ; 0,1,32800,21523725,2147485696,76293953125,1410554977056,16616465343625,140737488486400,926510094691641,5000000000500000,22974864932671861,92442129449011200,332708304594003325,1088976668908450336,3284204177862140625,9223372036863164416,24330595937845503025,607197655...
programs/oeis/100/A100050.asm
karttu/loda
0
209536
<gh_stars>0 ; A100050: A Chebyshev transform of n. ; 0,1,2,0,-4,-5,0,7,8,0,-10,-11,0,13,14,0,-16,-17,0,19,20,0,-22,-23,0,25,26,0,-28,-29,0,31,32,0,-34,-35,0,37,38,0,-40,-41,0,43,44,0,-46,-47,0,49,50,0,-52,-53,0,55,56,0,-58,-59,0,61,62,0,-64,-65,0,67,68,0,-70,-71,0,73,74,0,-76,-77,0,79,80,0,-82,-83,0,85,86,0,-88,-89,0,9...
oeis/283/A283216.asm
neoneye/loda-programs
11
209537
<gh_stars>10-100 ; A283216: Decimal representation of the x-axis, from the left edge to the origin, of the n-th stage of growth of the two-dimensional cellular automaton defined by "Rule 597", based on the 5-celled von Neumann neighborhood. ; Submitted by <NAME> ; 1,2,4,11,17,46,68,187,273,750,1092,3003,4369,12014,1747...
programs/oeis/306/A306764.asm
neoneye/loda
22
209538
<reponame>neoneye/loda ; A306764: a(n) is a sequence of period 12: repeat [1, 1, 6, 2, 1, 3, 2, 2, 3, 1, 2, 6]. ; 1,1,6,2,1,3,2,2,3,1,2,6,1,1,6,2,1,3,2,2,3,1,2,6,1,1,6,2,1,3,2,2,3,1,2,6,1,1,6,2,1,3,2,2,3,1,2,6,1,1,6,2,1,3,2,2,3,1,2,6,1,1,6,2,1,3,2,2,3,1,2,6 bin $0,2 sub $0,1 gcd $0,6
oeis/159/A159804.asm
neoneye/loda-programs
11
209540
; A159804: Number of primes q with (2n-1)^2+1 <= q < (2n)^2-(2n-1). ; Submitted by <NAME> ; 1,1,1,1,2,2,3,4,1,3,4,2,4,4,4,5,6,5,3,6,5,7,6,6,6,5,7,6,7,8,7,8,11,8,8,8,7,11,4,11,9,10,9,11,8,10,13,9,14,12,11,12,12,11,15,12,9,13,15,8,14,13,16,12,14,11,11,15,9,16,16,11,14,14,13,13,13 mul $0,2 add $0,1 mov $3,$0 mov $5,$0 po...
libsrc/gfx/wide/w_fillb.asm
ahjelm/z88dk
640
209541
<gh_stars>100-1000 ;void fillb_callee(int tlx, int tly, int width, int height) IF !__CPU_INTEL__ && !__CPU_GBZ80__ SECTION code_graphics PUBLIC fillb PUBLIC _fillb EXTERN asm_fillb .fillb ._fillb pop af pop de pop hl exx ; w_plotpixel and swapgfxbk must not us...
scripts/route16house.asm
adhi-thirumala/EvoYellow
16
209542
Route16HouseScript: jp EnableAutoTextBoxDrawing Route16HouseTextPointers: dw Route16HouseText1 dw Route16HouseText2 Route16HouseText1: TX_ASM CheckEvent EVENT_GOT_HM02 ld hl, HM02ExplanationText jr nz, .asm_13616 ld hl, Route16HouseText3 call PrintText lb bc, HM_02, 1 call GiveItem jr nc, .BagFull SetEve...
programs/oeis/309/A309805.asm
neoneye/loda
22
209543
; A309805: Maximum number of nonattacking kings placeable on a hexagonal board with edge-length n in Glinski's hexagonal chess. ; 1,2,7,10,19,24,37,44,61,70,91,102,127,140,169,184,217,234,271,290,331,352,397,420,469,494,547,574,631,660,721,752,817,850,919,954,1027,1064,1141,1180,1261,1302,1387,1430,1519,1564,1657,1704,...
library/src/main/cpp/libx264/common/x86/deblock-a.asm
amsterdatech/yasea_rmtp
4,985
209544
<gh_stars>1000+ ;***************************************************************************** ;* deblock-a.asm: x86 deblocking ;***************************************************************************** ;* Copyright (C) 2005-2017 x264 project ;* ;* Authors: <NAME> <<EMAIL>> ;* <NAME> <<EMAIL>> ;* ...
Transynther/x86/_processed/US/_zr_/i3-7100_9_0x84_notsx.log_82_733.asm
ljhsiun2/medusa
9
209545
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r8 push %r9 push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x1d3f9, %rsi lea addresses_D_ht+0x18a19, %rdi nop nop xor %r8, %r8 mov $34, %rcx rep movsb nop nop nop dec %rsi lea addresses_A_ht+0x11f9, %rdx nop nop add $51430, %r8 vmo...
common/unexe.asm
DigitalMars/optlink
28
209546
<filename>common/unexe.asm<gh_stars>10-100 TITLE UNEXE - Copyright (c) SLR Systems 1992 ; INCLUDE MACROS OFF EQU OFFSET SEGM EQU (WORD PTR 2) OFFS EQU (WORD PTR 0) PACK SEGMENT PARA PUBLIC 'UNPACK_DATA' ASSUME NOTHING,CS:PACK ifdef pass2 PUBLIC EXEUNPACK,EXEPACK_PARAS,PACK_LEN,START_ADR,INITIAL_COUNT ...
roms/Ice Climber.asm
mattconsto/nes
4
209547
00000000: 4E4553 LSR $5345 00000003: 1A .DB $1A 00000004: 0101 ORA ($01,X) 00000006: 00 BRK 00000007: 00 BRK 00000008: 00 BRK 00000009: 00 BRK 0000000A: 00 BRK 0000000B: 00 BRK 0000000C: 00 BRK 0000000D: 00 BRK 0000000E: 00 BRK 0000000F: 00 BRK 00000010: 014C ORA ($4C,X) 00000012: B8 CLV 00000013: E3 .DB $E3 00000014: ...
oeis/032/A032553.asm
neoneye/loda-programs
11
209548
; A032553: Arrange digits of cubes in ascending order. ; Submitted by <NAME> ; 0,1,8,27,46,125,126,334,125,279,1,1133,1278,1279,2447,3357,469,1349,2358,5689,8,1269,1468,11267,12348,12556,15677,13689,12259,23489,27,12799,23678,33579,3349,24578,45666,3556,24578,13599,46,12689,4788,5779,14588,11259,33679,12338,11259,11467...
programs/oeis/202/A202207.asm
karttu/loda
0
209549
; A202207: a(n) = 3*a(n-1) - a(n-2) + a(n-3) with a(0)=1, a(1)=2, a(2)=5. ; 1,2,5,14,39,108,299,828,2293,6350,17585,48698,134859,373464,1034231,2864088,7931497,21964634,60826493,168446342,466477167,1291811652,3577404131,9906877908,27435041245,75975649958,210398786537 mov $1,1 lpb $0,1 sub $0,1 add $3,$2 add $2,$...
src/kernel/x86.asm
zys1310992814/BookOSv0.2
3
209550
;kernel/x86.asm ;description: x86 operation ;auther: huzicheng ;time: 2016/11/26 20:58 ;Copyright: (C) 2018-2019 by BookOS developers. All rights reserved. ;E-mail: <EMAIL> EOI EQU 0X20 INT_M_CTL equ 0x20 ; I/O port for interrupt controller <Master> INT_M_CTLMASK equ 0x21 ; setting bits in this port disables i...
IV Semester/Microprocessor_and_Microcontroller_Lab/Part-B/3_Ones_Zeros_8_Bit.asm
IshanSinghal/CSE-Lab-Manual
2
209551
;WRITE AN ASSEMBLY LANGUAGE PROGRAM TO COUNT NUMBER OF ONES AND ZEROS IN AN EIGHT BIT NUMBER. mov r1,#00h // to count number of 0s mov r2,#00h // to count number of 1s mov r7,#08h // counter for 8-bits mov a,#0xBB // data to count number of 1s and 0s again: rlc a jc next inc r1 sjmp here next: inc r2 here: djn...
unittests/ASM/PrimaryGroup/2_C1_05_2.asm
cobalt2727/FEX
628
209552
%ifdef CONFIG { "RegData": { "RAX": "0x0300", "RBX": "0x2" } } %endif mov rax, 0 mov rbx, 0xA142434445464748 shr rbx, 62 lahf ; 0: CF - 00000001 ; 1: - 00000010 ; 2: PF - 00000000 ; 3: 0 - 00000000 ; 4: AF - 00000000 ; 5: 0 - 00000000 ; 6: ZF - 00000000 ; 7: SF - 00000000 ; ================ ; ...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_1564.asm
ljhsiun2/medusa
9
209553
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r15 push %r8 push %rax push %rcx push %rdi push %rsi lea addresses_UC_ht+0x10480, %rsi lea addresses_A_ht+0x1e680, %rdi clflush (%rdi) nop nop xor $62814, %r12 mov $22, %rcx rep movsl and %rax, %rax lea addresses_WC_ht+0xc880, %rax nop nop nop nop add %r15, %...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1391.asm
ljhsiun2/medusa
9
209554
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %r15 push %r8 push %r9 push %rcx push %rdi push %rsi lea addresses_WT_ht+0x1123f, %r10 clflush (%r10) nop nop nop nop nop sub $28032, %rsi mov (%r10), %r8 nop nop nop nop nop inc %rdi lea addresses_UC_ht+0x1ecb, %r14 nop nop nop nop xor %rcx, %rcx mo...
CO/P2/powerMatrix.asm
Snake52996/Spring2021-FoCS
0
209555
.data m:.space 4 n:.space 4 tempMatrix:.space 256 resultMatrix:.space 256 space:.asciiz " " endl:.asciiz "\n" .macro get_matrix_element(%matrix,%x,%y,%result) lw $t9,m mul $t9,$t9,%x add $t9,$t9,%y sll $t9,$t9,2 lw %result,%matrix($t9) .end_macro .macro set_matrix_element(%matrix,%x,%y,%value) lw $t9,m mul $t9,$t9,%x a...
programs/oeis/008/A008816.asm
neoneye/loda
22
209556
<reponame>neoneye/loda ; A008816: Expansion of (1+x^9)/((1-x)^2*(1-x^9)). ; 1,2,3,4,5,6,7,8,9,12,15,18,21,24,27,30,33,36,41,46,51,56,61,66,71,76,81,88,95,102,109,116,123,130,137,144,153,162,171,180,189,198,207,216,225,236,247,258,269,280,291,302,313,324,337,350,363,376,389,402,415,428,441,456,471,486,501,516,531,546,56...
lang/english/ynaq.asm
olifink/smsqe
0
209557
<reponame>olifink/smsqe<filename>lang/english/ynaq.asm ; Reply strings for query V2.00  1990 <NAME> QJUMP section language include 'dev8_mac_text' mktext ynch,{YNAQ} mktext ynaq,{Y/N/A/Q} mktext yn,{Y or N} end
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_1317.asm
ljhsiun2/medusa
9
209558
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r14 push %r8 push %rcx push %rdi push %rsi lea addresses_normal_ht+0x1c8d, %rsi lea addresses_UC_ht+0x124a7, %rdi nop nop nop nop sub $27423, %r14 mov $100, %rcx rep movsb nop nop nop nop sub %r11, %r11 lea addresses_WC_ht+0x11d8d, %rdi nop nop add ...
dv3/q40/fd/init.asm
olifink/smsqe
0
209559
<reponame>olifink/smsqe<filename>dv3/q40/fd/init.asm<gh_stars>0 ; DV3 Q40 Floppy Disk Initialisation V3.00  1992 <NAME> ; 2004-03-20 3.01 density is preset to 2 (wl) section dv3 xdef fd_init xdef fdc_dctl xdef fdc_stat xdef fdc_data xdef fdc_rate xdef fdc.intl xdef fdc.mots xref.l fd_vers xref.s fd.r...
programs/oeis/266/A266302.asm
neoneye/loda
22
209560
<gh_stars>10-100 ; A266302: Decimal representation of the n-th iteration of the "Rule 15" elementary cellular automaton starting with a single ON (black) cell. ; 1,6,1,126,1,2046,1,32766,1,524286,1,8388606,1,134217726,1,2147483646,1,34359738366,1,549755813886,1,8796093022206,1,140737488355326,1,2251799813685246,1,36028...
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca_notsx.log_18_807.asm
ljhsiun2/medusa
9
209561
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r15 push %r9 push %rbp push %rcx push %rdi push %rsi lea addresses_UC_ht+0x13414, %rsi lea addresses_WT_ht+0x15584, %rdi nop nop nop cmp %rbp, %rbp mov $39, %rcx rep movsw nop nop nop nop nop cmp %r13, %r13 lea addresses_D_...
src/BreathOfTheWild/Mods/FPS++/patch_WaterPhysics.asm
UltraDragonZord/cemu_graphic_packs
1,002
209562
<gh_stars>1000+ [BotW_WaterPhysics_V208] moduleMatches = 0x6267BFD0 .origin = codecave ; turn quadratic scaling of timesteps into mostly linear scaling by setting one of the two timestep variables closer to 1.0 ; this is the more correct behavior as the applied velocities also scale linearly with timestep, but not ex...
Irvine/Examples/ch09/32 bit/CopyStr.asm
alieonsido/ASM_TESTING
0
209563
; Copying Strings (CopyStr.asm) ; Testing the Str_copy procedure INCLUDE Irvine32.inc Str_copy PROTO, source:PTR BYTE, ; source string target:PTR BYTE ; target string Str_length PROTO, pString:PTR BYTE ; pointer to string .data string_1 BYTE "ABCDEFG",0 string_2 BYTE 100 DUP(?) .code m...
programs/oeis/039/A039302.asm
karttu/loda
1
209564
<filename>programs/oeis/039/A039302.asm ; A039302: Number of distinct quadratic residues mod 5^n. ; 1,3,11,53,261,1303,6511,32553,162761,813803,4069011,20345053,101725261,508626303,2543131511,12715657553,63578287761,317891438803,1589457194011,7947285970053,39736429850261,198682149251303,993410746256511,4967053731282553...
src/hvpp/hvpp/ia32/asm.asm
fengjixuchui/hvpp
839
209565
<filename>src/hvpp/hvpp/ia32/asm.asm ;++ ; ; Copyright (c) <NAME>. All rights reserved. ; ; Module: ; ; asm.asm ; ; Abstract: ; ; Contains functions to access Intel CPU instructions which are not exported ; by intrin.h. ; ; Author: ; ; <NAME> (@PetrBenes) 26-Jul-2018 - Initial version ; ; Environment: ; ; K...
stage.asm
adamsmasher/bustfree
0
209566
SECTION "StageRAM", WRAM0, ALIGN[8] StageMap:: DS 16 * 8 TotalBricks:: DS 1 CurrentStage:: DS 1 CurrentStagePtr: DS 2 SECTION "Stage", ROM0 DrawStage:: LD HL, StageMap LD DE, $9842 LD B, 8 .drawRow PUSH DE LD C, 16 .drawCol LD A, [HLI] LD [DE...
programs/oeis/129/A129868.asm
karttu/loda
1
209568
<filename>programs/oeis/129/A129868.asm<gh_stars>1-10 ; A129868: Binary palindromic numbers with only one 0 bit. ; 0,5,27,119,495,2015,8127,32639,130815,523775,2096127,8386559,33550335,134209535,536854527,2147450879,8589869055,34359607295,137438691327,549755289599,2199022206975,8796090925055,35184367894527,140737479966...
oeis/020/A020490.asm
neoneye/loda-programs
11
209569
; A020490: Numbers k such that phi(k) <= sigma_0(k). ; Submitted by <NAME> ; 1,2,3,4,6,8,10,12,18,24,30 mov $2,$0 mov $3,$0 lpb $2 mov $0,$3 sub $2,1 sub $0,$2 div $0,4 mov $1,$0 mul $0,2 bin $0,$1 add $4,$0 lpe mov $0,$4 add $0,1
Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xca.log_21829_1166.asm
ljhsiun2/medusa
9
209571
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r13 push %r8 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x19d4a, %rdx cmp %rdi, %rdi mov $0x6162636465666768, %rbx movq %rbx, %xmm1 vmovups %ymm1, (%rdx) nop nop nop nop lfence lea addresses_WT_ht+0x134a6, %rdi nop no...
Projetos/J-VMTranslator/bin/nasm/SimpleNeg.nasm
gabrielvf1/Z01---Grupo-H
0
209572
<reponame>gabrielvf1/Z01---Grupo-H ; 0 - NEG leaw $SP, %A movw (%A), %A decw %A movw (%A), %D negw %D movw %D, (%A) ; End
programs/oeis/044/A044296.asm
jmorken/loda
1
209574
<gh_stars>1-10 ; A044296: Numbers n such that string 5,0 occurs in the base 9 representation of n but not of n-1. ; 45,126,207,288,369,405,450,531,612,693,774,855,936,1017,1098,1134,1179,1260,1341,1422,1503,1584,1665,1746,1827,1863,1908,1989,2070,2151,2232,2313,2394,2475,2556,2592,2637,2718,2799 mov $9,$0 add $9,1 mov...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_671.asm
ljhsiun2/medusa
9
209575
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r14 push %r9 push %rbx push %rcx push %rdi push %rsi lea addresses_A_ht+0x1b5bc, %rsi lea addresses_D_ht+0x313c, %rdi nop nop nop nop inc %r12 mov $42, %rcx rep movsq nop nop nop nop sub $58130, %r13 lea addresses_UC_ht+0x120bb, %rsi lea addresses_D...
src/00/filestreams.asm
Willem3141/kernel
0
209577
initFilesystem: ; Set all file handles to unused ld hl, fileHandleTable ld (hl), 0xFF ld de, fileHandleTable + 1 ld bc, 8 * maxFileStreams ldir ret ;; openFileRead [Filestreams] ;; Opens a file stream in read-only mode. ;; Inputs: ;; DE: Path to file (string pointer) ;; Outputs: ;; Z: Se...
SoundEngine/DemoSource/sfx_nesasm.asm
beetrootpaul/FamiStudio
2
209578
<filename>SoundEngine/DemoSource/sfx_nesasm.asm ; This file is for the FamiStudio Sound Engine and was generated by FamiStudio sounds: .dw .ntsc .dw .ntsc .ntsc: .dw .sfx_ntsc_megamanhit .dw .sfx_ntsc_mushroom .sfx_ntsc_megamanhit: .db $85,$04,$84,$b3,$83,$ff,$8a,$0a,$89,$3f,$01,$84,$f3,$8a,$0b,$01 .d...
programs/oeis/132/A132315.asm
jmorken/loda
1
209579
<reponame>jmorken/loda ; A132315: Sum of the non-fourth powers less than or equal to n. ; 0,2,5,9,14,20,27,35,44,54,65,77,90,104,119,119,136,154,173,193,214,236,259,283,308,334,361,389,418,448,479,511,544,578,613,649,686,724,763,803,844,886,929,973,1018,1064,1111,1159,1208,1258,1309,1361,1414,1468 mov $3,$0 mov $6,$0 ...
kernel/driver/video.asm
TheMachine02/Sorcery
14
209580
<reponame>TheMachine02/Sorcery<gh_stars>10-100 define DRIVER_VIDEO_VRAM $D40000 define DRIVER_VIDEO_VRAM_SIZE $25800 define DRIVER_VIDEO_FRAMEBUFFER_SIZE $12C00 define DRIVER_VIDEO_CTRL $E30018 define DRIVER_VIDEO_CTRL_DEFAULT 10000100100100111b ; generate interrupt at vcomp & watermark enable & pwr & BGR & 8bpp...