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 |
|---|---|---|---|---|
programs/oeis/330/A330023.asm | neoneye/loda | 22 | 53730 | ; A330023: a(n) counts the cube-words immediately before a(n), with a(1) = 0.
; 0,0,0,1,0,0,0,1,0,0,0,1,1,0,0,0,1,0,0,0,1,0,0,0,2,0,0,0,1,0,0,0,1,0,0,0,1,2,0,0,0,1,0,0,0,1,0,0,0,1,1,0,0,0,1,0,0,0,1,0,0,0,2,0,0,0,1,0,0,0,1,0,0,0,1,2,0,0,0,1,0,0,0,1,0,0,0,1,1,0,0,0,1,0,0,0,1,0,0,0
mod $0,38
mov $2,$0
cmp $2,3
mov $1,$2
... |
y2s2/csa/practicals/prac-6/6-ex3-1.asm | ouldevloper/university | 8 | 53732 | ; 6-ex3-1.asm
; display X for 6 times
.MODEL SMALL
.STACK 100
.DATA
CHAR DB 'X'
NL DB 10, 13, "$"
.CODE
MAIN PROC
MOV AX,@DATA
MOV DS,AX
MOV CX, 6
L1:
MOV AH, 02H
MOV DL, CHAR
INT 21H
LOOP L1
MOV AX,4C00H
INT 21H
MAIN ENDP
END MAIN |
build/win32/BHAPI_VCC/Debug/StreamIO.asm | stasinek/BHAPI | 3 | 53733 | <filename>build/win32/BHAPI_VCC/Debug/StreamIO.asm
; Listing generated by Microsoft (R) Optimizing Compiler Version 13.10.3077
; Generated by VC++ for Common Language Runtime
.file "\Documents and Settings\stasiek.TC12\My Documents\prc++\x86_libraries\Bhapi\src\kits\support\StreamIO.cpp"
.rdata
.space 16
$SG6153:
... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_7188_156.asm | ljhsiun2/medusa | 9 | 53734 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r15
push %rax
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x16fdd, %rdx
nop
nop
nop
nop
nop
add %rcx, %rcx
mov $0x6162636465666768, %rbx
movq %rbx, (%rdx)
nop
nop
nop
cmp $54116, %r11
lea addresses... |
libsrc/_DEVELOPMENT/adt/b_array/c/sccz80/b_array_capacity.asm | jpoikela/z88dk | 640 | 53736 |
; size_t b_array_capacity(b_array_t *a)
SECTION code_clib
SECTION code_adt_b_array
PUBLIC b_array_capacity
EXTERN asm_b_array_capacity
defc b_array_capacity = asm_b_array_capacity
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _b_array_capacity
defc _b_array_capacity = b_array_capacity
ENDIF
|
programs/oeis/004/A004927.asm | karttu/loda | 1 | 53737 | ; A004927: Floor of n*phi^12, where phi is the golden ratio, A001622.
; 0,321,643,965,1287,1609,1931,2253,2575,2897,3219,3541,3863,4185,4507,4829,5151,5473,5795,6117,6439,6761,7083,7405,7727,8049,8371,8693,9015,9337,9659,9981,10303,10625
mul $0,644
sub $0,6
mov $1,13
add $1,$0
sub $1,8
div $1,2
|
programs/oeis/067/A067726.asm | neoneye/loda | 22 | 53738 | ; A067726: a(n) = 6*n^2 + 12*n.
; 18,48,90,144,210,288,378,480,594,720,858,1008,1170,1344,1530,1728,1938,2160,2394,2640,2898,3168,3450,3744,4050,4368,4698,5040,5394,5760,6138,6528,6930,7344,7770,8208,8658,9120,9594,10080,10578,11088,11610,12144,12690,13248,13818,14400,14994,15600,16218,16848,17490,18144,18810,19488,201... |
programs/oeis/133/A133625.asm | karttu/loda | 1 | 53739 | ; A133625: Binomial(n+p, n) mod n where p=5.
; 0,1,2,2,2,0,1,7,4,3,1,8,1,8,9,13,1,7,1,10,8,12,1,3,6,1,10,8,1,2,1,25,12,1,8,22,1,20,14,39,1,15,1,12,25,24,1,5,1,11,18,14,1,46,12,43,20,1,1,48,1,32,22,49,14,23,1,18,24,50,1,7,1,1,41,20,1,66,1,77,28,1,1,50,18,44
mov $2,1
add $2,$0
mov $1,$2
add $1,5
mov $3,1
mul $3,$2
bin $... |
oeis/254/A254030.asm | neoneye/loda-programs | 11 | 53740 | ; A254030: a(n) = 1*4^n + 2*3^n + 3*2^n + 4*1^n.
; Submitted by <NAME>
; 10,20,50,146,470,1610,5750,21146,79430,303050,1169750,4554746,17852390,70322090,278050550,1102537946,4381257350,17438542730,69495104150,277204002746,1106488342310,4418973508970,17654960746550,70557055701146,282039886115270,1127594584724810,4508683... |
scripts/CinnabarLabTradeRoom.asm | opiter09/ASM-Machina | 1 | 53743 | <filename>scripts/CinnabarLabTradeRoom.asm<gh_stars>1-10
CinnabarLabTradeRoom_Script:
jp EnableAutoTextBoxDrawing
CinnabarLabTradeRoom_TextPointers:
dw Lab2Text1
dw Lab2Text2
dw Lab2Text3
Lab2Text1:
text_far _Lab2Text1
text_end
Lab2Text2:
text_asm
ld a, TRADE_FOR_DORIS
ld [wWhichTrade], a
jr Lab2DoTrade
L... |
libsrc/_DEVELOPMENT/adt/p_queue/c/sccz80/p_queue_push.asm | jpoikela/z88dk | 640 | 53744 |
; void p_queue_push(p_queue_t *q, void *item)
SECTION code_clib
SECTION code_adt_p_queue
PUBLIC p_queue_push
EXTERN p_forward_list_alt_push_back
defc p_queue_push = p_forward_list_alt_push_back
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _p_queue_push
defc _p_queue_push = p_queue_push
ENDIF
|
oeis/147/A147855.asm | neoneye/loda-programs | 11 | 53746 | <filename>oeis/147/A147855.asm
; A147855: G.f.: 1 / (1 + 4*x*G(x)^2 - 7*x*G(x)^3) where G(x) = 1 + x*G(x)^4 is the g.f. of A002293.
; Submitted by <NAME>
; 1,3,22,174,1444,12323,107104,942952,8381596,75053100,676017962,6118171326,55591175956,506805088026,4633571685968,42468065811884,390071875757852,3589637747968964,330... |
oeis/001/A001932.asm | neoneye/loda-programs | 11 | 53747 | <filename>oeis/001/A001932.asm
; A001932: Sum of Fibonacci (A000045) and Pell (A000129) numbers.
; Submitted by <NAME>
; 0,2,3,7,15,34,78,182,429,1019,2433,5830,14004,33694,81159,195635,471819,1138286,2746794,6629290,16001193,38624911,93240069,225087338,543386088,1311813146,3166937355,7645566463,18457873863,44560996378... |
oeis/033/A033651.asm | neoneye/loda-programs | 11 | 53749 | ; A033651: Trajectory of 9 under map x->x + (x-with-digits-reversed).
; Submitted by <NAME>
; 9,18,99,198,1089,10890,20691,40293,79497,158994,658845,1207701,2284722,4559544,9019098,17928207,88211178,175322466,839546037,1570191975,7362102726,13634115363,49985258994,99970517988,188942025987,978462275868,1847034540747,931... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1444.asm | ljhsiun2/medusa | 9 | 53750 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r15
push %r9
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x14eab, %rsi
lea addresses_WC_ht+0x18bab, %rdi
clflush (%rsi)
nop
nop
nop
nop
nop
xor %r12, %r12
mov $55, %rcx
rep movsw
nop
nop
nop
and %r9, %r9
lea... |
oeis/309/A309995.asm | neoneye/loda-programs | 11 | 53751 | <reponame>neoneye/loda-programs
; A309995: Balanced septenary enumeration (or balanced septenary representation) of integers; write n in septenary and then replace 4's with (-3),s, 5's with (-2)'s, and 6's with (-1)'s.
; Submitted by <NAME>
; 0,1,2,3,-3,-2,-1,7,8,9,10,4,5,6,14,15,16,17,11,12,13,21,22,23,24,18,19,20,-21... |
programs/oeis/076/A076225.asm | jmorken/loda | 1 | 53752 | <reponame>jmorken/loda
; A076225: Counts of the maximum value in n-th row of A076221.
; 1,2,3,2,3,2,3,3,3,2,3,3,4,3,3,3,4,4,5,5,5,4,5,5,5,4,4,4,5,5,6,6,6,5,5,5,6,5,5,5,6,6,7,7,7,6,7,7,7,7,7,7,8,8,8,8,8,7,8,8,9,8,8,8,8,8,9,9,9,9,10,10,11,10,10,10,10,10,11,11,11,10,11,11,11,10,10,10,11,11,11,11,11
mov $1,$0
cal $0,33836... |
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_1353.asm | ljhsiun2/medusa | 9 | 53755 | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r13
push %r14
push %r15
push %rsi
// Faulty Load
lea addresses_WC+0x1420e, %rsi
inc %r15
mov (%rsi), %r10d
lea oracles, %r13
and $0xff, %r10
shlq $12, %r10
mov (%r13,%r10,1), %r10
pop %rsi
pop %r15
pop %r14
pop %... |
Appl/WClock/wcInitFile.asm | steakknife/pcgeos | 504 | 53756 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (C) Palm Computing, Inc. 1993 -- All Rights Reserved
PROJECT: PEN GEOS
MODULE: World Clock
FILE: wcInitFile.asm
AUTHOR: <NAME>, Oct 21, 1993
ROUTINES:
Name Description
---- -----------
REVISION HISTORY... |
ReverseCase.asm | patkub/mips | 0 | 53757 | <gh_stars>0
# Reverse Case - <NAME> - 10/17/2015
# Reverse the case of the input string. Accepts up to 100 characters of input.
.data # items stored in data segment
.align 0 # no automatic alignment
string:
.space 400 # store 100 characters
# kee... |
binary16/fdiv_pow2.asm | DW0RKiN/Floating-point-Library-for-Z80 | 12 | 53759 | if not defined @FDIV_POW2
include "color_flow_warning.asm"
; Input: BC, HL with a mantissa equal to 1.0 (seee ee00 0000 0000)
; Output: HL = BC / HL = BC / (1.0 * 2^HL_exp) = BC * 1.0 * 2^-HL_exp, if ( overflow or underflow ) set carry
; Pollutes: AF, BC, DE
; if ( 1.m = 1.0 ) => 1/(2^x * 1.0) = 1/2^x * 1/1.0 = 2^... |
space_invader/moveAlienShoot.asm | EmilyClaire/space_invader | 0 | 53761 | .DSEG
.ORG 0x00
.EQU VGA_HADD = 0x90
.EQU VGA_LADD = 0x91
.EQU VGA_COLOR = 0x92
.EQU INSIDE_FOR_COUNT = 0x2f
.EQU MIDDLE_FOR_COUNT = 0x2f
.EQU OUTSIDE_FOR_COUNT = 0x2f
.EQU INSIDE_FOR_COUNT2 = 0x1f
.EQU MIDDLE_FOR_COUNT2 = 0x1f
.EQU OUTSIDE_FOR_COUNT2 = 0x1f
.equ END_ROW_SHIP = 0x48; the row lengt... |
python_src/tools/sprite_barbaro_3.asm | fjpena/sword-of-ianna-msx2 | 43 | 53762 | dummyspace: ds 5376
barbaro_idle_espada_eclipse:
DB 0, 0, 68, 70, 4, 0, 0, 0, 0, 0, 0, 0
DB 0, 64, 100, 136, 104, 0, 0, 0, 0, 0, 0, 0
DB 0, 68, 134, 8, 128, 4, 0, 0, 0, 0, 0, 0
DB 0, 100, 136, 0, 0, 4, 112, 119, 119, 0, 0, 0
DB ... |
projects/07/MemoryAccess/BasicTest/BasicTest.asm | Youngermaster/Nand2Tetris-Solutions | 0 | 53763 | <reponame>Youngermaster/Nand2Tetris-Solutions
// <NAME>
@256
D=A
@SP
M=D
@300
D=A
@LCL
M=D
@400
D=A
@ARG
M=D
@3000
D=A
@THIS
M=D
@3010
D=A
@THAT
M=D
@10
D=A
@SP
A=M
M=D
@SP
M=M+1
@0
D=A
@LCL
D=D+M
@13
M=D
@SP
A=M-1
D=M
@13
A=M
M=D
@SP
M=M-1
@21
D=A
@SP
A=M
M=D
@SP
M=M+1
@22
D=A
@SP
A=M
M=D
@SP
M=M+1
@2
D=A
@ARG
D=D+M
... |
Driver/Printer/PrintCom/printcomCanonBJCColor.asm | steakknife/pcgeos | 504 | 53764 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GlobalPC 1999. All rights reserved.
GLOBALPC CONFIDENTIAL
PROJECT: GlobalPC
MODULE: Canon BJC Printer Driver
FILE: printcomCanonBJColor.asm
AUTHOR: <NAME>, Jan 24, 1999
ROUTINES:
Name Description
----... |
Kernel/asm/ipc.asm | shipupi/SO-TP2 | 0 | 53767 | GLOBAL ipc_sleep
section .text
%macro start 0
push rbp
mov rbp, rsp
push rbx
push rcx
push r12
push r13
push r15
%endmacro
%macro finish 0
pop r15
pop r13
pop r12
pop rcx
pop rbx
mov rsp, rbp
pop rbp
ret
%endmacro
ipc_sleep:
start
mov rdi, 0x10
int 80h
finish
|
unittests/ASM/OpSize/66_C4.asm | cobalt2727/FEX | 628 | 53768 | %ifdef CONFIG
{
"RegData": {
"XMM0": ["0x4142434445467778", "0x5152535455565758"],
"XMM1": ["0x4142434477784748", "0x5152535455565758"],
"XMM2": ["0x4142777845464748", "0x5152535455565758"],
"XMM3": ["0x7778434445464748", "0x5152535455565758"],
"XMM4": ["0x4142434445464748", "0x51525354555677... |
programs/oeis/079/A079863.asm | neoneye/loda | 22 | 53769 | <gh_stars>10-100
; A079863: a(n) is the number of occurrences of 11s in the palindromic compositions of m=2*n-1 = the number of occurrences of 12s in the palindromic compositions of m=2*n.
; 34,70,144,296,608,1248,2560,5248,10752,22016,45056,92160,188416,385024,786432,1605632,3276800,6684672,13631488,27787264,56623104,... |
oeis/161/A161903.asm | neoneye/loda-programs | 11 | 53770 | <reponame>neoneye/loda-programs
; A161903: Convert n into a sequence of binary digits, apply one step of the rule 110 cellular automaton, and interpret the results as a binary integer.
; Submitted by <NAME>
; 0,3,6,7,12,15,14,13,24,27,30,31,28,31,26,25,48,51,54,55,60,63,62,61,56,59,62,63,52,55,50,49,96,99,102,103,108,1... |
_maps/Boss Items.asm | kodishmediacenter/msu-md-sonic | 9 | 53771 | ; ---------------------------------------------------------------------------
; Sprite mappings - extra boss items (e.g. swinging ball on a chain in GHZ)
; ---------------------------------------------------------------------------
Map_BossItems_internal:
dc.w @chainanchor1-Map_BossItems_internal
dc.w @chainanchor2... |
libsrc/stdio/msx/getk.asm | meesokim/z88dk | 0 | 53772 | <gh_stars>0
;
; MSX C Library
;
; getk() Read key status
;
; <NAME> - Apr. 2000
;
;
; $Id: getk.asm,v 1.7 2015/01/19 01:33:20 pauloscustodio Exp $
;
PUBLIC getk
EXTERN fgetc_cons
EXTERN msxbios
IF FORmsx
INCLUDE "msxbios.def"
ELSE
INCLUDE "svibios.def"
ENDIF
.getk
ld ix,CHSNS
call msxbi... |
libsrc/stdio/trs80/generic_console_ioctl.asm | Toysoft/z88dk | 0 | 53773 | <reponame>Toysoft/z88dk
MODULE generic_console_ioctl
PUBLIC generic_console_ioctl
EXTERN EG2000_ENABLED
EXTERN __eg2000_custom_font
EXTERN __eg2000_mode
defc CHAR_TABLE = 0xF400
SECTION code_clib
INCLUDE "ioctl.def"
; a = ioctl
; de = arg
generic_console_ioctl:
ex de,hl
ld c,(hl) ;hl = source
inc hl
l... |
programs/oeis/135/A135364.asm | karttu/loda | 0 | 53775 | <gh_stars>0
; A135364: First column of a triangle - see Comments lines.
; 1,2,3,7,17,40,93,216,502,1167,2713,6307,14662,34085,79238,184206,428227,995507,2314273,5380032,12507057,29075380,67592058,157132471,365288677,849193147,1974134558,4589306057,10668842202,24802049050,57657768803,134038050511,311600662977,7243836567... |
boot/pikos_entry.asm | pikobyte/pikos | 1 | 53776 | <filename>boot/pikos_entry.asm
;
; pikos_entry.asm
; Simply defines the calling point of main in the kernel.
;
global _start
[bits 32]
_start:
[extern pikos_main]
call pikos_main
jmp $ |
programs/oeis/266/A266973.asm | karttu/loda | 0 | 53777 | <filename>programs/oeis/266/A266973.asm
; A266973: a(n) = 4^n mod 17.
; 1,4,16,13,1,4,16,13,1,4,16,13,1,4,16,13,1,4,16,13,1,4,16,13,1,4,16,13,1,4,16,13,1,4,16,13,1,4,16,13,1,4,16,13,1,4,16,13,1,4,16,13,1,4,16,13,1,4,16,13,1,4,16,13,1,4,16,13,1,4,16,13,1,4,16
mod $0,4
mov $2,$0
add $0,1
mov $3,4
mov $4,2
lpb $0,1
mov... |
programs/oeis/099/A099921.asm | neoneye/loda | 22 | 53778 | <filename>programs/oeis/099/A099921.asm<gh_stars>10-100
; A099921: a(n) = 5*Fibonacci(n)^2.
; 5,5,20,45,125,320,845,2205,5780,15125,39605,103680,271445,710645,1860500,4870845,12752045,33385280,87403805,228826125,599074580,1568397605,4106118245,10749957120,28143753125,73681302245,192900153620,505019158605,1322157322205,... |
Transynther/x86/_processed/NONE/_st_/i7-7700_9_0x48.log_16864_2838.asm | ljhsiun2/medusa | 9 | 53779 | <filename>Transynther/x86/_processed/NONE/_st_/i7-7700_9_0x48.log_16864_2838.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r15
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x1622, %rsi
lea addresses_WC_ht+0x19f62, %rdi
clflush (%rdi)
nop
lfence
mov $112, %rcx
rep movsw
no... |
apps/breakfast/pde_fw/toast/examples/Assembly (CCE)/msp430x24x_clks.asm | tp-freeforall/breakfast | 1 | 53780 | ;*******************************************************************************
; MSP430x24x Demo - Basic Clock, Output Buffered SMCLK, ACLK and MCLK/10
;
; Description: Buffer ACLK on P2.0, SMCLK(DCO) on P2.1 and MCLK/10 on
; P2.2.
; ACLK = LFXT1 = 32768Hz, MCLK = SMCLK = CALxxx_8MHZ = 8MHz
; //* Exte... |
tests/scrn.asm | l3gacyb3ta/super16 | 2 | 53781 | # PRINT AN R
.r
load x8 0x0000
load y9 0x0000
scrn 0x0000 0xffff
#
load x8 0x0000
load y9 0x0001
scrn 0x0000 0xffff
#
load x8 0x0000
load y9 0x0002
scrn 0x0000 0xffff
#
load x8 0x0000
load y9 0x0003
scrn 0x0000 0xffff
#
load x8 0x0002
load y9 0x0003
scrn 0x0000 0xffff
#
load x8 0x0001
load y9 0x0000
scrn 0x0000 0xffff
... |
oeis/189/A189038.asm | neoneye/loda-programs | 11 | 53782 | <filename>oeis/189/A189038.asm
; A189038: Decimal expansion of (9+sqrt(17))/8.
; Submitted by <NAME>
; 1,6,4,0,3,8,8,2,0,3,2,0,2,2,0,7,5,6,8,7,2,7,6,7,6,2,3,1,9,9,6,7,5,9,6,2,8,1,4,3,3,9,9,9,0,3,1,7,1,7,0,2,5,5,4,2,9,9,8,2,9,1,9,6,6,3,6,8,6,9,2,9,3,2,9,2,2,0,2,6,9,9,1,9,8,4,8,2,9,5,6,3,5,1,3,3,5,5,3,7
mov $1,1
mov $2,... |
src/drivers/TwavePDCSG.asm | sharksym/vgmplay-sharksym | 6 | 53783 | ;
; T-Wave SN76489 DCSG driver (primary)
;
TWAVEP_SN76489: equ 3AH
TWAVEpDCSG: MACRO
super: DCSG TWAVEP_SN76489, TWAVEpDCSG_name
; slot:
; db 0
ENDM
; ix = this
; iy = drivers
TWAVEpDCSG_Construct:
call DCSG_Construct
call TWAVEpDCSG_Detect
jp nc,Driver_NotFound
; ld (ix + TWAVEpDCSG.slot),a
; call TWAVE_Enable... |
asm/huc_bram.asm | trapexit/chipce8 | 14 | 53784 | <reponame>trapexit/chipce8<filename>asm/huc_bram.asm
;
; HUC_BRAM.ASM - HuC Backup RAM Library
;
.bss
_bm_mpr4: .ds 1
_bm_error: .ds 1
.code
; NOTE: the BRAM format is as follows:
;
; BRAM bank header (0x10 bytes):
; ------------------------------
; - Header tag (4 bytes) = 'HUBM'
;
; - Pointer t... |
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_306.asm | ljhsiun2/medusa | 9 | 53785 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x11099, %rsi
lea addresses_A_ht+0x97d9, %rdi
nop
nop
sub $56383, %rbp
mov $107, %rcx
rep movsq
nop
nop
nop
nop
nop
and %r9, %r9
lea addresses_WT_ht+0xf559, %rax
nop
nop
nop
no... |
Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0x84_notsx.log_21829_3105.asm | ljhsiun2/medusa | 9 | 53786 | .global s_prepare_buffers
s_prepare_buffers:
push %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x1c1ca, %rsi
lea addresses_D_ht+0x1baaa, %rdi
and $38662, %r9
mov $89, %rcx
rep movsl
nop
nop
nop
sub $28017, %rbx
lea addresses_WT_ht+0x1888a, %rsi
lea addresses_WC_ht+0xb88a, %rdi
clf... |
Library/Chart/Legend/legendSelect.asm | steakknife/pcgeos | 504 | 53788 | <filename>Library/Chart/Legend/legendSelect.asm
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: legendSelect.asm
AUTHOR: <NAME>
ROUTINES:
Name Description
---- -----------
REVISION HIST... |
grep.asm | marissa-masangcay/xv6 | 0 | 53791 |
_grep: file format elf32-i386
Disassembly of section .text:
00000000 <grep>:
char buf[1024];
int match(char*, char*);
void
grep(char *pattern, int fd)
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 83 ec 28 sub $0x28,%esp
int n, m;
char *p, *q;
... |
cmd/command/tpipe.asm | minblock/msdos | 0 | 53792 | <filename>cmd/command/tpipe.asm
page ,132
; SCCSID = @(#)tpipe.asm 1.1 85/05/14
; SCCSID = @(#)tpipe.asm 1.1 85/05/14
TITLE PART8 COMMAND Transient routines.
;/*
; * Microsoft Confidential
; * Copyright (C) Microsoft Corporation 1991
; * All Rights Reserve... |
sysinfo.asm | ReturnInfinity/BareMetal-examples | 7 | 53793 | <gh_stars>1-10
; System Information Program (v1.1 - November 14 2017)
; Written by <NAME>
;
; BareMetal compile:
; nasm sysinfo.asm -o sysinfo.app
%include "libBareMetal.asm"
main: ; Start of program label
lea rdi, [rel startmessage] ; Load RSI with memory address of string
call output ; Print the string tha... |
test/decoder/sib2.asm | fotcorn/x86emu | 18 | 53796 | .text
.global _start
_start:
lea 0x1,%ecx
lea 0x1(,1),%ecx # same as the line above
lea 0x1(%rax),%ecx
lea 0x1(%rax,1),%ecx # same as the line above
lea 0x1(,%rax),%ecx
lea 0x1(,%rax,1),%ecx # same as the line above
lea 0x1(%rbp,%rbx,1),%ecx
lea 0xFFF(%rbp,%rbx,1),%ecx
int $0x80
|
programs/oeis/088/A088631.asm | neoneye/loda | 22 | 53797 | <reponame>neoneye/loda<gh_stars>10-100
; A088631: Largest number m < n such that m+n is a prime.
; 1,2,3,2,5,6,5,8,9,8,11,10,9,14,15,14,13,18,17,20,21,20,23,22,21,26,25,24,29,30,29,28,33,32,35,36,35,34,39,38,41,40,39,44,43,42,41,48,47,50,51,50,53,54,53,56,55,54,53,52,51,50,63,62,65,64,63,68,69,68,67,66,65,74,75,74,73,7... |
26.asm | AsadKhalil/Assembly_x86 | 0 | 53798 | [org 0x0100]
jmp start
factorial:
push bp
mov bp, sp
cmp word[bp + 4], 1
jZ basecase
sub sp, 2
mov ax, word[bp + 4]
sub ax, 1
push ax
call factorial
pop bx
mov ax, word[bp + 4]
mul bl
mov word[bp + 6], ax
jmp endfunc
basecase:
mov word[bp + 6], 1
endfunc:
pop bp
... |
8085_programming/MBLE/9.asm | SayanGhoshBDA/code-backup | 16 | 53799 | <gh_stars>10-100
MVI B, 01H
MVI C, 02H
;MVI D, 00H
MVI E, 08H
MVI H, 09H
LXI SP, 000FH
PUSH B
PUSH D
PUSH H
MVI B, 00H
MVI C, 00H
MVI E, 00H
MVI H, 00H
POP B
POP D
POP H
HLT
|
oeis/022/A022031.asm | neoneye/loda-programs | 11 | 53800 | <filename>oeis/022/A022031.asm
; A022031: Define the sequence T(a(0),a(1)) by a(n+2) is the greatest integer such that a(n+2)/a(n+1) < a(n+1)/a(n) for n >= 0. This is T(4,17).
; Submitted by <NAME>
; 4,17,72,304,1283,5414,22845,96397,406757,1716352,7242319,30559689,128949662,544115986,2295951781,9687997993,40879475731,... |
_build/dispatcher/jmp_ippsSMS4EncryptCBC_CS3_e4cf5676.asm | zyktrcn/ippcp | 1 | 53801 | extern m7_ippsSMS4EncryptCBC_CS3:function
extern n8_ippsSMS4EncryptCBC_CS3:function
extern y8_ippsSMS4EncryptCBC_CS3:function
extern e9_ippsSMS4EncryptCBC_CS3:function
extern l9_ippsSMS4EncryptCBC_CS3:function
extern n0_ippsSMS4EncryptCBC_CS3:function
extern k0_ippsSMS4EncryptCBC_CS3:function
extern ippcpJumpIndexForMe... |
base/mvdm/softpc.new/roms/bios1.asm | npocmaka/Windows-Server-2003 | 17 | 53802 | <reponame>npocmaka/Windows-Server-2003
; SCCSID = @(#)uf.bios1.asm 1.16 7/3/95
; Author: <NAME>, <NAME>
;
; Purpose:
; provides Intel BIOS for the following:
; RTC interrupt
; fixed disk (on dual card)
;
; C-services (through 'bop' instruction)
BIOS_UNEXP_INT = 2
BIOS_RTC_INT = 70h
BIOS_RED... |
oeis/127/A127053.asm | neoneye/loda-programs | 11 | 53804 | ; A127053: Expansion of 1/(1+9*x*c(x)), where c(x) = g.f. for Catalan numbers A000108.
; Submitted by <NAME>
; 1,-9,72,-585,4734,-38358,310662,-2516481,20383110,-165104478,1337341896,-10832484474,87743071332,-710719065000,5756823757890,-46630274845905,377705217526470,-3059412293786310,24781239462988800,-200728040080084... |
vm_check/arithmetic/1_divide_zero_float.asm | skiff-vm/skiff | 0 | 53805 | <gh_stars>0
.init main
.debug 3
.float LHS 10.0
.float RHS 0.0
.code
main:
mov i1 @0 ; Load constants from 0 slot
mov i5 &LHS ; At offset of data item
lqw i1 i5 i5 ; Load LHS into i5 (retrieve data)
mov i6 &RHS ; At offset of data item
lqw i1 i6 i6 ; Lo... |
Library/Chart/Utils/utilsText.asm | steakknife/pcgeos | 504 | 53807 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1991 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: utilsTextObject.asm
AUTHOR: <NAME>, Oct 22, 1991
METHODS:
Name Description
---- -----------
REVISION HISTORY:
Name Date Descr... |
libsrc/_DEVELOPMENT/math/float/math32/lm32/c/sccz80/ceil_fastcall.asm | Frodevan/z88dk | 640 | 53808 |
SECTION code_fp_math32
PUBLIC ceil_fastcall
EXTERN m32_ceil_fastcall
defc ceil_fastcall = m32_ceil_fastcall
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _ceil_fastcall
defc _ceil_fastcall = m32_ceil_fastcall
ENDIF
|
fiat-amd64/35.64_ratio12722_seed1894487979817632_mul_curve25519.asm | dderjoel/fiat-crypto | 491 | 53809 | SECTION .text
GLOBAL mul_curve25519
mul_curve25519:
sub rsp, 0x68 ; last 0x30 (6) for Caller - save regs
mov [ rsp + 0x38 ], rbx; saving to stack
mov [ rsp + 0x40 ], rbp; saving to stack
mov [ rsp + 0x48 ], r12; saving to stack
mov [ rsp + 0x50 ], r13; saving to stack
mov [ rsp + 0x58 ], r14; saving to stack
mov [ rs... |
asm/por_fix_alt_character_swing_anims.asm | Iemnur/DSVEdit | 70 | 53810 | .nds
.relativeinclude on
.erroronwarning on
; When Jonathan or Charlotte's sprite gets swapped out for one of the alternate game mode characters, the game still tries to use the weapon-dependent swing animation that Jonathan/Charlotte would use.
; But the alternate characters don't have the proper animations, so they ... |
null.asm | kishan1468/memory-management-in-xv6 | 0 | 53811 | <gh_stars>0
_null: file format elf32-i386
Disassembly of section .text:
00001000 <main>:
#include "types.h"
#include "stat.h"
#include "user.h"
int main(int argc, char *argv[])
{
1000: f3 0f 1e fb endbr32
int *i = 0;
(*i)++;
1004: a1 00 00 00 00 mov 0x0,%eax
1009: 0f 0b ... |
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_27_417.asm | ljhsiun2/medusa | 9 | 53812 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r15
push %r9
push %rbx
push %rdi
push %rsi
lea addresses_WT_ht+0x11043, %r11
nop
nop
nop
nop
nop
dec %r9
mov (%r11), %rdi
nop
xor $39922, %r15
lea addresses_normal_ht+0x1eeed, %r9
nop
nop
cmp %rbx, %rbx
mov $0x6162636465666768, %r15
movq %r15, %xmm7
vmovups %... |
oeis/217/A217779.asm | neoneye/loda-programs | 11 | 53813 | ; A217779: Expansion of (1-4x+4*x^2)/((1-5x+5*x^2)*(1-3x+x^2)).
; Submitted by <NAME>
; 1,4,15,56,208,768,2821,10320,37639,136972,497652,1805984,6548425,23729916,85953823,311240928,1126753336,4078394080,14760382029,53415642632,193291233367,699417041844,2530731376540,9156839587776,33131242464913,119873850697588
mov $1,... |
Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2.log_19703_94.asm | ljhsiun2/medusa | 9 | 53814 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r8
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x1c86d, %r10
nop
add %rsi, %rsi
mov (%r10), %di
nop
nop
nop
nop
add $20554, %r8
lea addresses_UC_ht+0x1c76d, %rbp
clflush (%rbp)
nop
nop
add $43047, %r10
mov (%rbp), %rcx
nop
... |
modules/module-paint/shaders/asm/TransferPigment.asm | pagienet/psykopaint2-application | 2 | 53816 | //
// Generated by Microsoft (R) HLSL Shader Compiler 9.30.9200.16384
//
///
// Parameters:
//
// float density;
// float densityOverStainingPower;
// float granulation;
// Texture2D linearSampler+normalHeightMap;
// Texture2D linearSampler+pigmentField;
//
//
// Registers:
//
// Name ... |
linux/asm/stringa.asm | mvslovers/mvsclib | 0 | 53817 | ; stringa.asm - string assembler functions
;
; This program written by <NAME>, <EMAIL>
; Released to the public domain
;
; Mods by <NAME>
.386p
.model flat
_DATA segment dword public use32 'DATA'
_DATA ends
_BSS segment dword public use32 'BSS'
_BSS ends
DGROUP group _DATA,_BSS
assume cs:_TEXT,ds:D... |
oeis/055/A055256.asm | neoneye/loda-programs | 11 | 53818 | <filename>oeis/055/A055256.asm
; A055256: Number of odd digits in 3^n.
; Submitted by <NAME>(w4)
; 1,1,1,1,1,1,2,2,2,3,3,5,4,5,3,4,3,5,3,4,3,5,7,6,4,3,5,7,6,6,7,9,7,10,9,11,11,10,12,11,10,11,14,12,10,11,12,12,11,14,14,17,9,13,14,16,18,12,10,15,15,13,11,15,12,19,15,18,19,19,20,20,18,19,21,20,21,22
mov $3,$0
mov $0,3
po... |
tmp1/c55x-sim2/foo/Debug/oled_test.asm | jwestmoreland/eZdsp-DBG-sim | 1 | 53819 | <reponame>jwestmoreland/eZdsp-DBG-sim<filename>tmp1/c55x-sim2/foo/Debug/oled_test.asm
;*******************************************************************************
;* TMS320C55x C/C++ Codegen PC v4.4.1 *
;* Date/Time created: Sat Oct 06 06:38:25 2018 ... |
Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2_notsx.log_3880_798.asm | ljhsiun2/medusa | 9 | 53820 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r14
push %r15
push %r8
push %rbp
lea addresses_A_ht+0x133e1, %r11
nop
nop
nop
mfence
movups (%r11), %xmm1
vpextrq $0, %xmm1, %r12
nop
and %r15, %r15
lea addresses_WT_ht+0x16174, %r8
nop
and %r14, %r14
mov $0x6162636465666768, %rbp
movq %rb... |
test/hack_programs/beatles_by_Diogo.asm | mbalestrini/hack_soc | 1 | 53821 | <gh_stars>1-10
@32767 // word: 1000000000000000
D=!A
@18074
M=D
@18076
M=D
@19142
M=D
@19452
M=D
@19637
M=D
@19653
M=D
@19685
M=D
@19687
M=D
@19770
M=D
@20315
M=D
@20388
M=D
@20420
M=D
@20921
M=D
@20948
M=D
@20962
M=D
@20994
M=D
@21205
M=D
@21269
M=D
@21301
M=D
@21333
M=D
@21404
M=D
@21908
M=D
@21914
M=D
@21964
M=D
@22... |
src/features/editor/examples/hardware_interrupts.asm | exuanbo/samphire-ts | 0 | 53822 | <reponame>exuanbo/samphire-ts
; --------------------------------------
; Hardware Interrupts
; --------------------------------------
JMP Start ; Jump past the table of interrupt vectors
DB 50 ; Vector at 02 pointing to address 50
Start:
STI ; Set I flag. Enable hardware interrupts
MOV AL, 30 ; ASCII for... |
trace.asm | laerreal/flyshooter | 0 | 53823 | <filename>trace.asm<gh_stars>0
; push x
; push y
; push num (2B)
; push color
trace:
push bp
mov bp,sp
push bx
mov ax,[bp+6]
mov bx,10
xor dx,dx
div bx
mov bl,dl
test ax,ax
jz trace_next1
mov cx,[bp+10]
sub cx,4
push cx
push word [bp+8]
push ax
pus... |
oeis/042/A042248.asm | neoneye/loda-programs | 11 | 53824 | ; A042248: Numerators of continued fraction convergents to sqrt(650).
; Submitted by <NAME>(w2)
; 25,51,2575,5201,262625,530451,26785175,54100801,2731825225,5517751251,278619387775,562756526801,28416445727825,57395647982451,2898198844850375,5853793337683201,295587865729010425,597029524795704051,30147064105514212975,608... |
.tmp/disasm.asm | ruguevara/z80-sample-program | 0 | 53825 | <gh_stars>0
; EQU:
; Data addresses used by the opcodes that point to uninitialized memory areas.
L6001: equ 6001h ; 24577. Subroutine. Called by: L62E2[6300h].
L6010: equ 6010h ; 24592. Subroutine. Called by: L62E2[62E6h].
L601B: equ 601Bh ; 24603. Subroutine. Called by: L62E2[62E9h].
; Last eleme... |
src/boot.asm | mzxrules/z64-dual | 0 | 53826 | <filename>src/boot.asm
.headersize (G_BOOT_ENTRYPOINT - G_BOOT_ADDR)
.org G_BOOT_ENTRYPOINT
BOOT:
addiu sp, sp, -0x20
sw s0, 0x18(sp)
sw s1, 0x1C(sp)
// copy boot code into it's own address space
la s0, G_SWAP_ENTRYPOINT
la a0, G_BOOT_ENTRYPOINT
addu a1, s0, r0
... |
programs/oeis/152/A152100.asm | karttu/loda | 0 | 53827 | <gh_stars>0
; A152100: G.f.: 1 - 2*x*(-7 - 10*x + x^2)/(x - 1)^4.
; 1,14,76,218,472,870,1444,2226,3248,4542,6140,8074,10376,13078,16212,19810,23904,28526,33708,39482,45880,52934,60676,69138,78352,88350,99164,110826,123368,136822,151220,166594,182976,200398,218892,238490,259224,281126,304228,328562,354160,381054,409276,... |
exampl07/shuflarr/unique_riched/strmout.asm | AlexRogalskiy/Masm | 0 | 53828 | <gh_stars>0
; #########################################################################
StreamFileOut proc hEdit:DWORD,lpszFileName:DWORD
LOCAL hFile :DWORD
LOCAL fSiz :DWORD
LOCAL ofs :OFSTRUCT
LOCAL est :EDITSTREAM
LOCAL buffer[32]:BYTE
LOCAL aval[8]:BYTE
invoke GetWindowTextLength... |
assignment-6/killall-hostname.nasm | securitychops/security-tube-slae64 | 1 | 53829 | ; Student ID : SLAE64-1611
; Student Name : Jonathan "Chops" Crosby
; Assignment 6.1 : Polymorphic Conversion of Linux/x64 Shellcode Part One of Three - sethostname() & killall
; File Name : hostname-killall.nasm
; Shell Storm : http://shell-storm.org/shellcode/files/shellcode-605.php
global _start
sect... |
Transynther/x86/_processed/AVXALIGN/_st_sm_/i7-8650U_0xd2_notsx.log_99_654.asm | ljhsiun2/medusa | 9 | 53830 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %r15
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x1b97, %rsi
lea addresses_normal_ht+0x1d197, %rdi
nop
dec %r13
mov $80, %rcx
rep movsl
nop
nop
cmp %r15, %r15
lea addresses_normal_ht+0x5324, %r9
add %r15, %r15... |
programs/oeis/258/A258774.asm | karttu/loda | 1 | 53831 | <filename>programs/oeis/258/A258774.asm
; A258774: a(n) = 1 + sigma(n) + sigma(n)^2.
; 3,13,21,57,43,157,73,241,183,343,157,813,211,601,601,993,343,1561,421,1807,1057,1333,601,3661,993,1807,1641,3193,931,5257,1057,4033,2353,2971,2353,8373,1483,3661,3193,8191,1807,9313,1981,7141,6163,5257,2353,15501,3307,8743,5257,9703,... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1878.asm | ljhsiun2/medusa | 9 | 53832 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r12
push %r15
push %rbp
push %rbx
push %rcx
push %rdi
// Store
lea addresses_PSE+0xa359, %r12
nop
nop
nop
and %rbx, %rbx
movl $0x51525354, (%r12)
nop
sub $60450, %rbp
// Load
lea addres... |
oeis/100/A100404.asm | neoneye/loda-programs | 11 | 53835 | <reponame>neoneye/loda-programs
; A100404: a(n) = L(n) * n! where L(n) are the Lucas numbers.
; Submitted by <NAME>(s4)
; 2,1,6,24,168,1320,12960,146160,1895040,27578880,446342400,7943443200,154238515200,3244277836800,73491299481600,1783667837952000,46176597282816000,1270159805730816000,36992915271696384000,11372600437... |
Chapter 15/SimpleInterestCalculation/SimpleInterestCalculation/SimpleInterestCalculation.asm | bpbpublications/Implementing-Reverse-Engineering | 0 | 53836 | ; Listing generated by Microsoft (R) Optimizing Compiler Version 16.00.30319.01
TITLE C:\JitenderN\REBook\SimpleInterestCalculation\SimpleInterestCalculation\SimpleInterestCalculation.cpp
.686P
.XMM
include listing.inc
.model flat
INCLUDELIB LIBCMT
INCLUDELIB OLDNAMES
CONST SEGMENT
$SG4681 DB '%f',... |
libsrc/_DEVELOPMENT/drivers/character/character_00/input/character_00_input_bin/character_00_input_bin_stdio_msg_ictl.asm | jpoikela/z88dk | 640 | 53838 |
SECTION code_driver
SECTION code_driver_character_input
PUBLIC character_00_input_bin_stdio_msg_ictl
EXTERN device_reset_error
character_00_input_bin_stdio_msg_ictl:
; ioctl messages understood:
;
; defc IOCTL_RESET = $0000
;
; enter : ix = & FDSTRUCT.JP
; bc = first parameter
; ... |
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca_notsx.log_21829_445.asm | ljhsiun2/medusa | 9 | 53839 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r15
push %rax
push %rbp
push %rbx
push %rdi
lea addresses_WT_ht+0xfa8a, %rbx
sub $52073, %rax
mov $0x6162636465666768, %rbp
movq %rbp, %xmm7
and $0xffffffffffffffc0, %rbx
movntdq %xmm7, (%rbx)
nop
xor %r15, %r15
lea address... |
sbsext/tk2/heap.asm | olifink/smsqe | 0 | 53840 | * Heap handling V0.13 1985 <NAME> QJUMP
*
* ALCHP (nbytes) allocate common heap
* RECHP base_address return to common heap
* CLCHP clear common heap
* FREE_MEM get free memory
*
section exten
*
xdef alchp
xdef rechp
xdef clchp
xdef free_mem
xdef ext_flint
*
xref ut_gxli1
xref ut_rtfd1
xref... |
documents/test2/test.asm | paulscottrobson/6502-basic | 3 | 53841 |
;
; Macro test.
;
* = $1000
editor_delete .macro
lda \1
ldy \2
ldx #len(\@)
jsr Editor
.endm
editor_delete #1,#2
editor_delete $04,$05
;; editor_delete #3
Editor:
rts
|
macros/macros.asm | nealvis/c64_samples_kick | 0 | 53842 | <gh_stars>0
///////////////////////////////////////////////////////////////////////////////
// macros.asm
// Copyright(c) 2021 <NAME>.
// License: MIT. See LICENSE file in root directory.
//////////////////////////////////////////////////////////////////////////////
// This sample shows how to create and call macros.
/... |
src/includes/strings.asm | rhargreaves/zx-spec | 34 | 53843 | <filename>src/includes/strings.asm
_zxspec_text_banner db _nl, ' '
db 10h, zxspec_config_banner_ink_colour
db ' ZX Spec v0.1.0'
db 10h, zxspec_config_normal_ink_colour
db _nl, _nl
_zxspec_text_banner_end equ $
_zxspec_text_pass db _nl, 'Pass: '
_zxspec_text_pass_end equ $
_zxspec_text_fail d... |
oeis/020/A020933.asm | neoneye/loda-programs | 11 | 53844 | ; A020933: Expansion of (1-4*x)^(21/2).
; Submitted by <NAME>(s4)
; 1,-42,798,-9044,67830,-352716,1293292,-3325608,5819814,-6466460,3879876,-705432,-117572,-54264,-38760,-36176,-40698,-52668,-76076,-120120,-204204,-369512,-705432,-1410864,-2939300,-6348888,-14162904
mov $1,1
mov $3,$0
mov $0,46
lpb $3
sub $0,4
mul... |
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_756.asm | ljhsiun2/medusa | 9 | 53845 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r14
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x11275, %rcx
xor $13377, %rbx
mov $0x6162636465666768, %rbp
movq %rbp, %xmm7
vmovups %ymm7, (%rcx)
nop
nop
nop
nop
nop
and $36678, %r12
lea addresses... |
programs/oeis/157/A157810.asm | karttu/loda | 1 | 53846 | <reponame>karttu/loda
; A157810: Period 4: repeat [2, 1, 3, 2].
; 2,1,3,2,2,1,3,2,2,1,3,2,2,1,3,2,2,1,3,2,2,1,3,2,2,1,3,2,2,1,3,2,2,1,3,2,2,1,3,2,2,1,3,2,2,1,3,2,2,1,3,2,2,1,3,2,2,1,3,2,2,1,3,2,2,1,3,2,2,1,3,2,2,1,3,2,2,1,3,2,2,1,3,2,2,1,3,2,2,1,3,2
mod $0,4
mov $1,4
sub $1,$0
mod $1,3
add $1,1
|
Transynther/x86/_processed/US/_ht_un_/i9-9900K_12_0xa0.log_21829_1134.asm | ljhsiun2/medusa | 9 | 53847 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %rax
push %rbx
lea addresses_D_ht+0x868a, %rbx
nop
and $1354, %rax
vmovups (%rbx), %ymm3
vextracti128 $0, %ymm3, %xmm3
vpextrq $1, %xmm3, %r10
nop
nop
sub $16642, %r12
pop %rbx
pop %rax
pop %r12
pop %r10
ret
.global s_f... |
Global/_code/player_clear2.asm | kosmonautdnb/TheLandsOfZador | 0 | 53849 | include "player_symbols.asm"
include "player_const.asm"
songoff
lda #$01
sta fw_song_off
; disable both voices by setting the highest frequency
lda #$fe
sta $ff0e
sta $ff0f
lda #$03
sta $ff10
lda $ff12
and #%11111100
ora #$03
sta $ff12
lda #$00
sta $ff11
jsr waitFrame
rts
INSNIL2
KP_OSCV 0,0,0,... |
oeis/246/A246724.asm | neoneye/loda-programs | 11 | 53850 | <filename>oeis/246/A246724.asm<gh_stars>10-100
; A246724: Decimal expansion of r_2, the second smallest radius for which a compact packing of the plane exists, with disks of radius 1 and r_2.
; Submitted by <NAME>(s4)
; 1,5,4,7,0,0,5,3,8,3,7,9,2,5,1,5,2,9,0,1,8,2,9,7,5,6,1,0,0,3,9,1,4,9,1,1,2,9,5,2,0,3,5,0,2,5,4,0,2,5,... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1534.asm | ljhsiun2/medusa | 9 | 53851 | <filename>Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1534.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r15
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x5292, %rcx
nop
nop
nop
nop
xor $60899, %r13
vmovups (%rcx), %ymm0
vextracti128 $1, %... |
src/kbd/kbd.asm | abxxbo/biboot | 4 | 53852 | <filename>src/kbd/kbd.asm
;; BiBoot's keyboard driver, written by ABXXBO.
;; There's still probably alot to be fixed, but
;; eh, it should work.
;; Constants
%define PERIOD 46 ;; 0x2E in hex
%define NWLINE 13 ;; 0x0D in hex
;; Numerics
%define ONE 49
%define TWO 50
;; Read a character from stdin
_read_char:
mov ah... |
data/pokemon/dex_entries/flareon.asm | Dev727/ancientplatinum | 28 | 53854 | <reponame>Dev727/ancientplatinum<gh_stars>10-100
db "FLAME@" ; species name
dw 211, 550 ; height, weight
db "Once it has stored"
next "up enough heat,"
next "this #MON's"
page "body temperature"
next "can reach up to"
next "1700 degrees.@"
|
Práticas/MARS-MIPS/Prática MARS 2018-2/SubVetMenZero.asm | CCP-UFV/INF251 | 0 | 53855 | lw $t0,0($gp) # C[i]
lw $t1,0($gp) # A[i]
lw $t2,4($gp) # B[i]
lw $t6,0($gp) # Valores menores que 0
addi $t3,$gp,32 # Vetor C[i] começa no endreço de final 256
addi $t4,$gp,160 # Vetor A[i] começa no endereço de final 384
addi $t5,$gp,288 # Vetor B[i] começa no endereço de final 512
b loop
loop: # Label ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.