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
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_510.asm
ljhsiun2/medusa
9
200643
<filename>Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_510.asm .global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r15 push %r8 push %rbp push %rcx push %rdi push %rsi lea addresses_WC_ht+0x1a7e3, %r8 nop and %rdi, %rdi mov (%r8), %r15d nop nop nop nop nop inc %r13 lea addresses_A_...
DeliriOS_64bits/ap_code/ap_full_code.asm
Izikiel/intel_multicore
3
200644
%include "../macros/asm_screen_utils.mac" global go64 ;; GDT extern GDT_DESC ;; IDT extern IDT_DESC extern idt_inicializar ;; STACK extern core_stack_ptrs ;; Tests extern sort_ap extern ap_sync extern sum_vector_ap extern inner_fft_loop ;; Multicore extern turn_on_apic_ap %macro get_lapic_id 0 ; para distingui...
res/C2.asm
CurlyPaul/cpc-z80-simple-screen-rupture
0
200645
<filename>res/C2.asm .CEE defb &00,&00,&00,&00,&00,&00,&00,&3F,&3F,&3F,&3F,&3F,&00,&00,&00,&00,&00,&00; line 0 defb &00,&00,&00,&00,&00,&00,&F3,&3F,&3F,&3F,&3F,&3F,&7B,&A2,&00,&00,&00,&00; line 1 defb &00,&00,&00,&00,&00,&B7,&3F,&3F,&3F,&F3,&3F,&3F,&3F,&7B,&8A,&00,&00,&00; line 2 defb &00,&00,&00,&00,&51,&3F,&3F,&E7,&C...
Library/Kernel/Graphics/graphicsRasterScale.asm
steakknife/pcgeos
504
200646
<filename>Library/Kernel/Graphics/graphicsRasterScale.asm COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1990 -- All Rights Reserved PROJECT: PC GEOS MODULE: Kernel Library FILE: graphicsRasterScale.asm AUTHOR: <NAME>, 7/17/90 ROUTINES: Name D...
sleep-timer.tasm/sleep-timer.asm
dn-kolesnikov/dnk-legacy-projects
0
200648
; ; "Таймер сна" ver. 0.1 ; (с) 2004, <NAME> ; .386 .MODEL FLAT,STDCALL OPTION CASEMAP:NONE ; ; ################################################################### include windows.inc include sleep-timer.inc include kernel32.inc include user32.inc include shell32.inc include advapi...
02.Kernel64/Source/ISR.asm
yeojin-dev/yeojinux
0
200649
<filename>02.Kernel64/Source/ISR.asm<gh_stars>0 [BITS 64] ; 이하의 코드는 64비트 코드로 설정 SECTION .text ; text 섹션(세그먼트)을 정의 ; 외부에서 정의된 함수를 쓸 수 있도록 선언함(Import) extern kCommonExceptionHandler, kCommonInterruptHandler, kKeyboardHandler ; C 언어에서 호출할 수 있도록 이름을 노출함(Export) ; 예외(Exception) 처리를 위한 ISR global kISRDivid...
Rangkaian Stopwatch/List/sw.asm
Naviecha/AVR
0
200650
<reponame>Naviecha/AVR ;CodeVisionAVR C Compiler V2.05.3 Standard ;(C) Copyright 1998-2011 <NAME>, HP InfoTech s.r.l. ;http://www.hpinfotech.com ;Chip type : ATmega16 ;Program type : Application ;Clock frequency : 12.000000 MHz ;Memory model : Small ;Optimize f...
Test/Basic/Factorial.asm
CharlesCarley/ToyVM
1
200651
<filename>Test/Basic/Factorial.asm factorial: mov x1, 1 mov x2, x0 facst: cmp x1,x2 bge facen mul x0,x1 inc x1 b facst facen: ret main: mov x0, 12 bl factorial prg x0 mov x0, 0 ret
data/pokemon/base_stats/feraligatr.asm
AtmaBuster/pokeplat-gen2
6
200652
db 0 ; species ID placeholder db 85, 105, 100, 78, 79, 83 ; hp atk def spd sat sdf db WATER, WATER ; type db 45 ; catch rate db 210 ; base exp db NO_ITEM, NO_ITEM ; items db GENDER_F12_5 ; gender ratio db 20 ; step cycles to hatch INCBIN "gfx/pokemon/feraligatr/front.dimensions" db GROWTH_MEDIUM...
programs/oeis/020/A020913.asm
jmorken/loda
1
200653
; A020913: Number of terms in base 5 representation of Fibonacci(n). ; 1,1,1,1,2,2,2,2,3,3,3,4,4,4,4,5,5,5,6,6,6,7,7,7,7,8,8,8,9,9,9,10,10,10,10,11,11,11,12,12,12,13,13,13,13,14,14,14,15,15,15,16,16,16,16,17,17,17,18,18,18,19,19,19,19,20,20,20,21,21,21,22,22,22,22,23,23,23,24,24 mov $3,$0 add $3,$0 trn $0,5 add $0,$3 ...
programs/oeis/040/A040866.asm
neoneye/loda
22
200655
; A040866: Continued fraction for sqrt(896). ; 29,1,13,1,58,1,13,1,58,1,13,1,58,1,13,1,58,1,13,1,58,1,13,1,58,1,13,1,58,1,13,1,58,1,13,1,58,1,13,1,58,1,13,1,58,1,13,1,58,1,13,1,58,1,13,1,58,1,13,1,58,1,13,1,58,1,13,1,58,1,13,1,58,1,13 seq $0,40752 ; Continued fraction for sqrt(780). mov $1,$0 div $1,11 add $0,$1
modelPainter.asm
laerreal/flyshooter
0
200657
<gh_stars>0 ; push x ; push y ; push model modelPainter: push bp mov bp,sp push bx mov bx,[bp+4] mov cx,[bx] add bx,2 modelPainter_loop: push cx push word [bx] mov ax,[bp+8] mov dx,[bp+6] add ax,[bx+2] add dx,[bx+4] push ax push dx mov ax,[bp+8] mov dx,[bp+6] ...
codes/low-level/ch02/print_call.asm
zhoujiagen/learning-system-programming
0
200658
; function calls: ; call <address> ; ret ; ; arguments: ; first six: rdi, rsi, rdx, rcx, r8, r9 ; rest: to the stack in reverse order ; ; return values: ; rax, rdx ; ; convention: ; callee-saved registers: rbx, rbp, rsp, r12-r15 %include "../lib/syscall.inc" section .data newline_char: db 10 codes: db '0123456789abcd...
src/lib/x16/ym2151.asm
indigodarkwolf/x16-racer
2
200659
<gh_stars>1-10 .ifndef YM2151_ASM YM2151_ASM=1 .include "system.inc" .include "ym2151.inc" ;================================================= ;================================================= ; ; Code ; ;------------------------------------------------- ;================================================= ; YM2151...
color.asm
retq/casm-prac
0
200660
<filename>color.asm global color extern fputc section .text color: push ebp mov ebp, esp sub esp, 24 mov eax, dword [ebp+14H] mov dword [esp+4H], eax mov eax, dword [ebp+8H] mov dword [esp], eax call fputc mov ...
examples/asm/echo.asm
zignig/Boneless-CPU
5
200661
<filename>examples/asm/echo.asm reset: NOP loop: LDX R0, R2,0 ; load a word from 0 CMP R2,R0 ; compare with R0 (0) JNZ char ; is it not neto , go to cher STX R4,R4,1 ; send a break to the simulatore J loop ; do it again char: STX R0,R3,0 ;output the char back out J loop ; lump bac...
programs/oeis/297/A297086.asm
jmorken/loda
1
200662
<reponame>jmorken/loda ; A297086: a(n) = 1 if gcd(n, phi(n)) == 1 otherwise 0. ; 1,1,1,0,1,0,1,0,0,0,1,0,1,0,1,0,1,0,1,0,0,0,1,0,0,0,0,0,1,0,1,0,1,0,1,0,1,0,0,0,1,0,1,0,0,0,1,0,0,0,1,0,1,0,0,0,0,0,1,0,1,0,0,0,1,0,1,0,1,0,1,0,1,0,0,0,1,0,1,0,0,0,1,0,1,0,1,0,1,0,1,0,0,0,1,0,1,0,0,0,1,0,1,0,0,0,1,0,1,0,0,0,1,0,1,0,0,0,1,0...
oeis/180/A180037.asm
neoneye/loda-programs
11
200663
; A180037: Eight white queens and one red queen on a 3 X 3 chessboard. G.f.: (1+x)/(1-5*x-2*x^2). ; Submitted by <NAME>(s4) ; 1,6,32,172,924,4964,26668,143268,769676,4134916,22213932,119339492,641125324,3444305604,18503778668,99407504548,534045080076,2869040409476,15413292207532,82804541856612,444849293698124,238985555...
asg/asm/rdkafka_metadata.asm
asgkafka/librdkafka
0
200664
<gh_stars>0 *PROCESS DUPALIAS * * Compiled by DCC Version 2.25.07 Mar 6 2021 08:51:07 * on Fri Apr 30 15:35:38 2021 * WXTRN @@ZARCH# * * * * Code Section * @CODE ALIAS X'7CD9C4D2C1C6D2C16DD4C5E3C1C4C1E3C1' @CODE CSECT @CODE AMODE ANY @CODE RMODE ANY @DATA ALIAS X'7C99849281869281...
programs/oeis/171/A171556.asm
neoneye/loda
22
200665
<filename>programs/oeis/171/A171556.asm<gh_stars>10-100 ; A171556: a(n)=3*C(n)-2, where C(n)=A000108(n). ; 1,1,4,13,40,124,394,1285,4288,14584,50386,176356,624034,2228698,8023318,29084533,106073008,388934368,1432916098,5301789568,19692361258,73398801058,274447690918,1029178840948,3869712441970,14585839204354 mov $1,$0...
oeis/142/A142920.asm
neoneye/loda-programs
11
200666
<reponame>neoneye/loda-programs<filename>oeis/142/A142920.asm ; A142920: Primes congruent to 55 mod 63. ; Submitted by <NAME>(w3) ; 181,307,433,811,937,1063,1567,1693,2953,3079,3331,3457,3583,3709,4339,4591,4969,5347,5851,6229,6481,6607,6733,7237,7489,7741,7867,7993,8623,9001,9127,9631,9883,10009,10513,10639,10891,1227...
Sort/sort_ascii.asm
samuel-cavalcanti/Assembly-mips
0
200667
<reponame>samuel-cavalcanti/Assembly-mips # <NAME> 20160108682 .data # 0 1 2 3 4 5 6 7 8 9 10 11 A: .word 3, 9, 17, 2, 51, 37, 13, 4, 8, 41, 67, 10 jumpLine : .asciiz "\n" space: .asciiz " " # cada endereco tem 4 bytes size: .word 12 initialPos: .word 0 .text main: add $s1, $...
deps/libffi/src/x86/win64.asm
node-ffi-napi/node-ffi
1
200668
PUBLIC ffi_call_win64 EXTRN __chkstk:NEAR EXTRN ffi_closure_win64_inner:NEAR _TEXT SEGMENT ;;; ffi_closure_win64 will be called with these registers set: ;;; rax points to 'closure' ;;; r11 contains a bit mask that specifies which of the ;;; first four parameters are float or double ;;; ;;; It must move the pa...
libsrc/_DEVELOPMENT/math/float/math48/z80/core/mm48_pwr.asm
jpoikela/z88dk
640
200669
<reponame>jpoikela/z88dk<filename>libsrc/_DEVELOPMENT/math/float/math48/z80/core/mm48_pwr.asm SECTION code_clib SECTION code_fp_math48 PUBLIC mm48_pwr EXTERN am48_derror_edom_zc, am48_derror_onc, mm48__retzero EXTERN mm48_ln, mm48_fpmul, mm48_exp, mm48__sleft mm48_pwr: ; power ; AC' = AC'^AC = exp(AC*ln(AC')...
test/demangle-cases/similar-symbols.asm
OfekShilon/compiler-explorer
4,668
200670
_Z2aai: push rbp mov rbp, rsp mov DWORD PTR [rbp-4], edi nop pop rbp ret _Z2aaii: push rbp mov rbp, rsp mov DWORD PTR [rbp-4], edi mov DWORD PTR [rbp-8], esi nop pop rbp ret main: ...
oeis/028/A028917.asm
neoneye/loda-programs
11
200671
; A028917: a(n) = (3*n+1)! / (24*n). ; Submitted by <NAME> ; 1,105,50400,64864800,174356582400,844757641728000,6690480522485760000,80787552309015552000000,1411520113943119724544000000,34261827725741345073856512000000,1118306056968197503210676551680000000,47790809344535920299708262436044800000000 mul $0,3 mov $1,$0 add...
fclib/lzw.asm
haramako/fc
2
200672
<filename>fclib/lzw.asm result = FC_FASTCALL_REG+0 x_backup = FC_FASTCALL_REG+8 dest_addr = FC_FASTCALL_REG+10 total_len = FC_FASTCALL_REG+12 idx = FC_FASTCALL_REG+14 len = FC_FASTCALL_REG+15 addr = _lzw_addr bpos = _lzw_bpos ; curの残りビット数 cur = _lzw_cur ; 現在読んでいるbyteの内容 ;;; use FC_FASTCALL_REG[8] .proc _lzw_re...
asm/hello_world.asm
b00lduck/cbmpet-asm
0
200674
/** * PET 3008 assembler demo by graf_hardt of b00lduck * compatible with BASIC V2 * written in September 2014 * * b00lduck on AVR - check! * b00lduck on x86 - check! * b00lduck on ARM - check! * b00luck on 6502 - check! * b00lduck on 68000 - to come * b00lduck on Z80 - unlikely */ .import source...
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_10708_1165.asm
ljhsiun2/medusa
9
200675
<filename>Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_10708_1165.asm .global s_prepare_buffers s_prepare_buffers: push %r12 push %r14 push %r15 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_UC_ht+0x76cc, %rsi lea addresses_A_ht+0xd63a, %rdi nop nop nop nop and $36505, %rbx mov $126, %rcx re...
src/test/resources/games/blockplot.asm
yottatsa/basicv2
71
200676
;60010 for i=oo to oo+3:aa=peek(i)+ad ;60030 poke aa+54272,cv:poke aa,ch ;60040 next:return *=51200 startaddr=155 addaddr=679 char=681 color=682 ldy #3 loop lda (startaddr),y clc adc addaddr sta 251 ldx addaddr+1 bcc skiphi inx skiphi stx 252 sty 2 ldy #0 lda char sta (25...
kernel/task.asm
shockkolate/shockk-os
2
200677
<filename>kernel/task.asm [BITS 32] global _task_switch _task_switch: cli push ebx ; save registers not saved by cdecl push esi push edi push ebp mov edi, [esp+(4+2)*4] ; edi = pointer...
programs/oeis/036/A036604.asm
karttu/loda
1
200679
; A036604: Sorting numbers: minimal number of comparisons needed to sort n elements. ; 0,1,3,5,7,10,13,16,19,22,26,30,34,38,42 mov $1,$0 lpb $0,1 sub $0,$2 sub $0,1 add $1,$0 add $2,2 lpe
libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sccz80/sin_fastcall.asm
ahjelm/z88dk
640
200680
SECTION code_fp_math16 PUBLIC sinf16_fastcall EXTERN _m16_sinf defc sinf16_fastcall = _m16_sinf ; SDCC bridge for Classic IF __CLASSIC PUBLIC _sinf16_fastcall defc _sinf16_fastcall = _m16_sinf ENDIF
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48_notsx.log_2_367.asm
ljhsiun2/medusa
9
200681
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r14 push %r15 push %rax push %rcx push %rdi push %rsi lea addresses_normal_ht+0x1d95f, %rsi lea addresses_normal_ht+0x14e11, %rdi nop nop nop cmp %r14, %r14 mov $62, %rcx rep movsw nop cmp %r15, %r15 lea addresses_WT_ht+0x19db9, %rax nop nop nop nop nop xor %...
pkgs/tools/yasm/src/modules/objfmts/elf/tests/gas32/elf_gas32_ssym.asm
manggoguy/parsec-modified
2,151
200682
<gh_stars>1000+ .text foo: movl %eax, foo@PLT movl %eax, foo@GOTOFF #movl %eax, foo@GOTPC movl %eax, bar@TLSGD movl %eax, bar@TLSLDM movl %eax, bar@GOTTPOFF movl %eax, bar@TPOFF movl %eax, bar@NTPOFF movl %eax, bar@DTPOFF movl %eax, bar@GOTNTPOFF movl %eax, bar@INDNTPOFF movl %eax, foo@GOT
experiment08/1c_ANDrr_ORrr_EXORrr_LSL_LSR.asm
EmilyClaire/space_invader
0
200683
;-------------------------------------------------------------------- ;- Programmers: <NAME> and <NAME> ;- Date: 02-26-2011 ;- Version: 1 ;- ;- ;- testAND: Tests AND(reg/reg) lights up leftmost LED ;- testOR: Tests OR(reg/reg) lights up second LED ;- testEXOR: Tests EXOR(reg/reg) lights up...
oeis/085/A085053.asm
neoneye/loda-programs
11
200684
; A085053: Number of primes of the form nk+1, where k=1 to n; 0 if no such number exists. ; Submitted by <NAME>(s2) ; 1,2,1,3,1,5,2,2,3,6,3,6,4,6,5,6,3,10,2,7,6,9,4,10,5,10,7,11,4,17,3,10,9,12,9,16,4,9,11,14,5,21,7,11,10,16,8,19,6,18,13,17,5,24,10,19,9,16,8,27,7,15,13,16,13,30,9,18,13,27,9,26,10,20,18,17,11,29,11,23,18...
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0xca_notsx.log_21829_566.asm
ljhsiun2/medusa
9
200686
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r12 push %r15 push %rax push %rsi lea addresses_A_ht+0x13191, %rsi nop nop nop nop lfence mov (%rsi), %r15 nop nop sub %r12, %r12 pop %rsi pop %rax pop %r15 pop %r12 ret .global s_faulty_load s_faulty_load: push %r11 push %r12 push %r13 p...
SqrMelon/Player/floor.asm
thijskruithof/sqrmelon
1
200688
<gh_stars>1-10 ;; ;; WCRT - Win32API CRT ;; ;; math floor and floorf ;; ;; Copyright (c) 2003-2004 by <NAME> / Jibz ;; All Rights Reserved ;; ;; http://www.ibsensoftware.com/ ;; ;; This software is provided 'as-is', without any express ;; or implied warranty. In no event will the authors be ;; held liable for any da...
oeis/090/A090879.asm
neoneye/loda-programs
11
200689
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A090879: a(n) = Sum_{d|n} d*2^(n-d). ; Submitted by <NAME>(s1) ; 1,4,7,20,21,94,71,328,457,1194,1035,7052,4109,17294,33807,83984,65553,389650,262163,1484820,1949717,4216854,4194327,29409304,22020121,67215386,119799835,350453788,268435485,1755807774,1073741855,5503975456...
programs/oeis/319/A319433.asm
neoneye/loda
22
200690
; A319433: Take Zeckendorf representation of n (A014417(n)), drop least significant bit, take inverse Zeckendorf representation. ; 1,2,2,3,3,4,5,5,6,7,7,8,8,9,10,10,11,11,12,13,13,14,15,15,16,16,17,18,18,19,20,20,21,21,22,23,23,24,24,25,26,26,27,28,28,29,29,30,31,31,32,32,33,34,34,35,36,36,37,37,38,39,39,40,41,41,42,42...
oeis/088/A088536.asm
neoneye/loda-programs
11
200692
<filename>oeis/088/A088536.asm ; A088536: Number of unimodal functions [1..n]->[1..n]. ; Submitted by <NAME>(s1) ; 1,4,22,130,791,4900,30738,194634,1241383,7963384,51325352,332095816,2155894508,14035149748,91593941402,599021799242,3924954250975,25760310654100,169322682857430,1114452091832130,7344021912458295,4844897441...
src/state-gameover.asm
jannone/westen
49
200693
<filename>src/state-gameover.asm<gh_stars>10-100 ;----------------------------------------------- state_game_over: ; init the stack: ld sp,#f380 call StopMusic call disable_VDP_output call clearAllTheSprites call set_bitmap_mode ld a,TEXT_GAME_OVER_IDX ld bc,TEXT_G...
win32/przydatne/porownaj czas/porownaj.asm
QAston/fasm-2006
0
200694
BWynik dd 0,0,0,0,0,0,0 BWyswietl dd 0,0,0,0,0 BWyswietl1 dd 0,0,0,0,0 Bczas1 dd 0 Bczas2 dd 0 BWTemp dd 0,0,0,0,0,0 poczatek: invoke GTC mov [Bczas1],eax koniec: invoke GTC mov [Bczas2],eax mov eax,[Bczas1] sub [Bczas2],eax _DOASCIIDZ [BWyswietl1],[Bczas2] invoke MessageBox,0,BWyswietl1,0,MB_OK GTC,'GetTickCount'
oeis/142/A142115.asm
neoneye/loda-programs
11
200695
<gh_stars>10-100 ; A142115: Primes congruent to 6 mod 37. ; Submitted by <NAME> ; 43,191,487,709,857,1153,1301,1523,1597,2411,2633,2707,3299,3373,4261,4409,4483,5297,5519,5741,6037,6481,6703,7369,7517,7591,8627,8849,8923,9293,9811,10181,10477,10847,11069,11587,12253,12401,12697,12919,13807,14029,14177,14251,14621,14843...
src/display.asm
grantperry/elec342-alarm-clock
0
200696
<gh_stars>0 display_update: rcall getDisplaySelect cpi r16, (1<<0) ; clock brne display_update_not_clock rcall display_update_clock rjmp display_update_end display_update_not_clock: cpi r16, (1<<1); alarm brne display_update_not_alarm rcall display_update_alarm rjmp display_update_end display_update_not_al...
oeis/189/A189732.asm
neoneye/loda-programs
11
200697
<reponame>neoneye/loda-programs ; A189732: a(1)=1, a(2)=5, a(n) = a(n-1) + 5*a(n-2). ; Submitted by <NAME> ; 1,5,10,35,85,260,685,1985,5410,15335,42385,119060,330985,926285,2581210,7212635,20118685,56181860,156775285,437684585,1221561010,3409983935,9517788985,26567708660,74156653585,206995196885,577778464810,161275444...
main.asm
Sagiri/pluck
0
200698
.gba .arm .include "constants.s" .thumb .include "functions.s" .loadtable "character-encoding.tbl" .include "battlescript.s" .open "test.gba", 0x08000000 .org allocation .area allocation_size .importobj "obj/relocatable.o" .align 2 case_eat_berry: @@main: ldr r3, =pluck |1 bl @@c...
Transynther/x86/_processed/US/_st_/i7-7700_9_0xca.log_21829_1651.asm
ljhsiun2/medusa
9
200699
.global s_prepare_buffers s_prepare_buffers: push %r12 push %rax push %rcx push %rdi push %rsi lea addresses_A_ht+0xa6c0, %rsi lea addresses_WC_ht+0xef0, %rdi nop nop nop nop nop sub $13434, %rax mov $15, %rcx rep movsl nop nop nop nop xor %r12, %r12 lea addresses_UC_ht+0x18cc0, %rsi lea addresses_UC_ht+0x8bc0, %rdi no...
Library/Chart/CGroup/cgroupGeometry.asm
steakknife/pcgeos
504
200701
<gh_stars>100-1000 COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1992 -- All Rights Reserved PROJECT: PC GEOS MODULE: FILE: cgroupGeometry.asm AUTHOR: <NAME> METHODS: Name Description ---- ----------- FUNCTIONS: Scope Name Description -...
src/spread/act/file_print.asm
olifink/qspread
0
200703
* Spreadsheet 12/05-92 O.Fink * - print page include win1_keys_wwork include win1_keys_wstatus include win1_keys_qdos_io include win1_keys_err include win1_spread_keys include win1_mac_oli section prog xdef fil_prnt xref.s mli.prpica,mli.prelit,mli.prdraf,mli.prff xref.l wst_po...
src/include/vblank.asm
rondnelson99/sram-39sf-flasher
0
200704
WaitVblank:: xor a ldh [rIF],a ;wait for Vblank to update the progress bar halt ret WaitAndHandleVblank:: xor a ldh [rIF],a ;wait for Vblank to update the progress bar halt Handle_Vblank:: ld c, LOW(rP1) ld a, $20 ; Select D-pad ldh [c], a REPT 6;apparently you have to rea...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1929.asm
ljhsiun2/medusa
9
200706
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r9 push %rcx push %rdx push %rsi lea addresses_UC_ht+0x1535a, %r13 nop nop nop and $23663, %rdx movl $0x61626364, (%r13) nop nop nop inc %rcx lea addresses_normal_ht+0x166bd, %r9 nop nop sub $33359, %r11 movl $0x61626364, (%r9) sub %rsi, %rsi lea ad...
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_413.asm
ljhsiun2/medusa
9
200707
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r13 push %r14 push %r15 push %r9 push %rax push %rcx push %rdi push %rsi lea addresses_UC_ht+0xca0a, %r15 nop nop nop dec %r12 movw $0x6162, (%r15) nop nop nop cmp $49820, %r9 lea addresses_WT_ht+0x818a, %r13 nop nop cmp %r14, %r14 mov $0x6162636465...
programs/oeis/131/A131607.asm
karttu/loda
1
200708
; A131607: Pell companion numbers A001333 without last digit. ; 1,4,9,23,57,139,336,811,1960,4732,11424,27580,66585,160752,388089,936931,2261953,5460839,13183632,31828103,76839840,185507784,447855408,1081218600,2610292609,6301803820,15213900249,36729604319,88673108889,214075822099,516824753088,1247725328275,30122754096...
edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSecLibRTSM/Arm/RTSMBoot.asm
awwiniot/Aw1689UEFI
93
200709
<filename>edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSecLibRTSM/Arm/RTSMBoot.asm // // Copyright (c) 2011, ARM Limited. All rights reserved. // // This program and the accompanying materials // are licensed and made available under the terms and conditions of the BSD License // which accompanies thi...
WangShuang_book/p267e1.asm
SmirnovKol/Learning_x86_assembly_language
1
200710
<filename>WangShuang_book/p267e1.asm assume cs:code code segment start: mov al, 2 out 70h, al in al, 71h mov ax, 4c00h int 21h code ends end start
src/x86/cdef.asm
xrmx/rav1e
1
200711
; Copyright © 2018, VideoLAN and dav1d authors ; Copyright © 2018, Two Orioles, LLC ; All rights reserved. ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions are met: ; ; 1. Redistributions of source code must retain the above copy...
uti/numscroll.asm
olifink/smsqe
0
200713
<gh_stars>0 ; Standard action routine for numerical scroll-arrows  1998 <NAME> section utility xdef mea_numscroll include dev8_keys_qdos_pt include dev8_keys_wstatus include dev8_keys_wwork include dev8_keys_wman include dev8_keys_k include dev8_mac_xref ;+++ ; This routine handles numerical scroll-arrows ...
1541/64tass/idlesf.asm
silverdr/assembly
23
200714
; idle loop, waiting for something to do idle cli ; release all bus lines lda pb ; clock and data high and #$e5 ; clock high sta pb ; data high,atna hi lda cmdwat ; test for pending command beq idl1 ; no command waiting l...
programs/oeis/275/A275673.asm
karttu/loda
1
200715
<filename>programs/oeis/275/A275673.asm ; A275673: List of numbers that are in a spoke of a hexagonal spiral. ; 1,2,3,4,5,6,7,9,11,13,15,17,19,22,25,28,31,34,37,41,45,49,53,57,61,66,71,76,81,86,91,97,103,109,115,121,127,134,141,148,155,162,169,177,185,193,201,209,217,226,235,244,253,262,271,281,291,301,311,321,331,342,...
Lab10/lab10_3.asm
richardhyy/AssemblyLab
3
200716
; Lab 10 ; name: wdtoc ; func: convert HEX word(8bit) data into a string of DEC which ends with 0 ; args: (ax) = data (word) ; ds:si = where the string begins assume cs:code data segment db 10 dup (0) data ends stack segment dd 0,0 dd 0,0 stack ends code segment start: mov ax,data mov ds,ax mov ax,stack ...
programs/oeis/085/A085449.asm
karttu/loda
0
200717
<gh_stars>0 ; A085449: Horadam sequence (0,1,4,2). ; 0,1,2,8,24,80,256,832,2688,8704,28160,91136,294912,954368,3088384,9994240,32342016,104660992,338690048,1096024064,3546808320,11477712896,37142659072,120196169728,388962975744,1258710630400,4073273163776,13181388849152,42655870353408,138037296103424,446698073620480,14...
programs/oeis/086/A086951.asm
karttu/loda
0
200718
<reponame>karttu/loda ; A086951: n3^n(4n-1)/9. ; 0,1,14,99,540,2565,11178,45927,180792,688905,2558790,9310059,33303636,117448461,409209570,1410975855,4821232752,16343405073,55013709438,184024732275,612124372620,2025821736981,6673705343514,21893519253879 mov $1,$0 mul $1,4 mov $2,$0 mov $3,2 lpb $2,1 lpb $4,1 mov...
source/features/screen.asm
reymontero/zachOS
0
200719
; ================================================================== ; MikeOS -- The Mike Operating System kernel ; Copyright (C) 2006 - 2013 MikeOS Developers -- see doc/LICENSE.TXT ; ; SCREEN HANDLING SYSTEM CALLS ; ================================================================== ; -------------------------...
oeis/306/A306921.asm
neoneye/loda-programs
11
200720
; A306921: Number of ways of breaking the binary expansion of n into consecutive blocks with no leading zeros. ; Submitted by <NAME> ; 1,1,2,2,3,3,4,4,4,4,6,6,6,6,8,8,5,5,8,8,9,9,12,12,8,8,12,12,12,12,16,16,6,6,10,10,12,12,16,16,12,12,18,18,18,18,24,24,10,10,16,16,18,18,24,24,16,16,24,24,24,24,32,32,7,7,12,12,15,15,20,...
Transynther/x86/_processed/US/_zr_/i3-7100_9_0x84_notsx.log_21829_1372.asm
ljhsiun2/medusa
9
200721
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r13 push %r8 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_A_ht+0x1aef2, %rbp sub %rbx, %rbx movl $0x61626364, (%rbp) nop nop nop nop sub %rbx, %rbx lea addresses_WT_ht+0x13f2, %r13 nop nop nop cmp %rbp, %rbp mov $0x616263646566676...
oeis/290/A290986.asm
neoneye/loda-programs
11
200722
; A290986: Expansion of x^6/((1 - x)^2*(1 - 2*x + x^3 - x^4)). ; Submitted by <NAME>(w1) ; 1,4,11,25,52,103,199,379,716,1346,2523,4721,8825,16487,30791,57494,107343,200400,374116,698403,1303770,2433846,4543428,8481513,15832975,29556394,55174730,102998026,192272662,358927018,670030771,1250786938,2334919553,4358735387,81...
aphelion.asm
Vulsin/aphelion-a2600
0
200723
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; aphelion.asm ; Main source file for the Aphelion game for Atari 2600 ; ; Written by <NAME> ; https://github.com/Vulsin/aphelion-a2600 ; ; Distributed under the MIT License ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;...
programs/oeis/036/A036256.asm
karttu/loda
0
200724
; A036256: a(n) = Sum_{i=0..n} binomial(i,floor(i/2)). ; 1,2,4,7,13,23,43,78,148,274,526,988,1912,3628,7060,13495,26365,50675,99295,191673,376429,729145,1434577,2786655,5490811,10691111,21091711,41150011,81266611,158825371,313942891,614483086,1215563476,2382366586,4715972806,9253540456,18328675756,36001307656,713465714...
programs/oeis/183/A183298.asm
karttu/loda
0
200725
<reponame>karttu/loda ; A183298: Complement of A147875. ; 1,2,3,5,6,7,8,9,10,11,12,14,15,16,17,18,19,20,21,22,23,24,25,26,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85 mov $2,1 add $2,$0 mov $0,$2 ...
Application2.9.asm
abdalmoez/applications-on-gnusim-8085
0
200726
;<ASCII To BCD> LDA ASCII SUI 030H MOV B,A LDA ASCII+1 SUI 030H RLC ;Rotate A left RLC ;Rotate A left RLC ;Rotate A left RLC ;Rotate A left ADD B STA BCD HLT BCD: db 000H ASCII: db 037H,039H
ext/ipp-crypto/sources/ippcp/asm_intel64/pcpp256r1funcs_montas.asm
Intel-EPID-SDK/epid-sdk
30
200727
;=============================================================================== ; Copyright 2015-2020 Intel Corporation ; ; 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.apa...
bootstrap.asm
lazear/ext2-boot
7
200728
<filename>bootstrap.asm ; BOOTSTRAP.S ;============================================================================== ;MIT License ;Copyright (c) 2007-2016 <NAME> ; ;Permission is hereby granted, free of charge, to any person obtaining a copy ;of this software and associated documentation files (the "Softw...
programs/oeis/161/A161983.asm
karttu/loda
0
200729
<filename>programs/oeis/161/A161983.asm ; A161983: Irregular triangle read by rows: the group of 2n + 1 integers starting at A014105(n). ; 0,3,4,5,10,11,12,13,14,21,22,23,24,25,26,27,36,37,38,39,40,41,42,43,44,55,56,57,58,59,60,61,62,63,64,65,78,79,80,81,82,83,84,85,86,87,88,89,90,105,106,107,108,109,110,111,112,113,11...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_3_308.asm
ljhsiun2/medusa
9
200730
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r13 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_A_ht+0x2fc5, %r11 clflush (%r11) nop nop nop nop nop dec %rbp vmovups (%r11), %ymm4 vextracti128 $1, %ymm4, %xmm4 vpextrq $1, %xmm4, %r10 xor %rax, %rax lea addresses_A_ht+0x1803e, ...
src/keyboard/kb_debug_ui.asm
Q-Bert-Reynolds/gbedit
1
200731
DrawBinaryNumber::;b = number, hl = screen address ld c, 8 .loop LCD_WAIT_VRAM ld a, "1" sla b jr c, .setBuffer ld a, "0" .setBuffer ld [hli], a dec c jr nz, .loop ret HexNumbers: DB "0123456789ABCDEF" DrawHexNumber::;a = number, bc = screen address push af;number to draw and ...
libsrc/spectrum/zxmmc/mmc_get_cid_csd.asm
grancier/z180
0
200732
; ; ZX Spectrum ZXMMC specific routines ; code by <NAME> ; ported to z88dk by <NAME> - Feb 2010 ; ; ; $Id: mmc_get_cid_csd.asm,v 1.3 2016/06/10 21:28:03 dom Exp $ ; ;-------------------------------------------------------------------------------------------------------- ; READ MMC CID subroutine. Data is stored at ...
programs/oeis/070/A070392.asm
karttu/loda
0
200734
; A070392: a(n) = 6^n mod 11. ; 1,6,3,7,9,10,5,8,4,2,1,6,3,7,9,10,5,8,4,2,1,6,3,7,9,10,5,8,4,2,1,6,3,7,9,10,5,8,4,2,1,6,3,7,9,10,5,8,4,2,1,6,3,7,9,10,5,8,4,2,1,6,3,7,9,10,5,8,4,2,1,6,3,7,9,10,5,8,4,2,1,6,3,7,9,10,5,8,4,2,1,6,3,7,9,10,5,8,4,2,1,6,3,7,9,10,5,8,4,2,1,6,3,7,9,10,5,8,4,2,1,6,3,7,9,10,5,8,4,2,1,6,3,7,9,10,5,...
programs/oeis/343/A343177.asm
neoneye/loda
22
200735
<filename>programs/oeis/343/A343177.asm ; A343177: a(0)=4; if n >0 is even then a(n) = 2^(n/2+1)+3, otherwise a(n) = 3*(2^((n-1)/2)+1). ; 4,6,7,9,11,15,19,27,35,51,67,99,131,195,259,387,515,771,1027,1539,2051,3075,4099,6147,8195,12291,16387,24579,32771,49155,65539,98307,131075,196611,262147,393219,524291,786435,1048579...
oeis/176/A176006.asm
neoneye/loda-programs
11
200736
<filename>oeis/176/A176006.asm<gh_stars>10-100 ; A176006: The number of branching configurations of RNA (see Sankoff, 1985) with n or fewer hairpins. ; Submitted by <NAME> ; 1,2,4,10,32,122,516,2322,10880,52466,258564,1296282,6589728,33887466,175966212,921353250,4858956288,25786112994,137604139012,737922992938,39746473...
ugbc/src/hw/vic2/put_image.asm
spotlessmind1975/ugbasic
10
200737
<reponame>spotlessmind1975/ugbasic ; /***************************************************************************** ; * ugBASIC - an isomorphic BASIC language compiler for retrocomputers * ; ***************************************************************************** ; * Copyright 2021-2022 <NAME> (<EMAIL>) ...
mc-sema/validator/x86/tests/SUBR_FrST0.asm
randolphwong/mcsema
2
200738
BITS 32 ;TEST_FILE_META_BEGIN ;TEST_TYPE=TEST_F ;TEST_IGNOREFLAGS= ;TEST_FILE_META_END ; set up st0 and st1 to be pi FLDPI FLDPI ;TEST_BEGIN_RECORDING FSUBR st1, st0 ;TEST_END_RECORDING
colors.asm
funkacer/ZX80
0
200740
<reponame>funkacer/ZX80 DEVICE ZXSPECTRUM48 org $8000 jp start ; jump over data to code (extended immediate) string: db "Hello_world!" colors: db $47 db $78 db $79 db $7A db $7B db $7C db $7D db $7E db $70 db $38 db $07 db $D6 STRING_LENGTH...
loaders_patches_etc/loader_trainer_thanathos.asm
alexanderbazhenoff/zx-spectrum-various
0
200741
ORG #7E00 DISPLAY "TRAINER AND LOADER 4 THANATOS+2 by Alx/BW" DISPLAY "11.06.2002" HALT XOR A OUT (#FE),A LD HL,#5B00 CLS1 DEC HL LD (HL),A CP (HL) JR Z,CLS1 LD DE,#48E0 LD IX,#59E0 CALL OUT_SPR CALL TRAI...
oeis/154/A154359.asm
neoneye/loda-programs
11
200742
<reponame>neoneye/loda-programs ; A154359: a(n) = 1250*n^2 - 700*n + 99. ; 99,649,3699,9249,17299,27849,40899,56449,74499,95049,118099,143649,171699,202249,235299,270849,308899,349449,392499,438049,486099,536649,589699,645249,703299,763849,826899,892449,960499,1031049,1104099,1179649,1257699,1338249,1421299,1506849,159...
programs/oeis/021/A021206.asm
neoneye/loda
22
200743
; A021206: Decimal expansion of 1/202. ; 0,0,4,9,5,0,4,9,5,0,4,9,5,0,4,9,5,0,4,9,5,0,4,9,5,0,4,9,5,0,4,9,5,0,4,9,5,0,4,9,5,0,4,9,5,0,4,9,5,0,4,9,5,0,4,9,5,0,4,9,5,0,4,9,5,0,4,9,5,0,4,9,5,0,4,9,5,0,4,9,5,0,4,9,5,0,4,9,5,0,4,9,5,0,4,9,5,0,4 trn $0,1 mod $0,4 add $0,4 bin $0,2 sub $0,6 mod $0,10
smsq/qxl/spp/sendser.asm
olifink/smsqe
0
200744
<filename>smsq/qxl/spp/sendser.asm ; SMS (QXL) Send serial data section comm xdef spp_sendser xref qxl_mess_add xref iob_gbyt include 'dev8_smsq_qxl_keys' include 'dev8_smsq_qxl_comm_keys' include 'dev8_keys_serparprt' include 'dev8_keys_k' include 'dev8_mac_assert' ;+++ ; This routine sets up messages to...
programs/oeis/163/A163305.asm
karttu/loda
0
200745
<reponame>karttu/loda ; A163305: Numerators of fractions in the approximation of the square root of 5 satisfying: a(n)= (a(n-1)+ c)/(a(n-1)+1); with c=5 and a(1)=0. Also product of the powers of two and five times the Fibonacci numbers. ; 0,5,10,40,120,400,1280,4160,13440,43520,140800,455680,1474560,4771840,15441920,49...
pwnlib/shellcraft/templates/thumb/linux/poll.asm
IMULMUL/python3-pwntools
325
200746
<reponame>IMULMUL/python3-pwntools <% from pwnlib.shellcraft.thumb.linux import syscall %> <%page args="fds, nfds, timeout"/> <%docstring> Invokes the syscall poll. See 'man 2 poll' for more information. Arguments: fds(pollfd): fds nfds(nfds_t): nfds timeout(int): timeout </%docstring> ${syscall(...
Windows/test_avx1.asm
schwindy/kekpool-miner
0
200747
<filename>Windows/test_avx1.asm format PE64 console 5.0 entry start MEM_LARGE_PAGES = 20000000h include 'win64a.inc' include 'params.inc' include 'struct_eh.inc' include 'macro_eh.asm' section '.text' code readable executable start: mov eax, esp cmp rax, rsp jne _Exit sub esp, 0x108 and esp, -32 frame call [GetCur...
programs/oeis/056/A056960.asm
neoneye/loda
22
200748
; A056960: Base 11 reversal of n (written in base 10). ; Coded manually 2021-03-02 by <NAME>, https://github.com/neoneye ; 0,1,2,3,4,5,6,7,8,9,10,1,12,23,34,45,56,67,78,89,100,111,2,13,24,35,46,57,68,79,90,101,112,3,14,25,36,47,58,69,80,91,102,113,4,15,26,37,48,59,70,81,92,103,114,5,16,27,38,49,60,71,82,93,104,115,6,17...
non_regression/basic_sparc.s.asm
LRGH/plasmasm
1
200749
.file "a00.c" .section ".text" .align 4 .align 4 .globl main .type main, #function .proc 04 main: save %sp, -104, %sp clr [%fp+-4] ld [%fp+-4], %g1 inc 0x42, %g1 st %g1, [%fp+-4] ld [%fp+-4], %g1 mov %g1, %i0 restore retl nop .size main, .-main # ---------------------- .ident "GCC: (GNU)...
x86/ascii/mixedcase/rm32/[ECX].asm
mitthu/alpha3
137
200750
BITS 32 ; XOR [ESP], ESI and XOR ESI, [ESP] can be encoded in two ways, one of which is ; alphanumeric. NASM chooses the wrong one, which is why we have these: %define xor_esp_esi db 0x31, 0x34, 0x64 %define xor_esi_esp db 0x33, 0x34, 0x64 start: XOR [ECX], ESI ; [ESI] = base address ^ ESI ...
programs/oeis/006/A006264.asm
jmorken/loda
1
200751
; A006264: Diagonal length function. ; 0,0,1,1,4,4,4,4,5,5,5,5,5,5,5,5,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,10,10,10,10,10,10,10,10,10,10 div $0,2 lpb $0 div $0,2 add $4,1 mov $1,$4 mov $2,$4 log $2,2 mov $3,$2 mul $3,2 lpe mov $0,2 add $3,$1 add...
oeis/138/A138636.asm
neoneye/loda-programs
11
200752
<filename>oeis/138/A138636.asm ; A138636: a(n) = 6 * prime(n). ; Submitted by <NAME>(s3) ; 12,18,30,42,66,78,102,114,138,174,186,222,246,258,282,318,354,366,402,426,438,474,498,534,582,606,618,642,654,678,762,786,822,834,894,906,942,978,1002,1038,1074,1086,1146,1158,1182,1194,1266,1338,1362,1374,1398,1434,1446,1506,154...
ejerciciosdeclase/01-hola_mundo/holamundo.asm
ignaciolebrero/Orga2
0
200753
<filename>ejerciciosdeclase/01-hola_mundo/holamundo.asm section .data msg: DB '<NAME>', 10 largo EQU $ - msg global _start section .text _start: mov rax, 4 ; funcion 4 mov rbx, 1 ; stdout mov rcx, msg ; mensaje mov rdx, largo ; longitud int 0x80 mov rax, 1 mov rbx, 0 int 0x80...
programs/oeis/254/A254874.asm
karttu/loda
0
200755
<reponame>karttu/loda ; A254874: a(n) = floor((10*n^3 + 63*n^2 + 126*n + 89) / 72). ; 1,4,9,18,31,49,73,104,142,189,245,311,388,477,578,693,822,966,1126,1303,1497,1710,1942,2194,2467,2762,3079,3420,3785,4175,4591,5034,5504,6003,6531,7089,7678,8299,8952,9639,10360,11116,11908,12737,13603,14508,15452,16436,17461,18528,19...
data/maps/objects/CinnabarPokecenter.asm
opiter09/ASM-Machina
1
200756
<reponame>opiter09/ASM-Machina CinnabarPokecenter_Object: db $0 ; border block def_warps warp 3, 7, 3, LAST_MAP warp 4, 7, 3, LAST_MAP def_signs def_objects object SPRITE_NURSE, 3, 1, STAY, DOWN, 1 ; person object SPRITE_COOLTRAINER_F, 9, 4, WALK, ANY_DIR, 2 ; person object SPRITE_GENTLEMAN, 2, 6, STAY,...
main.asm
utz82/SleizsaTrio
3
200757
;********************************************************************************************** ; <NAME> v0.2 - Fairchild Channel F Music routine ; by utz 2017 * irrlichtproject.de ;********************************************************************************************** ; Copyright (c) 2017-2020, utz/irrlicht pro...