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
libsrc/_DEVELOPMENT/math/float/am9511/lam32/c/sccz80/acosh_fastcall.asm
ahjelm/z88dk
640
120979
SECTION code_fp_am9511 PUBLIC acosh_fastcall EXTERN _am9511_acosh defc acosh_fastcall = _am9511_acosh ; SDCC bridge for Classic IF __CLASSIC PUBLIC _acosh_fastcall defc _acosh_fastcall = _am9511_acosh ENDIF
research/deficon/def_project-icon_36_279.asm
nicodex/HelloAmi
16
120980
<gh_stars>10-100 ; vasmm68k_mot[_<HOST>] -Fbin -o icon_36_279/def_project.info def_project-icon_36_279.asm ; ; Default "ENV:def_project.info" data included in "icon 36.279 (20.4.90)". ; include deficon.inc ifne DEFICON_MEM align 1 endif defIconProject: dc.w $E310 ; do_Magic = WB_DISKMAGIC dc...
oeis/021/A021904.asm
neoneye/loda-programs
11
120981
; A021904: Expansion of 1/((1-x)(1-4x)(1-8x)(1-9x)). ; Submitted by <NAME> ; 1,22,323,3992,44949,478074,4896391,48839164,477813017,4606751006,43913627979,414851195616,3890711480605,36272898564418,336508406905487,3108995652410948,28624326520414113,262765886779943910,2406068657415199315,21984023694406302760,2004914609370...
libsrc/_DEVELOPMENT/arch/ts2068/display/c/sccz80/tshc_saddrcdown.asm
Frodevan/z88dk
640
120982
; void *tshc_saddrcdown(void *saddr) SECTION code_clib SECTION code_arch PUBLIC tshc_saddrcdown EXTERN zx_saddrcdown defc tshc_saddrcdown = zx_saddrcdown ; SDCC bridge for Classic IF __CLASSIC PUBLIC _tshc_saddrcdown defc _tshc_saddrcdown = tshc_saddrcdown ENDIF
programs/oeis/154/A154958.asm
karttu/loda
0
120984
<filename>programs/oeis/154/A154958.asm ; A154958: Antidiagonal sums of number triangle A154957 regarded as a lower triangular infinite matrix. ; 1,1,2,1,2,1,3,2,4,2,4,2,5,3,6,3,6,3,7,4,8,4,8,4,9,5,10,5,10,5,11,6,12,6,12,6,13,7,14,7,14,7,15,8,16,8,16,8,17,9,18,9,18,9,19,10,20,10,20,10,21,11,22,11,22,11,23,12,24,12,24,1...
oeis/061/A061695.asm
neoneye/loda-programs
11
120985
; A061695: Generalized Bell numbers. ; Submitted by <NAME> ; 1,27,864,36000,1944000,133358400,11379916800,1185137049600,148142131200000,21908575180800000,3785801791242240000,756127866850836480000,172901238886557941760000,44887821634010234880000000,13132894100921851576320000000,4301460581188603786297344000000 mov $2,$0...
code/display/gui.asm
abekermsx/skooted
3
120988
initialize_gui: call initialize_gui_patterns call initialize_gui_sprites ret initialize_gui_patterns: ld hl,gui_layout ld de,6144 + 24 initialize_gui_rows: ld bc,8 ld a,(hl) sub 1 ret c jr z,initialize_gui_empty_row dec a ...
dv3/dv3/dir.asm
olifink/smsqe
0
120989
; DV3 Directory IO V3.00  1992 <NAME> section dv3 xdef dv3_dir xref dv3_rhdr xref dv3_minf xref dv3_xinf xref dv3_iqdt xref cv_dosrt include 'dev8_dv3_keys' include 'dev8_keys_hdr' include 'dev8_keys_dos' include 'dev8_keys_err' include 'dev8_keys_qdos_io' include 'dev8_keys_k' ;+++ ; Director...
demo/pow/math.compact.asm
AndreasMadsen/talk-benchmaking-nodejs-with-statistics
0
120990
> B6: for (var i = 0; i < 1000000; i++) { > CompareNumericAndBranch LT i39 i46 goto (B7, B9) Tagged cmp rax,0xf4240 ;; debug: position 56 jge 189 cmpq rsp,[r13+0xa88] ;; debug: position 40 jc 328 sum += Math.pow(i, 2); > Change i39 i to d allow-undefined-as-nan TaggedNumber vxorpd xmm2,xmm2,xmm2 ;; debu...
programs/oeis/118/A118090.asm
neoneye/loda
22
120992
<reponame>neoneye/loda<filename>programs/oeis/118/A118090.asm ; A118090: Start with 1 and repeatedly reverse the digits and add 44 to get the next term. ; 1,45,98,133,375,617,760,111,155,595,639,980,133,375,617,760,111,155,595,639,980,133,375,617,760,111,155,595,639,980,133,375,617,760,111,155,595,639,980,133,375,617,7...
oeis/345/A345444.asm
neoneye/loda-programs
11
120993
; A345444: a(n) = A344005(2*n+1). ; Submitted by <NAME> ; 1,2,4,6,8,10,12,5,16,18,6,22,24,26,28,30,11,14,36,12,40,42,9,46,48,17,52,10,18,58,60,27,25,66,23,70,72,24,21,78,80,82,34,29,88,13,30,19,96,44,100,102,14,106,108,36,112,45,26,34,120,41,124,126,42,130,56,54,136,138,47,65,29 mul $0,2 seq $0,344005 ; a(n) = smalles...
stage4/graphics_rectangle_algorithm.asm
amrwc/8086-graphics
5
120994
; Input: ; x0: [bp + 12] -> [bp + rect_x0] ; y0: [bp + 10] -> [bp + rect_y0] ; w: [bp + 8] -> [bp + rect_w] ; h: [bp + 6] -> [bp + rect_h] ; px: [bp + 4] -> [bp + px_set] %assign rect_x0 12 %assign rect_y0 10 %assign rect_w 8 %assign rect_h 6 %assign px_set 4 %assign rect_next_row 2 %include "...
apps/breakfast/pde_fw/toast/examples/Assembly (CCE)/msp430x24x_uscia1_spi_10.asm
tp-freeforall/breakfast
1
120995
<reponame>tp-freeforall/breakfast ;******************************************************************************* ; MSP430x24x Demo - USCI_A1, SPI 3-Wire Slave Data Echo ; ; Description: SPI slave talks to SPI master using 3-wire mode. Data received ; from master is echoed back. USCI RX ISR is used to handl...
common/quikrelo.asm
DigitalMars/optlink
28
120997
<reponame>DigitalMars/optlink TITLE QUICK_RELOCS - Copyright (c) SLR Systems 1994 INCLUDE MACROS INCLUDE RELOCSS INCLUDE SEGMSYMS PUBLIC QUICK_RELOCS .DATA EXTERNDEF FIRST_RELOC_GINDEX:DWORD EXTERNDEF RELOC_GARRAY:STD_PTR_S .CODE PASS2_TEXT EXTERNDEF GET_NEW_LOG_BLK:PROC QUICK_VARS STRUC ...
IO/console.asm
jorgemb/cell-wars-asm
0
120998
;###########################################; ; Console utilities. ; ;###########################################; ; --------------------------------------; ; Clears the screen ; --------------------------------------; CLEAR_SCREEN PROC NEAR PUSH 0007h ; White characters in black background PUSH 184Fh ; Lower r...
Menus/common_menu.asm
ped7g/EliteNext
9
120999
txt_commander DB "COMMANDER",0 txt_inventory DB "INVENTORY",0 txt_present_system DB "Present System :",0 txt_hyperspace_system DB "Hyperspace System:",0 txt_condition DB "Condition :",0 txt_fuel DB "Fuel :",0 txt_cash DB "Cash :",0 txt_legal_status DB "Legal Status:",0 txt_rati...
libsrc/_DEVELOPMENT/string/z80/__str_locate_nul.asm
UnivEngineer/z88dk
1
121000
SECTION code_clib SECTION code_string PUBLIC __str_locate_nul __str_locate_nul: ; enter : hl = char *s ; ; exit : hl = ptr in s to terminating 0 ; bc = -(strlen + 1) ; a = 0 ; carry reset ; ; uses : af, bc, hl xor a ld c,a ld b,a IF __CPU_INTEL__ || __CP...
nes-test-roms/mmc3_irq_tests/source/prefix_cpu.asm
joebentley/ones
1,461
121001
<filename>nes-test-roms/mmc3_irq_tests/source/prefix_cpu.asm .include "validation.a" ; Arrange for IRQ to be pending on return. ; Preserved: A, X, Y setup_pending_irq: sei pha lda #$40 ; clear frame irq flag sta $4017 lda #$00 ; begin mode 0 sta $4017 ...
oeis/157/A157201.asm
neoneye/loda-programs
11
121002
; A157201: Numbers k such that 66*k + 1 is prime. ; Submitted by <NAME> ; 1,3,5,6,7,10,11,13,15,17,20,22,27,32,33,35,36,41,45,46,48,50,52,53,55,56,61,62,63,66,67,70,75,80,81,82,83,87,91,92,95,96,98,102,106,108,112,113,115,117,118,122,126,130,131,132,133,137,138,140,143,148,150,151 mov $2,$0 add $2,6 pow $2,2 lpb $2 ...
src/spread/sprites/tclc.asm
olifink/qspread
0
121003
;Sprite source code generated with EASYSOURCE V3.02 ; 1991/92 <NAME> Software ;************************************************ ; -> tclc <- 1993 Jul 03 00:13:39 section sprite xdef mes_tclc xref mes_zero mes_tclc sp1_tclc dc.w $0100,$0000 ;form, time/adaption dc.w $000F,$0015 ;...
Morse.asm
MahmoudElOmar/morse-encoder-pic
0
121004
<filename>Morse.asm #INCLUDE <P16F877.INC> CBLOCK 0X020 LENGTH ENDC CBLOCK 0X22 A1 ENDC CBLOCK 0X24 A2 ENDC CBLOCK 0X26 A3 ENDC ORG 0X000 GOTO MAIN ORG 0X004 BTFSS PIR1,RCIF ; CHECKING FOR RECEIVE INTERRUPT GOTO $+4 ; SKIP AND TEST FOR THE NEXT POTENTIAL INTERRUPT C...
src/Keyboard.asm
gschizas/amstrad-diagnostics
60
121006
IsAnyKeyPressed: ld hl, EdgeOnKeyboardMatrixBuffer ld a, 0 ld b, 10 .loop: or (hl) inc hl djnz .loop or a ret ReadFullKeyboard: ; code from http://cpctech.cpc-live.com/source/keyboard.html ;; This example shows the correct method to read the keyboard and ;; joysticks on the CPC, CPC+ and KC Compact. ;...
base/boot/detect/i386/pccarda.asm
npocmaka/Windows-Server-2003
17
121008
<reponame>npocmaka/Windows-Server-2003 title "PcCard IRQ detection" ;++ ; ; Copyright (c) 1989 Microsoft Corporation ; ; Module Name: ; ; pccarda.asm ; ; Abstract: ; ; This module implements the assembly code necessary to support the ; scanning of ISA IRQ's for cardbus controllers. ; ;...
002-assembly/common-loop-double.asm
dingjingmaster/learn-kernel
0
121012
<gh_stars>0 .text .global _main _main: xorq %rax, %rax movq $2, %rbx outer: movq $3, %rcx inner: incq %rax decq %rcx cmpq $0, %rcx jne inner decq %rbx cmpq $0, %rbx jne outer movq $60, %rax xorq %rdi, %rdi syscall .end
programs/oeis/017/A017239.asm
neoneye/loda
22
121013
<filename>programs/oeis/017/A017239.asm<gh_stars>10-100 ; A017239: a(n) = (9*n + 6)^7. ; 279936,170859375,4586471424,42618442977,230539333248,897410677851,2799360000000,7446353252589,17565568854912,37725479487783,75144747810816,140710042265625,250226879128704,425927596977747,698260569735168,1107984764452581,17085937500...
smsq/atari/driver/dv3.asm
olifink/smsqe
0
121014
<reponame>olifink/smsqe ; SMSQ Atari DV3 Main Routine section header xref smsq_end xref.l dv3_vers header_base dc.l dv3_base-header_base ; length of header dc.l 0 ; module length unknown dc.l smsq_end-dv3_base ; loaded length dc.l 0 ; checksum dc.l 0 ; always select dc.b 1 ; 1 level down dc.b...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_3623_167.asm
ljhsiun2/medusa
9
121015
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r14 push %r8 push %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x18037, %rcx cmp $759, %r8 mov (%rcx), %bp sub %r8, %r8 lea addresses_A_ht+0xdeb7, %r14 nop nop sub %r8, %r8 mov $0x6162636465666768, %rbx movq %rbx, %xmm0 movu...
Library/GrObj/UI/uiObscureAttrControl.asm
steakknife/pcgeos
504
121016
<filename>Library/GrObj/UI/uiObscureAttrControl.asm COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1991 -- All Rights Reserved PROJECT: PC GEOS MODULE: FILE: uiObscureAttrControl.asm AUTHOR: <NAME> REVISION HISTORY: Name Date Description ---- ---- ...
programs/oeis/137/A137709.asm
jmorken/loda
1
121017
<reponame>jmorken/loda<filename>programs/oeis/137/A137709.asm ; A137709: Secondary Upper Wythoff Sequence. ; 3,4,9,10,13,14,19,20,25,26,29,30,35,36,39,40,45,46,51,52,55,56,61,62,67,68,71,72,77,78,81,82,87,88,93,94,97,98,103,104,107,108,113,114,119,120,123,124,129,130,135,136,139,140,145,146,149,150,155,156 mov $3,$0 a...
src/LKS/STRUCT.asm
Kannagi/LKS
6
121018
.STRUCT SLKS_DMA Enable db Bank db SrcR dw Src1 dw Dst1 dw Size1 dw Src2 dw Dst2 dw Size2 dw Src3 dw Dst3 dw Size3 dw Src4 dw Dst4 dw Size4 dw Func dw dmat dw .ENDST .STRUCT SLKS_FADE timer dw brg db phase db vin db vout db .ENDST .STRUCT SLKS_OAM zorderadr dw n1 db n2 db x dw y dw tile dw ext ...
programs/oeis/287/A287580.asm
karttu/loda
1
121019
; A287580: Positions of 3 in A287576. ; 2,7,12,13,17,22,27,32,36,37,42,47,51,56,57,62,67,72,73,78,82,87,92,93,97,102,107,112,116,117,122,127,132,133,138,143,147,152,153,158,162,167,172,173,177,182,187,192,193,198,203,208,212,213,218,223,227,232,233,238,242,247,252,253,257,262,267,272,276,277,282,287,291,296,297,302,306...
libsrc/target/lviv/stdio/conio_vars.asm
ahjelm/z88dk
640
121020
<gh_stars>100-1000 SECTION data_clib PUBLIC __lviv_ink PUBLIC __lviv_paper __lviv_ink: defb @10001000 __lviv_paper: defb @00000000 SECTION code_crt_init EXTERN __BSS_END_tail EXTERN __HIMEM_head EXTERN __HIMEM_END_tail ld hl,__BSS_END_tai...
raid/Setup/list/physdsk.asm
OS2World/DRV-VRAID
0
121021
title ../../../Lib/physdsk.c .386 .387 includelib cppom30.lib includelib os2386.lib CODE32 segment dword use32 public 'CODE' CODE32 ends DATA32 segment dword use32 public 'DATA' DATA32 ends CONST32_RO segment dword use32 public 'CONST' CONST32_RO ends BSS32 segment dword use32 public 'BSS' BSS32 ends DGROUP group ...
programs/oeis/138/A138288.asm
neoneye/loda
22
121023
; A138288: a(n) = A054320(n) - A001078(n). ; 1,9,89,881,8721,86329,854569,8459361,83739041,828931049,8205571449,81226783441,804062262961,7959395846169,78789896198729,779939566141121,7720605765212481,76426118085983689,756540575094624409,7488979632860260401,74133255753507979601,733843577902219535609,726430252326868737648...
oeis/294/A294442.asm
neoneye/loda-programs
11
121025
; A294442: Kepler's tree of fractions, read across rows (the fraction i/j is represented as the pair i,j). ; Submitted by <NAME> ; 1,1,1,2,1,3,2,3,1,4,3,4,2,5,3,5,1,5,4,5,3,7,4,7,2,7,5,7,3,8,5,8,1,6,5,6,4,9,5,9,3,10,7,10,4,11,7,11,2,9,7,9,5,12,7,12,3,11,8,11,5,13,8,13,1,7,6,7,5,11,6,11,4,13,9,13,5,14,9,14,3,13,10,13,7,...
audio/music/lookmysticalman.asm
Dev727/ancientplatinum
28
121026
<filename>audio/music/lookmysticalman.asm Music_LookMysticalMan: musicheader 4, 1, Music_LookMysticalMan_Ch1 musicheader 1, 2, Music_LookMysticalMan_Ch2 musicheader 1, 3, Music_LookMysticalMan_Ch3 musicheader 1, 4, Music_LookMysticalMan_Ch4 Music_LookMysticalMan_Ch1: tempo 136 volume $77 vibrato $a, $34 tone $...
libsrc/_DEVELOPMENT/z80/c/sccz80/z80_otdr_callee.asm
teknoplop/z88dk
0
121027
; void *z80_otdr(void *src, uint16_t port) SECTION code_clib SECTION code_z80 PUBLIC z80_otdr_callee EXTERN asm_z80_otdr z80_otdr_callee: pop hl pop bc ex (sp),hl jp asm_z80_otdr
oeis/004/A004655.asm
neoneye/loda-programs
11
121028
<filename>oeis/004/A004655.asm ; A004655: Powers of 2 written in base 16. ; Submitted by <NAME> ; 1,2,4,8,10,20,40,80,100,200,400,800,1000,2000,4000,8000,10000,20000,40000,80000,100000,200000,400000,800000,1000000,2000000,4000000,8000000,10000000,20000000,40000000,80000000,100000000,200000000,400000000,800000000,100000...
oeis/334/A334656.asm
neoneye/loda-programs
11
121029
; A334656: a(n) is the number of words of length n on the alphabet {0,1,2} with the number of 0's plus the number of 1's congruent to the number of 2's modulo 3. ; Submitted by <NAME> ; 1,0,4,9,24,90,225,756,2160,6561,19764,58806,177633,530712,1595052,4782969,14346720,43053282,129127041,387440172,1162241784,3486784401,...
programs/oeis/016/A016208.asm
karttu/loda
0
121030
<reponame>karttu/loda ; A016208: Expansion of 1/((1-x)*(1-3*x)*(1-4*x)). ; 1,8,45,220,1001,4368,18565,77540,320001,1309528,5326685,21572460,87087001,350739488,1410132405,5662052980,22712782001,91044838248,364760483725,1460785327100,5848371485001,23409176469808,93683777468645,374876324642820,1499928942876001,60009867044...
programs/oeis/072/A072690.asm
neoneye/loda
22
121031
; A072690: (n - A048760(n)) * (A048761(n) - n). ; 0,2,2,0,4,6,6,4,0,6,10,12,12,10,6,0,8,14,18,20,20,18,14,8,0,10,18,24,28,30,30,28,24,18,10,0,12,22,30,36,40,42,42,40,36,30,22,12,0,14,26,36,44,50,54,56,56,54,50,44,36,26,14,0,16,30,42,52,60,66,70,72,72,70,66 mov $2,1 lpb $0 add $2,2 mov $1,$2 sub $1,$0 mul $1,$0...
Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xa0_notsx.log_21829_294.asm
ljhsiun2/medusa
9
121032
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r14 push %r15 push %rsi lea addresses_normal_ht+0x71df, %r11 nop and %r15, %r15 movw $0x6162, (%r11) xor %r14, %r14 pop %rsi pop %r15 pop %r14 pop %r11 ret .global s_faulty_load s_faulty_load: push %r11 push %r12 push %r13 push %rcx push %rsi // Faulty ...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_614.asm
ljhsiun2/medusa
9
121033
<reponame>ljhsiun2/medusa<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %r15 push %r9 push %rbp push %rcx push %rdi push %rsi lea addresses_WT_ht+0x1c54f, %r12 nop cmp $57227, %r10 mov $0x6162636465666768, %rsi movq %rsi, %xmm2 vmovups %ymm2, (%r12) nop nop nop nop and %r...
programs/oeis/008/A008644.asm
neoneye/loda
22
121034
<filename>programs/oeis/008/A008644.asm ; A008644: Molien series of 5 X 5 upper triangular matrices over GF( 2 ). ; 1,1,2,2,4,4,6,6,10,10,14,14,20,20,26,26,36,36,46,46,60,60,74,74,94,94,114,114,140,140,166,166,201,201,236,236,280,280,324,324,380,380,436,436,504,504,572,572,656,656,740,740,840,840,940,940,1060,1060,1180...
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_2965_1113.asm
ljhsiun2/medusa
9
121036
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r15 push %r8 push %rax push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0xac7e, %r11 nop nop nop nop and $36792, %r15 vmovups (%r11), %ymm0 vextracti128 $0, %ymm0, %xmm0 vpextrq $0, %xmm0, %rbp nop nop add %r15, %r15 lea address...
Appl/Preferences/PrefMgr/prefmgrTitledSummons.asm
steakknife/pcgeos
504
121037
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1990 -- All Rights Reserved PROJECT: Config MODULE: FILE: prefmgrTitledSummons.asm AUTHOR: <NAME>, Dec 3, 1990 ROUTINES: Name Description ---- ----------- REVISION HISTORY: Name Date ...
programs/oeis/078/A078442.asm
neoneye/loda
22
121038
; A078442: a(p) = a(n) + 1 if p is the n-th prime, prime(n); a(n)=0 if n is not prime. ; 0,1,2,0,3,0,1,0,0,0,4,0,1,0,0,0,2,0,1,0,0,0,1,0,0,0,0,0,1,0,5,0,0,0,0,0,1,0,0,0,2,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,3,0,1,0,0,0,0,0,2,0,0,0,1,0,1,0,0,0,0,0,1,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0 mov $3,2 mov $5,$0 lpb $3 mo...
src/weapons.asm
santiontanon/triton
41
121039
<reponame>santiontanon/triton ;----------------------------------------------- load_weapon_tiles: ld hl,(player_weapon_change_ptr) ld de,buffer5 call unpack_compressed ld de,CHRTBL2+FIRST_WEAPON_TILE*8 load_weapon_tiles_entry_point: ld a,3 load_weapon_tiles_loop: ld bc,N_WEAPON_TILES*8 push af ld hl,buffer5 ...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_39_675.asm
ljhsiun2/medusa
9
121040
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r15 push %r9 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x4404, %r10 nop cmp $12981, %rbp movb (%r10), %r15b nop nop nop dec %r12 lea addresses_WC_ht+0x11404, %r15 nop add %rdx, %rdx mov $0x6162636465666768,...
kernel/asm/startup-common.asm
pwoolcoc/redox
0
121041
<reponame>pwoolcoc/redox SECTION .text USE16 startup: ; enable A20-Line via IO-Port 92, might not work on all motherboards in al, 0x92 or al, 2 out 0x92, al ; loading kernel to 1MiB ; move part of kernel to startup_end via bootsector#load and then copy it up ; repeat until all of the kernel is loaded ...
Transynther/x86/_processed/NONE/_un_/i9-9900K_12_0xa0.log_1_72.asm
ljhsiun2/medusa
9
121042
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r15 push %rax push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x8939, %rbx nop nop nop add %rdx, %rdx movb (%rbx), %al nop nop cmp %rax, %rax lea addresses_UC_ht+0x17f69, %r15 nop add %rbx, %rbx mov $0x6162636465666768, %rsi movq %rsi, %x...
examples/direct/test_load_store.asm
hughperkins/toy_proc
4
121043
<filename>examples/direct/test_load_store.asm # test sw li x2, 700 li x1, 123 outr x1 ; 123 ; outr x2 ; 500 sw x1, 0(x2) ; store 123 to addr 500 outloc 700 ; OUT 123 li x2, 800 li x1, 111 sw x1, 0(x2) outloc 800 ; 111 outloc 700 ; 123 outloc 800 ; 111 # test non-zero offset to load and store li x1,...
projects/Links_Awakening_gb_noconfig.windfish/disassembly/bank_1A.asm
jverkoey/awaken
68
121044
<filename>projects/Links_Awakening_gb_noconfig.windfish/disassembly/bank_1A.asm SECTION "ROM Bank 1A", ROMX[$4000], BANK[$1A] db $03, $04, $F0, $F5, $F2, $F5, $01, $F5 db $21, $F5, $C4, $09, $F5, $C5, $F8, $F5 db $C2, $47, $F5, $C2, $42, $F5, $C3, $33 db $F5, $C2, $44, $F5, $10, $F5, $20, $3C ...
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca_notsx.log_21829_500.asm
ljhsiun2/medusa
9
121046
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r14 push %r8 push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0x159de, %rsi lea addresses_A_ht+0x16634, %rdi nop nop nop nop sub $22122, %rbx mov $61, %rcx rep movsl nop nop nop nop nop and $35689, %r14 lea addresses_WC_ht+0x183d4, %rsi lea address...
repaint.asm
laerreal/flyshooter
0
121047
<filename>repaint.asm repaint: push es push ds push di push si mov ax,9000h mov ds,ax xor si,si mov ax,0a000h mov es,ax xor di,di mov cx,320*50 rep movsd pop si pop di pop ds pop es ret
F0xC_WIN/include/util/printInt.asm
Pusty/F0xC
0
121048
%ifndef PRINT_INT %define PRINT_INT ;%include "printChar.asm" ;%include "mathPow.asm" ;1 args (dword) ;example push dword 12888 call printInt ;_WriteFile@20 in kernel32 ;std_addr = ADDR TEMP STORAGE ;std_tmp = 16 byte reserved ;std_handle = STD OUTPUT HANDLE printInt: ;print stuff to the screen as a number in...
disasm.asm
AinoraZ/Intel-8086-Disassembler
1
121049
; @Author: <NAME> VU MIF PS group 4 subgroup 2 .MODEL small .STACK 100h .DATA arg_msg DB "Ainoras Zukauskas Programu sistemos 4 grupe 2 pogrupis.",13,10 arg2_msg DB "Programa kuri vercia masininy koda i assemblery.$" cant_open DB 13,10,"Can't open",13,10,'$' ; Message for file open error file_n DB 40 DUP(0)...
oeis/112/A112952.asm
neoneye/loda-programs
11
121050
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A112952: Smaller of two ternary (base 3) numbers (each using only 0's and 1's, the latter's positions never coinciding) such that the decimal representation of their difference is n. ; Submitted by <NAME> ; 0,0,1,0,0,11,10,10,1,0,0,1,0,0,111,110,110,101,100,100,101,100,...
libsrc/_DEVELOPMENT/arch/zxn/esxdos/z80/asm_esx_f_seekdir.asm
jpoikela/z88dk
640
121051
; unsigned char esx_f_seekdir(unsigned char handle,uint32_t pos) INCLUDE "config_private.inc" SECTION code_esxdos PUBLIC asm_esx_f_seekdir EXTERN error_znc EXTERN __esxdos_error_mc asm_esx_f_seekdir: ; enter : a = handle ; bcde = directory position ; ; exit : success ; ; h...
programs/oeis/144/A144139.asm
neoneye/loda
22
121052
; A144139: Chebyshev polynomial of the second kind U(4,n). ; 1,5,209,1189,3905,9701,20305,37829,64769,104005,158801,232805,330049,454949,612305,807301,1045505,1332869,1675729,2080805,2555201,3106405,3742289,4471109,5301505,6242501,7303505,8494309,9825089,11306405,12949201,14764805,16764929,18961669,21367505,23995301,26...
eurasia/services4/srvclient/devices/sgx/pds_iter_primary.asm
shaqfu786/GFX_Linux_DDK
3
121054
<reponame>shaqfu786/GFX_Linux_DDK /***************************************************************************** Name : pds_iter_primary.asm Title : PDS program Author : PowerVR Created : Fri Apr 25 11:46:23 BST 2008 Copyright : 2008 by Imagination Technologies Limited. All rights reserved. No part o...
Fib.asm
Enter1he/Fibonacci-with-Nasm
0
121055
;Fib.asm ;printing first 21 Fibonacci numbers using C standard library extern _printf section .data msg db "over.", 10,0 a db "%d", 10, 0 section .text global _main %define A dword[ebp-4] %define B dword[ebp-8] prInt: push ebp mov ebp, esp mov eax, [ebp+8] push dword[ebp+8] pus...
new_bbc_bringup/flasher/common.asm
kant/myelin-acorn-electron-hardware
42
121056
<gh_stars>10-100 ; Copyright 2017 Google Inc. ; ; Licensed under the Apache License, Version 2.0 (the "License"); ; you may not use this file except in compliance with the License. ; You may obtain a copy of the License at ; ; http://www.apache.org/licenses/LICENSE-2.0 ; ; Unless required by applicable law or agree...
src/map.asm
pmwasson/text-base-game
4
121057
;----------------------------------------------------------------------------- ; <NAME> - 2021 ;----------------------------------------------------------------------------- ; Game map ; 64 wide ; height is easy to change and will be added to as the map progresses ; Need to block all the edges: 2 tiles on the side and ...
oeis/143/A143787.asm
neoneye/loda-programs
11
121058
; A143787: Number of compositions of n into floor((3*j)/2) kinds of j's for all j>=1. ; Submitted by <NAME> ; 1,1,4,11,33,95,278,808,2355,6856,19969,58151,169353,493190,1436288,4182793,12181260,35474611,103310209,300862991,876181998,2551642760,7430968523,21640683328,63022629465,183536340391,534499885849,1556586163406,4...
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_878.asm
ljhsiun2/medusa
9
121061
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r15 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_WT_ht+0xf328, %rsi lea addresses_WC_ht+0xffe8, %rdi nop nop nop inc %rbp mov $90, %rcx rep movsw add %r13, %r13 lea addresses_WC_ht+0x112e8, %rbx nop nop nop nop nop and $15683, %r1...
oeis/280/A280049.asm
neoneye/loda-programs
11
121062
<filename>oeis/280/A280049.asm<gh_stars>10-100 ; A280049: Canonical representation of n as a sum of distinct Jacobsthal numbers J(n) (A001045) (see Comments for details); also binary numbers that end in an even number of zeros.. ; Submitted by <NAME> ; 1,11,100,101,111,1001,1011,1100,1101,1111,10000,10001,10011,10100,1...
programs/oeis/255/A255994.asm
jmorken/loda
1
121064
; A255994: Number of length n+3 0..1 arrays with at most one downstep in every n consecutive neighbor pairs. ; 16,32,53,80,114,156,207,268,340,424,521,632,758,900,1059,1236,1432,1648,1885,2144,2426,2732,3063,3420,3804,4216,4657,5128,5630,6164,6731,7332,7968,8640,9349,10096,10882,11708,12575,13484,14436,15432,16473,1756...
oeis/278/A278472.asm
neoneye/loda-programs
11
121065
; A278472: a(n) = Sum_{i=0..n} Fibonacci(i+1)*binomial(2*n-i+2, n+2). ; Submitted by <NAME> ; 1,5,22,92,376,1518,6085,24285,96647,383911,1523117,6037745,23920853,94737897,375125126,1485173396,5879740780,23277813786,92160762514,364906983652,1444972555742,5722488162840,22665368420672,89783494878902,355703594801956,140941...
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48_notsx.log_21829_1193.asm
ljhsiun2/medusa
9
121066
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r8 push %rbp push %rcx push %rdi push %rsi lea addresses_normal_ht+0x16f11, %rsi lea addresses_A_ht+0x4e30, %rdi clflush (%rdi) nop nop nop nop sub $56834, %r11 mov $78, %rcx rep movsw nop nop nop nop inc %rbp lea addresses_WC_ht+0x144a1, %rsi lea a...
target/cos_117/disasm/iop_overlay1/LCP.asm
jrrk2/cray-sim
49
121067
<reponame>jrrk2/cray-sim 0x0000 (0x000000) 0x1800-0x4331 f:00014 d: 0 | A = 17201 (0x4331) 0x0002 (0x000004) 0x291E- f:00024 d: 286 | OR[286] = A 0x0003 (0x000006) 0x2100- f:00020 d: 256 | A = OR[256] 0x0004 (0x000008) 0x1404- f:00012 d: 4 | A = A ...
test/gameboy/minios/irq.asm
gb-archive/asmotor
0
121068
<reponame>gb-archive/asmotor ;*************************************************************************** ;* ;* IRQ.ASM - Routines for interrupts ;* ;* irq_Init - Initialize interrupt system ;* irq_Set - Set an interrupt pointer ;* ;*************************************************************************** ...
pwnlib/shellcraft/templates/amd64/linux/stager.asm
DrKeineLust/pwntools
8,966
121069
<% from pwnlib.shellcraft import common %> <% from pwnlib.shellcraft import amd64 %> <%docstring> Recives a fixed sized payload into a mmaped buffer Useful in conjuncion with findpeer. After running the socket will be left in RDI. Args: sock, the socket to read the payload from. size, the size of the payload </...
programs/oeis/334/A334576.asm
karttu/loda
1
121070
<reponame>karttu/loda<filename>programs/oeis/334/A334576.asm ; A334576: a(n) is the X-coordinate of the n-th point of the space filling curve P defined in Comments section; sequence A334577 gives Y-coordinates. ; 0,1,2,2,2,3,3,3,4,5,6,6,5,4,4,4,4,5,6,6,6,7,7,7,7,6,5,5,6,7,7,7,8,9,10,10,10,11,11,11,12,13,14,14,13,12,12,...
oeis/270/A270297.asm
neoneye/loda-programs
11
121071
<reponame>neoneye/loda-programs ; A270297: Numbers which are representable as a sum of seven but no fewer consecutive nonnegative integers. ; Submitted by <NAME>(m4a) ; 28,56,112,196,224,308,364,392,448,476,532,616,644,728,784,812,868,896,952,1036,1064,1148,1204,1232,1288,1316,1372,1456,1484,1568,1624,1652,1708,1736,17...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1859.asm
ljhsiun2/medusa
9
121073
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r8 push %r9 push %rbp push %rcx push %rdi push %rsi lea addresses_WT_ht+0x19b99, %rbp nop nop nop nop cmp $49543, %r9 movw $0x6162, (%rbp) add $10679, %rcx lea addresses_WT_ht+0xc205, %r12 nop cmp %r13, %r13 movb $0x61, (%r12) nop inc...
dos/path.asm
minblock/msdos
0
121074
TITLE PATH - Directory related system calls NAME PATH ; ; Microsoft Confidential ; Copyright (C) Microsoft Corporation 1991 ; All Rights Reserved. ; ;** Directory related system calls. These will be passed direct text of the ; pathname from the user. They will need to be passed through the macro ; expander prior ...
KEK/Source/Macosx-amd64/Logger.asm
MarcasRealAccount/VulkanInAssemblyWHYYYYY
3
121075
%include "Common.asminc" %if BUILD_IS_SYSTEM_MACOSX && BUILD_IS_PLATFORM_AMD64 %include "Macosx-amd64/LibC.asminc" %include "Macosx-amd64/Logger.asminc" section .rodata LoggerFormat: db 33o, "[38;2;%sm[%s] %s: %s", 33o, "[39m", 10, 0 LoggerInfoStr: db "Info", 0 LoggerInfoColor: db "255;255;255", 0...
oeis/003/A003168.asm
neoneye/loda-programs
11
121076
; A003168: Number of blobs with 2n+1 edges. ; Submitted by <NAME> ; 1,1,4,21,126,818,5594,39693,289510,2157150,16348960,125642146,976789620,7668465964,60708178054,484093913917,3884724864390,31348290348086,254225828706248,2070856216759478,16936016649259364,139007426692408092,1144688156705339156,9454413786927081746,78301...
oeis/060/A060507.asm
neoneye/loda-programs
11
121077
<filename>oeis/060/A060507.asm ; A060507: Denominators of the asymptotic expansion of the Airy function Ai(x). ; Submitted by <NAME>(w4) ; 1,72,3456,746496,214990848,1719926784,743008370688,53496602689536,10271347716390912,6655833320221310976,958439998111868780544,23002559954684850733056 mul $0,2 mov $1,1 lpb $0 mov...
win32/VC10/Win32/libxml2_Debug/chvalid.asm
txwizard/libxml2_x64_and_ARM
0
121078
; Listing generated by Microsoft (R) Optimizing Compiler Version 19.16.27027.1 TITLE C:\Users\DAG\Documents\_Clients\CodeProject Authors Group\Windows on ARM\libxml2\libxml2-2.9.9\chvalid.c .686P .XMM include listing.inc .model flat INCLUDELIB MSVCRTD INCLUDELIB OLDNAMES PUBLIC _xmlIsBaseCharGroup PUBLIC _xmlI...
base/boot/detect/i386/diska.asm
npocmaka/Windows-Server-2003
17
121080
<gh_stars>10-100 title "Int13 Drive parameter information detection" ;++ ; ; Copyright (c) 1989 Microsoft Corporation ; ; Module Name: ; ; diska.asm ; ; Abstract: ; ; This module implements the assembley code necessary to detect/collect ; harddisk paramter information. ; ; Author: ; ;...
Lab Assessment Submission/Lab 1/LAB 1 ASSES.asm
taslimatamanna/CSE331L-Section-10-Fall20-NSU
0
121083
; You may customize this and other start-up templates; ; The location of this template is c:\emu8086\inc\0_com_template.txt org 100h ;#include<stdio.h> MOV AX, 1 ADD al,5 ADD AL,5 ; add your code here ret;
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_21829_2658.asm
ljhsiun2/medusa
9
121085
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r15 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_A_ht+0x192bc, %rsi lea addresses_normal_ht+0xcfc, %rdi nop nop nop nop nop xor $29956, %r13 mov $43, %rcx rep movsw nop nop nop nop nop and %r13, %r13 lea addresses_WC_ht+0x1780c, %...
src/test/ref/examples/mega65/raster65.asm
jbrandwood/kickc
2
121087
<gh_stars>1-10 // Raster65 Demo re-implementation in C by <NAME> // Based on RASTER65 assembler demo made in 2015 and updated in 2020 by DEFT // https://mega.scryptos.com/sharefolder/MEGA/MEGA65+filehost // https://www.forum64.de/index.php?thread/104591-xemu-vic-iv-implementation-update/&postID=1560511#post1560511 ///...
u7bg/eop1-entryPoints.asm
JohnGlassmyer/UltimaHacks
68
121088
%include "include/u7bg-all-includes.asm" startPatch EXE_LENGTH, eop1-entryPoints startBlockAt addr_eop1_entry1 jmp calcJump(off_eop1_varArgsDispatcher) times 3 nop endBlockOfLength 5 startBlockAt addr_eop1_entry2 retf times 4 nop endBlockOfLength 5 startBlockAt addr_eop1_entry3 retf times...
programs/oeis/166/A166753.asm
jmorken/loda
1
121089
; A166753: Partial sums of A166752. ; 1,2,5,6,17,18,61,62,233,234,917,918,3649,3650,14573,14574,58265,58266,233029,233030,932081,932082,3728285,3728286,14913097,14913098,59652341,59652342,238609313,238609314,954437197,954437198,3817748729,3817748730,15270994853,15270994854,61083979345,61083979346,244335917309,244335917...
alink/t2.asm
Lucky-sudo/OS
0
121090
<reponame>Lucky-sudo/OS ; t2.asm ; assemble with: ; nasm -fobj t2.asm ; ; link with ; alink -oPE t2 ; ; run with ; t2 ; ; expected output is four message boxes. First two say "Hello" in title ; last two say "Bye" in title import start tdll.dll import title1 tdll.dll extern start extern title1 se...
src/test/ref/labelgoto-2.asm
jbrandwood/kickc
2
121091
<reponame>jbrandwood/kickc<filename>src/test/ref/labelgoto-2.asm // Test labels/goto // a simple goto a forward label // Commodore 64 PRG executable file .file [name="labelgoto-2.prg", type="prg", segments="Program"] .segmentdef Program [segments="Basic, Code, Data"] .segmentdef Basic [start=$0801] .segmentdef Code [...
oeis/153/A153426.asm
neoneye/loda-programs
11
121092
<filename>oeis/153/A153426.asm<gh_stars>10-100 ; A153426: a(n) = (n+1)! mod prime(n). ; Submitted by <NAME> ; 0,0,4,1,5,9,13,18,21,11,16,17,15,41,41,7,1,42,22,6,56,78,33,21,2,73,84,12,44,59,125,109,90,53,57,96,48,118,152,128,6,82,118,75,18,110,104,214,157,82,166,212,6,84,183,261,48,189,76,125,55,23,243,300,179,47,112,1...
Outside/exe/main_win_rel.asm
in4k/SailingBeyond
1
121093
; Listing generated by Microsoft (R) Optimizing Compiler Version 19.00.24215.1 TITLE D:\!!Scene\rw2018\Outside\src\main_win_rel.cpp .686P .XMM include listing.inc .model flat INCLUDELIB LIBCMT INCLUDELIB OLDNAMES PUBLIC __fltused _BSS SEGMENT __fltused DD 01H DUP (?) _BSS ENDS _DATA SEGMENT ?sc...
navis/navis.asm
StraDaMa/mmbn6-pikachu-boss-battle
7
121094
<gh_stars>1-10 .include "pikachu/pikachu.asm" ;Write character parameters .vorg 0x080182C4 + (PIKACHU_ENEMY_ID * 3), 0x08018844 + (PIKACHU_ENEMY_ID * 3) ;level, virus/navi, aiIndex .byte 0x00, 0x01, PIKACHU_AI_ID; 0161 ;navi struct1 .vorg 0x080F24D8 + (PIKACHU_AI_ID * 4), 0x080F7E80 + (PIKACHU_AI_ID * 4) .word pika...
src/test/ref/initializer-2.asm
jbrandwood/kickc
2
121097
// Demonstrates initializing an array of structs // Array of structs containing chars // Commodore 64 PRG executable file .file [name="initializer-2.prg", type="prg", segments="Program"] .segmentdef Program [segments="Basic, Code, Data"] .segmentdef Basic [start=$0801] .segmentdef Code [start=$80d] .segmentdef Data [...
oeis/119/A119700.asm
neoneye/loda-programs
11
121098
; A119700: n*binomial(2*n, n)*Fibonacci(n)^2. ; Submitted by <NAME> ; 0,2,12,240,2520,31500,354816,4060056,45405360,505842480,5588869000,61464995592,672880545792,7340296254200,79824251379600,865788437880000,9368862119134560,101178055201047660,1090713358902182400,11739380070425284200 mov $2,$0 seq $0,119701 ; n*binomia...
_anim/Newtron.asm
kodishmediacenter/msu-md-sonic
9
121099
; --------------------------------------------------------------------------- ; Animation script - Newtron enemy ; --------------------------------------------------------------------------- Ani_Newt: dc.w A_Newt_Blank-Ani_Newt dc.w A_Newt_Drop-Ani_Newt dc.w A_Newt_Fly1-Ani_Newt dc.w A_Newt_Fly2-Ani_Newt dc.w A...
Transynther/x86/_processed/NONE/_ht_st_zr_un_/i7-8650U_0xd2.log_2873_1561.asm
ljhsiun2/medusa
9
121100
<filename>Transynther/x86/_processed/NONE/_ht_st_zr_un_/i7-8650U_0xd2.log_2873_1561.asm .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r15 push %r8 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x81f8, %rsi nop nop dec %r8 mov $0x6162636465666768, %r15 movq %r15, %xmm5 vm...
oeis/346/A346960.asm
neoneye/loda-programs
11
121101
<filename>oeis/346/A346960.asm ; A346960: a(0) = 0, a(1) = 1; a(n) = n * (n+1) * a(n-1) + a(n-2). ; Submitted by <NAME> ; 0,1,6,73,1466,44053,1851692,103738805,7471045652,672497847485,73982234269002,9766327421355749,1523621059965765846,277308799241190739721,58236371461710021107256,13977006459609646256481161,38018039933...
Transynther/x86/_processed/NONE/_st_/i3-7100_9_0x84_notsx.log_21829_2257.asm
ljhsiun2/medusa
9
121102
<reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NONE/_st_/i3-7100_9_0x84_notsx.log_21829_2257.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %r13 push %r8 push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x4025, %r8 nop nop nop nop nop sub $39722, %r12 movw $...
Library/Pref/Preflf/preflfFontItemGroup.asm
steakknife/pcgeos
504
121103
<gh_stars>100-1000 COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1992 -- All Rights Reserved PROJECT: PC GEOS MODULE: FILE: preflfFontItemGroup.asm AUTHOR: <NAME> ROUTINES: Name Description ---- ----------- INT SetFontAndPointSize Sets the ...
oeis/121/A121801.asm
neoneye/loda-programs
11
121104
<filename>oeis/121/A121801.asm ; A121801: Expansion of 2*x^2*(3-x)/((1+x)*(1-3*x+x^2)). ; Submitted by <NAME> ; 0,6,10,32,78,210,544,1430,3738,9792,25630,67106,175680,459942,1204138,3152480,8253294,21607410,56568928,148099382,387729210,1015088256,2657535550,6957518402,18215019648,47687540550,124847601994,326855265440,8...