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 |
|---|---|---|---|---|
kernel.asm | shoaibvijapure/Modified-xv6-MIT-Operating-System | 0 | 48911 |
kernel: file format elf32-i386
Disassembly of section .text:
80100000 <multiboot_header>:
80100000: 02 b0 ad 1b 00 00 add 0x1bad(%eax),%dh
80100006: 00 00 add %al,(%eax)
80100008: fe 4f 52 decb 0x52(%edi)
8010000b: e4 .byte 0xe4
8010000c <entry>:
# E... |
oeis/029/A029035.asm | neoneye/loda-programs | 11 | 48912 | <filename>oeis/029/A029035.asm<gh_stars>10-100
; A029035: Expansion of 1/((1-x)*(1-x^3)*(1-x^4)*(1-x^9)).
; Submitted by <NAME>(s3)
; 1,1,1,2,3,3,4,5,6,8,9,10,13,15,16,19,22,24,28,31,34,39,43,46,52,57,61,68,74,79,87,94,100,109,117,124,135,144,152,164,175,184,197,209,220,235,248,260,277,292,305,323,340,355,375,393,410,4... |
libsrc/target/special/stdio/getk.asm | Frodevan/z88dk | 640 | 48913 |
SECTION code_clib
PUBLIC getk
PUBLIC _getk
EXTERN fgetc_cons
INCLUDE "target/hgmc/def/hgmc.def"
getk:
_getk:
ld hl,0
in a,(PORT_KBD_STATUS)
and a
ret z
in a,(PORT_KBD_DATA)
IF STANDARDESCAPECHARS
cp 13
jr nz,not_return
ld a,10
.not_return
ENDIF
ld l,a
ld h,0
ret
... |
oeis/046/A046301.asm | neoneye/loda-programs | 11 | 48914 | ; A046301: Product of 3 successive primes.
; Submitted by <NAME>
; 30,105,385,1001,2431,4199,7429,12673,20677,33263,47027,65231,82861,107113,146969,190747,241133,290177,347261,409457,478661,583573,716539,871933,1009091,1113121,1201289,1317919,1564259,1879981,2279269,2494633,2837407,3127361,3532343,3864241,4273697,47092... |
Transynther/x86/_processed/AVXALIGN/_ht_zr_un_/i7-7700_9_0x48.log_21829_600.asm | ljhsiun2/medusa | 9 | 48915 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r13
push %r8
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0xec65, %rbx
nop
nop
nop
nop
nop
add $32854, %r13
vmovups (%rbx), %ymm0
vextracti128 $0, %ymm0, %xmm0
vpextrq $1, %xmm0, %r12
nop
... |
oeis/285/A285052.asm | neoneye/loda-programs | 11 | 48916 | <reponame>neoneye/loda-programs
; A285052: Number of idempotent equivalence classes for multiplication in Zn.
; Submitted by <NAME>
; 1,4,4,4,4,16,4,4,4,16,4,16,4,16,16,4,4,16,4,16,16,16,4,16,4,16,4,16,4,64,4,4,16,16,16,16,4,16,16,16,4,64,4,16,16,16,4,16,4,16,16,16,4,16,16,16,16,16,4,64,4,16,16,4,16,64,4,16,16,64,4,16,... |
game/src/effects.asm | pvmm/ubox-msx-lib | 40 | 48917 | <reponame>pvmm/ubox-msx-lib<filename>game/src/effects.asm
; Sound Effects for song Green, version 2.0, generated by Arkos Tracker 2.
Green_SoundEffects
Green_SoundEffectsDisarkGenerateExternalLabel
; The sound effects, starting at 1.
Green_SoundEffectsDisarkPointerRegionStart0
dw Green_SoundEffects_Sound1 ; S... |
programs/oeis/026/A026059.asm | karttu/loda | 0 | 48918 | <gh_stars>0
; A026059: a(n) = (d(n)-r(n))/5, where d = A026057 and r is the periodic sequence with fundamental period (1,0,3,1,0).
; 5,10,16,25,36,49,65,83,105,130,158,190,225,265,309,357,410,467,530,598,671,750,834,925,1022,1125,1235,1351,1475,1606,1744,1890,2043,2205,2375,2553,2740,2935,3140,3354,3577,3810,4052,4305,... |
src/nes-ram-to-fceux.asm | ViGrey/nes-ram-to-fceux | 2 | 48921 | ;; Copyright (C) 2020, <NAME>
;; 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 copyright
;; notice, this list of conditions a... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_2024.asm | ljhsiun2/medusa | 9 | 48923 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %r8
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x242e, %rsi
clflush (%rsi)
nop
cmp %rbp, %rbp
mov $0x6162636465666768, %r8
movq %r8, %xmm2
movups %xmm2, (%rsi)
nop
nop
nop
xor %rcx, %rcx
lea addres... |
pcl/edsger_lib/stdlib/chr.asm | johnp41/Compiler-Uni | 0 | 48924 | <reponame>johnp41/Compiler-Uni<gh_stars>0
; char chr (int n);
; -----------------
; This function returns the character corresponding to an ASCII code.
; Only the lower 8 bits of the parameter are considered, thus the
; parameter should be a number between 0 and 255.
section .code
... |
src/host/x86/sse/asm/uXemmshufflepd.asm | Navegos/uasmlib | 3 | 48925 |
; / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
; / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
; / / / /
; / / Copyright 2021 (c) Navegos QA - optim... |
programs/oeis/176/A176177.asm | neoneye/loda | 22 | 48926 | <reponame>neoneye/loda<gh_stars>10-100
; A176177: a(n) = 2*n*3^(n-1) - (3^n-1)/2.
; 0,1,8,41,176,689,2552,9113,31712,108257,364136,1210505,3985808,13020305,42249560,136314617,437641664,1399018433,4455335624,14140847849,44747066480,141214768241,444565011128,1396457152601,4377657815456,13697832519329,42788074776872,13344... |
src/util/oli/app/pldask.asm | olifink/qspread | 0 | 48927 | * Ask (yes/no) menu 14/07-92
* <NAME>
section utility
include win1_mac_oli
xdef pld_ask
*+++
* ask yes or no menu
*
* Entry Exit
* d0 0=yes
* 1=no
* <0 error
* d1.w mainconfig
* a3 ask block preserved
*---
abi_head equ $00
abi_msg equ... |
61.asm | Dhananjay8/MIT_lab | 0 | 48928 | <reponame>Dhananjay8/MIT_lab
section .data
msg:db " MENU",10
len:equ $-msg
msg1:db "1)Successive addition",10
len1:equ $-msg1
msg2:db "2)Add and shift method",10
len2:equ $-msg2
msg3:db "3)Exit",10
len3:equ $-msg3
msg4:db "Enter 1st 2 digit hex number",10
len4:equ $-msg4
msg5:db "Enter 2nd 2 digit hex number",10... |
Examples/ch16/CtrlBrk.asm | satadriver/LiunuxOS | 0 | 48931 | <reponame>satadriver/LiunuxOS
TITLE Control-Break Handler (Ctrlbrk.asm)
; This program installs its own Ctrl-Break handler and
; prevents the user from using Ctrl-Break (or Ctrl-C)
; to halt the program. The program inputs and echoes
; keystrokes until the Esc key is pressed.
; Last update: 2/1/02
... |
Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2_notsx.log_5036_1074.asm | ljhsiun2/medusa | 9 | 48932 | <filename>Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2_notsx.log_5036_1074.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r15
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x48c9, %rsi
lea addresses_WT_ht+0x151b9, %rdi
nop
dec %rbx
mov $7, %rcx
rep movsb
nop
nop
nop
xor %r15, %r15
pop %r... |
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i7-7700_9_0xca_notsx.log_4567_285.asm | ljhsiun2/medusa | 9 | 48936 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r8
push %r9
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x1ad4, %rsi
lea addresses_D_ht+0xab74, %rdi
nop
nop
and %r8, %r8
mov $59, %rcx
rep movsw
nop
nop
nop
nop
nop
and %rdx, %rdx
lea addresses_WC_ht+0x2d34, %rsi
lea addresses_W... |
programs/oeis/054/A054444.asm | neoneye/loda | 22 | 48939 | <reponame>neoneye/loda
; A054444: Even-indexed terms of A001629(n), n >= 2, (Fibonacci convolution).
; 1,5,20,71,235,744,2285,6865,20284,59155,170711,488400,1387225,3916061,10996580,30737759,85573315,237387960,656451269,1810142185,4978643596,13661617195,37409025455,102238082976,278920277425,759695287349,2066068144820,5... |
projects/04/fill/Fill.asm | lhtin/Nand2TetrisLabs | 2 | 48940 | // This file is part of www.nand2tetris.org
// and the book "The Elements of Computing Systems"
// by <NAME>, MIT Press.
// File name: projects/04/Fill.asm
// Runs an infinite loop that listens to the keyboard input.
// When a key is pressed (any key), the program blackens the screen,
// i.e. writes "black" in ... |
programs/oeis/183/A183136.asm | karttu/loda | 0 | 48941 | <reponame>karttu/loda
; A183136: a(n) = [1/r]+[2/r]+...+[n/r], where r = golden ratio = (1+sqrt(5))/2 and []=floor.
; 0,1,2,4,7,10,14,18,23,29,35,42,50,58,67,76,86,97,108,120,132,145,159,173,188,204,220,237,254,272,291,310,330,351,372,394,416,439,463,487,512,537,563,590,617,645,674,703,733,763,794,826,858
mov $3,$0
mo... |
src/loadMod.asm | LessNick/CLi-for-WildCommander | 8 | 48942 | ;---------------------------------------
; loadMod - loading mod music into (Neo)GS
;---------------------------------------
org #c000-4
loadModStart
db #7f,"CLA" ; Command Line Application
xor a
ld (enableAutoPlay+1),a
ld (modPrintString+1),a
ld a,h
or l
jp z,modShowInfo
ld a,(hl... |
oeis/036/A036505.asm | neoneye/loda-programs | 11 | 48943 | <gh_stars>10-100
; A036505: Numerator of (n+1)^n/n!.
; Submitted by <NAME>
; 1,2,9,32,625,324,117649,131072,4782969,1562500,25937424601,35831808,23298085122481,110730297608,4805419921875,562949953421312,48661191875666868481,91507169819844,104127350297911241532841,640000000000000000,865405750887126927009,538199995946048... |
1-source-files/main-sources/elite-source-encyclopedia.asm | markmoxon/elite-a-beebasm | 16 | 48944 | \ ******************************************************************************
\
\ ELITE-A ENCYCLOPEDIA SOURCE
\
\ Elite-A is an extended version of BBC Micro Elite by <NAME>
\
\ The original Elite was written by <NAME> and <NAME> and is copyright
\ Acornsoft 1984, and the extra code in Elite-A is copyright <NAME>
\
... |
oeis/021/A021065.asm | neoneye/loda-programs | 11 | 48945 | ; A021065: Decimal expansion of 1/61.
; Submitted by <NAME>iga
; 0,1,6,3,9,3,4,4,2,6,2,2,9,5,0,8,1,9,6,7,2,1,3,1,1,4,7,5,4,0,9,8,3,6,0,6,5,5,7,3,7,7,0,4,9,1,8,0,3,2,7,8,6,8,8,5,2,4,5,9,0,1,6,3,9,3,4,4,2,6,2,2,9,5,0,8,1,9,6,7,2,1,3,1,1,4,7,5,4,0,9,8,3,6,0,6,5,5,7
seq $0,42 ; Unary representation of natural numbers.
mul... |
oeis/077/A077568.asm | neoneye/loda-programs | 11 | 48948 | <reponame>neoneye/loda-programs
; A077568: a(1,n) as defined in A003148.
; Submitted by <NAME>(w4)
; 1,-1,11,-39,633,-4065,86355,-818055,21370545,-270059265,8348125275,-132575387175,4724044288425,-90632895177825,3652562288650275,-82321915303002375
mov $1,1
mov $2,1
mov $3,$0
add $3,1
add $3,$0
lpb $3
mov $0,$3
mul... |
libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sdcc_iy/esx_f_opendir_ex_callee.asm | jpoikela/z88dk | 640 | 48950 | <filename>libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sdcc_iy/esx_f_opendir_ex_callee.asm
; unsigned char esx_f_opendir_ex(unsigned char *dirname,uint8_t mode)
SECTION code_esxdos
PUBLIC _esx_f_opendir_ex_callee
PUBLIC l0_esx_f_opendir_ex_callee
EXTERN asm_esx_f_opendir_ex
_esx_f_opendir_ex_callee:
pop af
pop hl
... |
solutions/42 - Important Email Organization/size-24_speed-156.asm | michaelgundlach/7billionhumans | 45 | 48951 | <reponame>michaelgundlach/7billionhumans
-- 7 Billion Humans (2087) --
-- 42: Important Email Organization --
-- Author: landfillbaby
-- Size: 24
-- Speed: 156
-- Speed Tests: 154, 157, 158, 156, 156, 159, 156, 156, 155, 155
mem1 = nearest datacube
step mem1
a:
pickup c
mem1 = calc myitem / 10
mem2 = nearest shredder... |
src/include/rgbds-structs/structs.asm | gbcompo21/shock-lobster | 7 | 48952 |
; MIT License
;
; Copyright (c) 2018-2019 <NAME>
; Originally hosted at https://github.com/ISSOtm/rgbds-structs
;
; Permission is hereby granted, free of charge, to any person obtaining a copy
; of this software and associated documentation files (the "Software"), to deal
; in the Software without restriction, includi... |
programs/oeis/074/A074610.asm | neoneye/loda | 22 | 48953 | <reponame>neoneye/loda<filename>programs/oeis/074/A074610.asm
; A074610: a(n) = 3^n + 9^n.
; 2,12,90,756,6642,59292,532170,4785156,43053282,387440172,3486843450,31381236756,282430067922,2541867422652,22876797237930,205891146443556,1853020231898562,16677181828806732,150094635684419610
mov $1,3
pow $1,$0
add $1,1
bin $1... |
Driver/Printer/PrintCom/Job/jobStartCanonBJC.asm | steakknife/pcgeos | 504 | 48954 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GlobalPC 1999 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Printer Drivers
FILE: jobStartCanonBJ.asm
AUTHOR: <NAME>, 9 Jan 1999
ROUTINES:
Name Description
---- -----------
PrintStartJob Setup don... |
source/tools/ToolUnitTests/pusha_popa_asm.asm | ganboing/pintool | 1 | 48955 | <filename>source/tools/ToolUnitTests/pusha_popa_asm.asm
; BEGIN_LEGAL
; Intel Open Source License
;
; Copyright (c) 2002-2016 Intel Corporation. All rights reserved.
;
; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided that the following conditions are... |
oeis/060/A060693.asm | neoneye/loda-programs | 11 | 48956 | <reponame>neoneye/loda-programs
; A060693: Triangle (0 <= k <= n) read by rows: T(n, k) is the number of Schröder paths from (0,0) to (2n,0) having k peaks.
; Submitted by <NAME>
; 1,1,1,2,3,1,5,10,6,1,14,35,30,10,1,42,126,140,70,15,1,132,462,630,420,140,21,1,429,1716,2772,2310,1050,252,28,1,1430,6435,12012,12012,6930,... |
disass.asm | campingtree/Intel-8088-disassembler | 0 | 48957 |
.MODEL small
.STACK 100h
.DATA
include core.inc
;TABLES
hex_base db "0123456789ABCDEF"
; MESSAGES
help_mess db "disass.exe file.exe output.asm", "$"
args_mess db "Unknown arguments...", "$"
overflow_mess db "One the the arguments is to long!", "$"
error_mess db "Error occurred: ", "$"
error_ip db " [at C... |
song/song.asm | GSoftwareDevelopment/Mole | 2 | 48958 | ; offset: C000
note_tables
.by $F3 $E6 $D9 $CC $C1 $B5 $AD $A2 $99 $90 $88 $80 $79 $72 $6C $66
.by $60 $5B $55 $51 $4C $48 $44 $40 $3C $39 $35 $32 $2F $2D $2A $28
.by $25 $23 $21 $1F $1D $1C $1A $18 $17 $16 $14 $13 $12 $11 $10 $0F
.by $0E $0D $0C $0B $0A $09 $08 $07 $06 $05 $04 $03 $02 $01 $00 $00
.... |
programs/oeis/008/A008532.asm | karttu/loda | 1 | 48959 | <reponame>karttu/loda<filename>programs/oeis/008/A008532.asm<gh_stars>1-10
; A008532: Coordination sequence for 4-dimensional I-centered cubic orthogonal lattice.
; 1,10,44,126,280,530,900,1414,2096,2970,4060,5390,6984,8866,11060,13590,16480,19754,23436,27550,32120,37170,42724,48806,55440,62650,70460,78894,87976,97730,... |
_z80/zexdoc.asm | koron-go/z80 | 14 | 48960 | <gh_stars>10-100
title 'Z80 instruction set exerciser'
; zexdoc.src - Z80 documented instruction set exerciser
; Original Copyright (C) 1994 <NAME>
; Changes at 03-Nov-2002 Copyright (C) 2002 J.G.Harston
; + Source syntax tweeked to assemble with ZMAC Z80 Macro Assembler
; and MAXAM Assembler, marked in the source... |
src/helloworld.asm | smurphboy/SpecNextAsmDev | 1 | 48961 | DEVICE ZXSPECTRUMNEXT
; hello-world.z80
org $8000 ;Code Origin
START
ld hl,Message ;Address of string
call PrintString ;Show String to screen
halt
ret
NewLine:
ld a,13 ;Carriage return only - Spectrum doesn't like CHR(10)
jr PrintChar
PrintChar:
push hl
push bc
push de ... |
oeis/071/A071868.asm | neoneye/loda-programs | 11 | 48962 | <filename>oeis/071/A071868.asm
; A071868: Number of k (1 <= k <= n) such that k^2+1 is prime.
; Submitted by <NAME>
; 1,2,2,3,3,4,4,4,4,5,5,5,5,6,6,7,7,7,7,8,8,8,8,9,9,10,10,10,10,10,10,10,10,10,10,11,11,11,11,12,12,12,12,12,12,12,12,12,12,12,12,12,12,13,13,14,14,14,14,14,14,14,14,14,14,15,15,15,15,15,15,15,15,16,16,16... |
Asmt5/Asmt5_1.asm | wstern1234/COMSC-260 | 0 | 48963 | <reponame>wstern1234/COMSC-260
; Asmt5.asm - Create a procedure that fills an array of doublewords with N random integers, making sure the values fall within the range j...k, inclusive.
INCLUDE Irvine32.inc
.data
array DWORD 10,20,30,40
arrayType DWORD TYPE array
newArray DWORD LENGTHOF array DUP(?)
lastEle... |
libsrc/video/tms9918/graphics/stencil_render.asm | Frodevan/z88dk | 640 | 48964 | ;
; z88dk GFX library
;
; Render the "stencil".
; The dithered horizontal lines base their pattern on the Y coordinate
; and on an 'intensity' parameter (0..11).
; Basic concept by <NAME>
;
; Machine code version by <NAME>, 22/4/2009
;
; stencil_render(unsigned c... |
motor.asm | AzamatIbraimov/CS-308-Final-project | 0 | 48965 | MOV TMOD, #50H ; put timer 1 in event counting mode
SETB TR1 ; start timer 1
MOV DPL, #LOW(LEDcodes) ; | put the low byte of the start address of the
; | 7-segment code table into DPL
MOV DPH, #HIGH(LEDcodes) ; put the high byte into DPH
CLR P3.4 ; |
CLR P3.3 ; | enable Display 0
again:... |
programs/oeis/007/A007953.asm | jmorken/loda | 1 | 48966 | ; A007953: Digital sum (i.e., sum of digits) of n; also called digsum(n).
; 0,1,2,3,4,5,6,7,8,9,1,2,3,4,5,6,7,8,9,10,2,3,4,5,6,7,8,9,10,11,3,4,5,6,7,8,9,10,11,12,4,5,6,7,8,9,10,11,12,13,5,6,7,8,9,10,11,12,13,14,6,7,8,9,10,11,12,13,14,15,7,8,9,10,11,12,13,14,15,16,8,9,10,11,12,13,14,15,16,17,9,10,11,12,13,14,15,16,17,18... |
vp9/encoder/arm/neon/vp9_dct_ht_4x4_neon_asm.asm | ittiamvpx/libvpx | 14 | 48967 | <filename>vp9/encoder/arm/neon/vp9_dct_ht_4x4_neon_asm.asm
;
; Copyright (c) 2013 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant c... |
oeis/120/A120794.asm | neoneye/loda-programs | 11 | 48968 | ; A120794: Numerators of partial sums of Catalan numbers scaled by powers of -1/16.
; Submitted by <NAME>
; 1,15,121,3867,30943,495067,3960569,253475987,2027808611,32444935345,259559486959,8305903553295,66447228478363,1063155655468083,8505245244078969,1088671391232413187
mul $0,2
mov $1,1
lpb $0
mov $2,$0
sub $0,1... |
Miei-sorgenti/old/Esami/26.07.19/4 Combina Array/combineArr.asm | DigiOhhh/LabArchitettura2-2017-2018 | 1 | 48970 | # La procedura combineArr riceve in input tre array A, B e C (passaggio per
# indirizzo) e un intero N che rappresenta il numero di elementi in ciascun array.
# I parametri vanno passati nell’ordine in cui sono enunciati (A, B, C e N). La
# procedura sovrascrive l’array C in memoria sostituendo ogni emento di C in po-
... |
vid-enh-palgen.asm | laubzega/c0pperdragon-VIC-II-Palette-editor | 0 | 48971 | .comment
******************************************************************
******************************************************************
******* *********
******* C64 Video Enhancement *********
******* ... |
u7si/eop-toggleAudio.asm | JohnGlassmyer/UltimaHacks | 68 | 48972 | %include "include/u7si-all-includes.asm"
%macro copyAudioStateStringToVar 2
test %1, %1
jz getDisabled
mov ax, 247
jmp haveId
getDisabled:
mov ax, 248
haveId:
push ax
push word 3
callFromOverlay getDisplayText
pop cx
pop cx
push ds
push ax
push ss
lea ax, %2
push ax
callFromOverlay strcpy_far
ad... |
programs/oeis/101/A101368.asm | karttu/loda | 0 | 48973 | <reponame>karttu/loda
; A101368: The sequence solves the following problem: find all the pairs (i,j) such that i divides 1+j+j^2 and j divides 1+i+i^2. In fact, the pairs (a(n),a(n+1)), n>0, are all the solutions.
; 1,1,3,13,61,291,1393,6673,31971,153181,733933,3516483,16848481,80725921,386781123,1853179693,8879117341,... |
fox32os/kernel/task.asm | ry755/fox32 | 6 | 48974 | <gh_stars>1-10
; task switching routines
; add a new task to the queue and jump to it immediately
; inputs:
; r0: task ID
; r1: task instruction pointer
; r2: task stack pointer
; outputs:
; none
new_task:
bse [task_id_bitmap], r0 ; mark this task ID as used
mov r4, r2
mov r3, r1
mov r2, r0
mov r... |
read_arguments/args.asm | artpar/asm | 0 | 48975 | section .text
global _start
_start:
pop rcx
mov rcx, [esp]
mov rdx,2
mov rax,4
mov rbx,1
int 80h
mov eax,1
mov ebx,0
int 80h
section .data
temp db "stored", 0xa
|
Source/HBIOS/md.asm | vipoo/RomWBW | 0 | 48976 | <gh_stars>0
;
;==================================================================================================
; MD DISK DRIVER (MEMORY DISK)
;==================================================================================================
;
; MD DEVICE CONFIGURATION
;
;
; DISK DEVICE TYPE ID MEDIA... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_700.asm | ljhsiun2/medusa | 9 | 48977 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x18270, %rsi
lea addresses_UC_ht+0xc328, %rdi
nop
sub $61063, %r9
mov $9, %rcx
rep movsb
nop
xor %r10, %r10
lea addresses_A_ht+0x14e60, %rsi
lea addresses_D_ht+... |
oeis/040/A040601.asm | neoneye/loda-programs | 11 | 48978 | ; A040601: Continued fraction for sqrt(627).
; Submitted by <NAME>
; 25,25,50,25,50,25,50,25,50,25,50,25,50,25,50,25,50,25,50,25,50,25,50,25,50,25,50,25,50,25,50,25,50,25,50,25,50,25,50,25,50,25,50,25,50,25,50,25,50,25,50,25,50,25,50,25,50,25,50,25,50,25,50
trn $0,1
mod $0,2
mul $0,25
add $0,25
|
src/chapter_9/reverse_list.asm | marinjurjevic/x86-64_programming | 0 | 48979 | <reponame>marinjurjevic/x86-64_programming<gh_stars>0
; Chapter 9
; 9.4 Simple example demonstrating basic stack operations.
; Reverse a list of numbers - in place.
; Method: Put each number on stack, then pop each number
; back off, and then put back into memory.
; ***********************************
; Data ... |
src/draw/DrawPixelText.asm | jhm-ciberman/calculator-asm | 2 | 48980 | <gh_stars>1-10
;;;
; Draws a null terminated string on the screen using the default included pixel font.
; This function uses the LF (0xA) character as a line break
;
; params:
; x - The x position of the character
; y - The y position of the character
; string - A pointer to the null terminated ... |
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_73_1757.asm | ljhsiun2/medusa | 9 | 48981 | <filename>Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_73_1757.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r14
push %r8
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x1a9be, %rsi
lea addresses_WC_ht+0x3dde, %rdi
nop
nop
nop
sub $60333, %r11
mov $107, %rc... |
ESEMPI/09 PROGRAMMA SHIFT.asm | Porchetta/py-pdp8-tk | 8 | 48982 | <filename>ESEMPI/09 PROGRAMMA SHIFT.asm
/ Scifta di 10 posizioni OP e le cifre meno significative di OP vanno a finire
/ nelle cifre più significative di RIS
/ Soluzione OP = 0010110000000000
/ Soluzione RIS = 0000000101000000
ORG 100
LOP, CLE
LDA OP
CIL
STA OP
LDA RIS
CIR
STA RIS
ISZ CNT
BUN LOP
HLT
OP, HEX A00B
CNT, ... |
oeis/172/A172367.asm | neoneye/loda-programs | 11 | 48983 | <reponame>neoneye/loda-programs
; A172367: Numbers k > 0 such that k+4 is a prime.
; Submitted by <NAME>
; 1,3,7,9,13,15,19,25,27,33,37,39,43,49,55,57,63,67,69,75,79,85,93,97,99,103,105,109,123,127,133,135,145,147,153,159,163,169,175,177,187,189,193,195,207,219,223,225,229,235,237,247,253,259,265,267,273,277,279,289,30... |
oeis/202/A202638.asm | neoneye/loda-programs | 11 | 48984 | <filename>oeis/202/A202638.asm
; A202638: y-values in the solution to x^2 - 7*y^2 = -3.
; Submitted by <NAME>
; 1,2,14,31,223,494,3554,7873,56641,125474,902702,1999711,14386591,31869902,229282754,507918721,3654137473,8094829634,58236916814,129009355423,928136531551,2056054857134,14791947588002,32767868358721,2357430248... |
projects/Kirbys_Dream_Land_2.windfish/disassembly/bank_02.asm | jverkoey/awaken | 68 | 48985 | SECTION "ROM Bank 02", ROMX[$4000], BANK[$02]
db $0B, $21, $40, $0F, $3C, $00, $10, $45
db $1A, $3B, $04, $2C, $57, $0A, $0D, $A7
db $74, $0E, $07, $25, $40, $F5, $40, $BD
db $42, $BD, $42, $50, $4A, $DD, $4A, $B6
db $4B, $0F, $51, $05, $0C, $0F, $50, $00
db $03, $40, $40, $42, $0B,... |
Zork1.asm | shepheb/hork | 0 | 48986 | <reponame>shepheb/hork
Resident data ends at 4e37, program starts at 4f04, file ends at 14b8c
Starting analysis pass at address 4e37
End of analysis pass, low address = 4e38, high address = 10b04
[Start of code at 4e38]
Routine 4e38, 1 local (0000)
4e3b: b2 ... print "a "
4e3e: aa 01... |
data/pokemon/dex_entries/ampharos.asm | AtmaBuster/pokeplat-gen2 | 6 | 48987 | <reponame>AtmaBuster/pokeplat-gen2<gh_stars>1-10
db "LIGHT@" ; species name
db "When it gets dark,"
next "the light from its"
next "bright, shiny tail"
page "can be seen from"
next "far away on the"
next "ocean's surface.@"
|
zCore/src/platform/riscv/boot/entry64.asm | madsys-dev/zCore | 0 | 48988 | <reponame>madsys-dev/zCore<gh_stars>0
# 提供的全局符号
# -------------------------------
# /// 主核入口
# fn _start(hartid: usize, device_tree_paddr: usize) -> !;
.global _start
# /// 副核入口
# fn _secondary_hart_start(hartid: usize) -> !;
.global _secondary_hart_start
# /// 地址空间跃迁
# fn jump_heigher(offset: usize);
.glob... |
libsrc/_DEVELOPMENT/stdlib/z80/asm_srand.asm | meesokim/z88dk | 0 | 48989 |
; ===============================================================
; Dec 2013
; ===============================================================
;
; void srand(unsigned int seed)
;
; Set standard random number generator seed.
;
; ===============================================================
SECTION code_stdlib
PUBL... |
tunnel.asm | mariahassan54/Super-Mario-Game-in-Assembly-Language | 0 | 48990 | <filename>tunnel.asm
.model small
.stack 100h
.data
lightGreen DB 48d
border byte 01d
darkGreen byte 193d
yAxis word 100d
upperHeight word 6
lowerHeight word 8
.code
jmp main
print proc
int 10h
inc CX
int 10h
inc CX
int 10h
inc C... |
Tests/war.asm | tim-roderick/simple-cpu-simulator | 2 | 48991 | <filename>Tests/war.asm<gh_stars>1-10
LDC r2 2
LDC r3 2
LDC r4 3
LDC r5 3
MUL r1 r2 r3
ADD r2 r4 r5
|
programs/oeis/081/A081031.asm | neoneye/loda | 22 | 48993 | <filename>programs/oeis/081/A081031.asm
; A081031: Positions of white keys on piano keyboard, start with A0 = the 1st key.
; 1,3,4,6,8,9,11,13,15,16,18,20,21,23,25,27,28,30,32,33,35,37,39,40,42,44,45,47,49,51,52,54,56,57,59,61,63,64,66,68,69,71,73,75,76,78,80,81,83,85,87,88
mul $0,12
add $0,9
div $0,7
|
libsrc/stdio/vz200/fgetc_cons.asm | meesokim/z88dk | 0 | 48994 | ;
; Devilishly simple VZ Routines
;
; getkey() Wait for keypress
;
; <NAME> - Apr. 2000
;
;
; $Id: fgetc_cons.asm,v 1.3 2015/01/19 01:33:21 pauloscustodio Exp $
;
PUBLIC fgetc_cons
.fgetc_cons
ld b,50 ; Horrible workaround...
.sillyloop
push bc
call 12020 ; Wait for Key release
pop bc
and a
djnz silly... |
common/forref2.asm | DigitalMars/optlink | 28 | 48995 | TITLE FORREF2 - Copyright (c) SLR Systems 1994
INCLUDE MACROS
INCLUDE SEGMENTS
PUBLIC FORREF2,FORREF_COPY
.DATA
EXTERNDEF FORREF_TEMP_RECORD:BYTE,FIX2_FH_XTRA:BYTE,FIX2_FH_TYPE:BYTE
EXTERNDEF EXETABLE:DWORD,FORREF_SIZE:DWORD,FORREF_ROUTINE:DWORD,FIX2_FIXUPP_EOR:DWORD,SRCADR:DWORD
EXTERNDEF FIX2_SM... |
gfx/pokemon/chikorita/anim.asm | Dev727/ancientplatinum | 28 | 48996 | frame 0, 04
frame 1, 24
frame 0, 08
setrepeat 2
frame 2, 03
frame 3, 04
frame 4, 05
dorepeat 4
endanim
|
programs/oeis/137/A137357.asm | neoneye/loda | 22 | 48997 | <filename>programs/oeis/137/A137357.asm
; A137357: a(n) = Sum_{k <= n/2 } binomial(n-2k, 3k+1).
; 0,1,2,3,4,5,7,12,23,44,80,138,230,379,629,1060,1810,3109,5336,9120,15521,26349,44713,75949,129177,219918,374521,637699,1085401,1846804,3141826,5344988,9093989,15474230,26332515,44810670,76253683,129755543,220790480
lpb $0... |
programs/oeis/191/A191254.asm | neoneye/loda | 22 | 48998 | <filename>programs/oeis/191/A191254.asm
; A191254: Fixed point of the morphism 0 -> 01, 1 -> 02, 2 -> 01.
; 0,1,0,2,0,1,0,1,0,1,0,2,0,1,0,2,0,1,0,2,0,1,0,1,0,1,0,2,0,1,0,1,0,1,0,2,0,1,0,1,0,1,0,2,0,1,0,2,0,1,0,2,0,1,0,1,0,1,0,2,0,1,0,2,0,1,0,2,0,1,0,1,0,1,0,2,0,1,0,2,0,1,0,2,0,1,0,1,0,1,0,2,0,1,0,1,0,1,0,2
lpb $0
su... |
mc-sema/validator/x86_64/tests/ILD_F16m.asm | randolphwong/mcsema | 2 | 48999 | BITS 64
;TEST_FILE_META_BEGIN
;TEST_TYPE=TEST_F
;TEST_IGNOREFLAGS=
;TEST_FILE_META_END
; ILD_F16m
;TEST_BEGIN_RECORDING
lea rdi, [rsp-0x4]
mov WORD [rdi], 0x0001
fild WORD [rdi]
mov rdi, 0x0
;TEST_END_RECORDING
|
Src/Ant32/Tests/ant32/arith/or.asm | geoffthorpe/ant-architecture | 0 | 49000 | <gh_stars>0
#@tests or
lc r3, 1
or r6, r3, r0
or r7, r3, r3
or r8, r0, r0
lch r3, 0xf0f0
lch r4, 0x0f0f
or r5, r4, r3
stop
|
pong/copied_pong.asm | humam-hossain/assembly | 0 | 49002 | <reponame>humam-hossain/assembly<gh_stars>0
STACK SEGMENT PARA STACK
DB 64 DUP (' ')
STACK ENDS
DATA SEGMENT PARA 'DATA'
WINDOW_WIDTH DW 140h ;the width of the window (320 pixels)
WINDOW_HEIGHT DW 0C8h ;the height of the window (200 pixels)
WINDOW_BOUNDS DW 6 ... |
_anim/obj60.asm | NatsumiFox/AMPS-Sonic-1-2005 | 2 | 49003 | <filename>_anim/obj60.asm
; ---------------------------------------------------------------------------
; Animation script - Orbinaut enemy
; ---------------------------------------------------------------------------
dc.w byte_11EDA-Ani_obj60
dc.w byte_11EDE-Ani_obj60
byte_11EDA: dc.b $F, 0, $FF, 0
byte_11EDE: dc.... |
init.asm | bilalsaad/realos | 0 | 49005 | <gh_stars>0
_init: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
char *argv[] = { "sh", 0 };
int
main(void)
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 83 e4 f0 and $0xfffffff0,%esp
6: 83 ec 20 sub $0x2... |
Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca_notsx.log_21829_327.asm | ljhsiun2/medusa | 9 | 49007 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %r8
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x105e6, %r13
nop
inc %rdx
mov (%r13), %ebx
nop
and %r14, %r14
lea addresses_WT_ht+0xea31, %r8
nop
nop
nop
nop
nop
inc %rbp
mov (%r8), %si
n... |
Transynther/x86/_processed/US/_ht_/i7-7700_9_0x48_notsx.log_2_1285.asm | ljhsiun2/medusa | 9 | 49008 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x1e27e, %r9
nop
nop
nop
xor $8040, %r13
movups (%r9), %xmm7
vpextrq $1, %xmm7, %r11
nop
nop
nop
nop
nop
dec %rdi
lea addresses_WC_ht+0x1927e, %rsi
lea addresses_A_ht+0x1187e, %rdi
clflus... |
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_16024_668.asm | ljhsiun2/medusa | 9 | 49009 | <filename>Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_16024_668.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x5ffd, %rsi
lea addresses_normal_ht+0x5055, %rdi
nop
nop
inc %r10
mov $83, %rcx
rep movsl
nop
nop
nop
and $20702, %r12
p... |
oeis/140/A140962.asm | neoneye/loda-programs | 11 | 49010 | ; A140962: Negative values of the Inverse binomial transform of A045883.
; Submitted by <NAME>
; 0,-1,-1,-3,-1,-7,3,-19,23,-63,107,-235,447,-919,1811,-3651,7271,-14575,29115,-58267,116495,-233031,466019,-932083,1864119,-3728287,7456523,-14913099,29826143,-59652343,119304627,-238609315,477218567,-954437199,1908874331,-3... |
Quiz and Lab Assessment/Solution/4.asm | MehbinMimi/CSE331L-Section-1-Fall20-NSU | 0 | 49011 | <gh_stars>0
.MODEL SMALL
.STACK 100H
.DATA
MSG1 DB 'INVALID'
MSG2 DB 0AH,0DH,'Enter a HEX digit (0-9 & A-F): $'
MSG3 DB 0AH,0DH,'In decimal it is : '
.CODE
MAIN PROC
MOV AX,@DATA
MOV DS,AX
LEA DX,MSG2
MOV AH,9
INT 21H
MOV AH,1
INT 21H
MOV BL,AL
CMP BL,30H
JL I... |
sk/sfx/CF.asm | Cancer52/flamedriver | 9 | 49012 | <gh_stars>1-10
Sound_CF_Header:
smpsHeaderStartSong 3
smpsHeaderVoice Sound_CF_Voices
smpsHeaderTempoSFX $01
smpsHeaderChanSFX $01
smpsHeaderSFXChannel cPSG3, Sound_CE_CF_PSG3, $E1, $00
; Song seems to not use any FM voices
Sound_CF_Voices:
|
oeis/128/A128650.asm | neoneye/loda-programs | 11 | 49013 | ; A128650: Number of polygons on n vertices with exactly three faces.
; 0,4,16,60,224,840,3168,12012,45760,175032,671840,2586584,9984576,38630800,149768640,581690700,2262890880,8815845720,34389986400,134312002440,525129633600,2055166429680,8050465600320,31561484455800,123830798143104,486194640145200,1910204719503808,75... |
data/wildPokemon/victoryroad1.asm | AmateurPanda92/pokemon-rby-dx | 9 | 49014 | <reponame>AmateurPanda92/pokemon-rby-dx
PlateauMons1:
db $0F
db 24,MACHOP
db 26,GEODUDE
db 22,ZUBAT
db 36,ONIX
db 39,ONIX
db 42,ONIX
db 41,GRAVELER
db 41,GOLBAT
db 42,MACHOKE
db 43,MAROWAK
db $00
|
programs/oeis/342/A342138.asm | neoneye/loda | 22 | 49015 | <reponame>neoneye/loda
; A342138: Array T(n,k) = (n+k)*(3*n+3*k-5)/2 + (3*k+1), read by ascending antidiagonals.
; 1,0,3,2,5,8,7,10,13,16,15,18,21,24,27,26,29,32,35,38,41,40,43,46,49,52,55,58,57,60,63,66,69,72,75,78,77,80,83,86,89,92,95,98,101,100,103,106,109,112,115,118,121,124,127,126,129,132,135,138,141,144,147,150,... |
programs/tests/if.ge.asm | rj45/rj32 | 28 | 49016 | <filename>programs/tests/if.ge.asm<gh_stars>10-100
#include "../cpudef.asm"
move r1, -1
move r2, 0
; skip r-r
if.ge r1, r2
error
; skip r-i
if.ge r1, 0
error
; no-skip r-r
if.ge r2, r1
jump p1
error
p1:
; no-skip r-r equal
if.ge r2, r2
jump p2
error
p2:
; no-skip r-i
if.ge r2, 0
jump p3
error
p3:
; no-skip r-i e... |
src/core/asm/x86/inst_0xe0.asm | Hiroshi123/bin_tools | 0 | 49017 | <filename>src/core/asm/x86/inst_0xe0.asm
default rel
section .text
global _0xe0_loopnz
global _0xe1_loopz
global _0xe2_loop
global _0xe3_jecxz
global _0xe4_port_io
global _0xe5_port_io
global _0xe6_port_io
global _0xe7_port_io
global _0xe8_call
global _0xe9_jmp
global _0xea_jmp
global _0xeb_jmp
gl... |
programs/oeis/265/A265724.asm | neoneye/loda | 22 | 49018 | <reponame>neoneye/loda
; A265724: Total number of OFF (white) cells after n iterations of the "Rule 1" elementary cellular automaton starting with a single ON (black) cell.
; 0,3,7,10,18,21,33,36,52,55,75,78,102,105,133,136,168,171,207,210,250,253,297,300,348,351,403,406,462,465,525,528,592,595,663,666,738,741,817,820,... |
bootloader/boot.asm | chanchann/Eospp | 18 | 49019 | org 0x7c00 ; the start address of boot
StackBase equ 0x7c00
ItemFileNameLen equ 11
ItemNumberPerSectors equ 0x10; 512 / 32 = 16
BaseOfLoader equ 0x1000
OffsetOfLoader equ 0x00
StartEosppBootMsgLen equ 16
NoEosppLoaderMsgLen equ 24
jmp short Start
nop
%include "fat12.inc"
StartEosppBootMsg ... |
libsrc/stdio/bee/fgetc_cons.asm | grancier/z180 | 0 | 49020 | ;
; MicroBEE Stdio
;
; getkey() Wait for keypress
;
; <NAME> - 2016
;
;
; $Id: fgetc_cons.asm,v 1.1 2016/11/15 08:11:11 stefano Exp $
;
SECTION code_clib
PUBLIC fgetc_cons
PUBLIC _fgetc_cons
.fgetc_cons
._fgetc_cons
call $BE28
jr nz,fgetc_cons
ld h,0
ld l,a
ret
|
grep.asm | yonigev/OSAssignment2 | 0 | 49021 | <reponame>yonigev/OSAssignment2
_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 18 sub $0x18,... |
programs/oeis/159/A159058.asm | jmorken/loda | 1 | 49024 | <filename>programs/oeis/159/A159058.asm
; A159058: A102370(n) modulo 8 .
; 0,3,6,5,4,7,2,1,0,3,6,5,4,7,2,1,0,3,6,5,4,7,2,1,0,3,6,5,4,7,2,1,0,3,6,5,4,7,2,1,0,3,6,5,4,7,2,1,0,3,6,5,4,7,2,1,0,3,6,5,4,7,2,1,0,3,6,5,4,7,2,1,0,3,6,5,4,7,2,1,0,3,6,5,4,7,2,1,0,3,6,5,4,7,2,1,0,3,6,5,4,7,2,1,0
mov $2,$0
mov $3,$0
mov $4,$0
lpb ... |
solutions/65 - Defrag Ordered/size-41_speed-314.asm | michaelgundlach/7billionhumans | 45 | 49025 | -- 7 Billion Humans (2144) --
-- 65: Defrag Ordered --
-- Author: soerface
-- Size: 41
-- Speed: 314
step n
step n
step n
step n
step n
step n
step n
a:
if c == nothing:
mem1 = set 1
else:
if c == datacube and
mem1 == 1:
pickup c
b:
if w == hole:
step ne
step e
step e
step e
step e
step e
... |
oeis/081/A081478.asm | neoneye/loda-programs | 11 | 49026 | ; A081478: Consider the mapping f(a/b) = (a - b)/(ab). Taking a = 2 and b = 1 to start with and carrying out this mapping repeatedly on each new (reduced) rational number gives the following sequence 2/1,1/2,-1/2,-3/-2,-1/6,... Sequence contains the denominators.
; Submitted by <NAME>
; 1,2,2,-2,6,-6,42,-42,1806,-1806,... |
string/s003.asm | czfshine/assembly-exercise | 1 | 49027 | <reponame>czfshine/assembly-exercise
; 8086 assembly file
; by:czfshine
; date: 2018/03/31 16:29:15
;编写程序,从键盘接收一个小写字母,然后找出它的前导字符和后续字符,再按顺序显示这三个字符。
; The Main Data segment
DATA SEGMENT
DATA ENDS
;entry code segment
CODE SEGMENT
ASSUME CS:CODE ,DS:DATA
START: ;entry point
MOV AX,DATA
MOV DS,... |
Library/GrObj/GrObjVis/grobjBitmap.asm | steakknife/pcgeos | 504 | 49028 | <filename>Library/GrObj/GrObjVis/grobjBitmap.asm
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Berkeley Softworks 1990 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: GrObj
FILE: grobjBitmap.asm
AUTHOR: <NAME>, Dec 7, 1991
ROUTINES:
Name
----
... |
oeis/007/A007583.asm | neoneye/loda-programs | 11 | 49029 | ; A007583: a(n) = (2^(2*n + 1) + 1)/3.
; 1,3,11,43,171,683,2731,10923,43691,174763,699051,2796203,11184811,44739243,178956971,715827883,2863311531,11453246123,45812984491,183251937963,733007751851,2932031007403,11728124029611,46912496118443,187649984473771,750599937895083,3002399751580331,12009599006321323,480383960252... |
src/ncr/ncr.asm | mayank-pq2q4/nasm-codes | 0 | 49030 | <filename>src/ncr/ncr.asm<gh_stars>0
extern printf
SECTION .data
fmt: db "nCr = %d", 10, 0 ;format for printf (used once)
n: dq 6 ; 64 bit double var n = 10.000
r: dq 3 ; 64 bit int var r = 3
i: dq 0 ; 64 bit int var i = 0
npr: dq 1 ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.