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_/i7-7700_9_0x48_notsx.log_21829_1178.asm | ljhsiun2/medusa | 9 | 126461 | <reponame>ljhsiun2/medusa<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r11
push %r14
push %rbp
push %rbx
push %rcx
push %rsi
// Faulty Load
lea addresses_A+0x8982, %rbx
nop
nop
nop
cmp %rcx, %rcx
movups (%rbx), %xmm6
vpextrq $1, %xmm6, %rsi
lea oracles,... |
src/test/ref/irq-hardware.asm | jbrandwood/kickc | 2 | 126462 | <reponame>jbrandwood/kickc
// A minimal working raster IRQ
// Commodore 64 PRG executable file
.file [name="irq-hardware.prg", type="prg", segments="Program"]
.segmentdef Program [segments="Basic, Code, Data"]
.segmentdef Basic [start=$0801]
.segmentdef Code [start=$80d]
.segmentdef Data [startAfter="Code"]
.segment ... |
Scripts/common/sfx.asm | 1888games/golf | 1 | 126463 | <filename>Scripts/common/sfx.asm
.macro sfx(sfx_id)
{
:StoreState()
ldx #sfx_id
jsr sfx_play
:RestoreState()
}
.macro sfxFromA() {
:StoreState()
tax
jsr sfx_play
:RestoreState()
}
* = * "-Sound"
music_on: .byte 0
channel: .byte 0
set_sfx_routine:
{
lda... |
vp9/common/x86/vp9_high_intrapred_sse2.asm | Gankro/libvpx | 1 | 126465 | <filename>vp9/common/x86/vp9_high_intrapred_sse2.asm
;
; Copyright (c) 2014 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 can be ... |
target/cos_117/disasm/iop_overlay1/TRORN.asm | jrrk2/cray-sim | 49 | 126466 | <reponame>jrrk2/cray-sim
0x0000 (0x000000) 0x1000- f:00010 d: 0 | A = 0 (0x0000)
0x0001 (0x000002) 0x291F- f:00024 d: 287 | OR[287] = A
0x0002 (0x000004) 0x211F- f:00020 d: 287 | A = OR[287]
0x0003 (0x000006) 0x863E- f:00103 d: 62 | P = P ... |
oeis/170/A170745.asm | neoneye/loda-programs | 11 | 126467 | <filename>oeis/170/A170745.asm
; A170745: Expansion of g.f.: (1+x)/(1-25*x).
; 1,26,650,16250,406250,10156250,253906250,6347656250,158691406250,3967285156250,99182128906250,2479553222656250,61988830566406250,1549720764160156250,38743019104003906250,968575477600097656250,24214386940002441406250,605359673500061035156250,... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_56.asm | ljhsiun2/medusa | 9 | 126468 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r12
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
// REPMOV
lea addresses_A+0x1e7b3, %rsi
lea addresses_WT+0x4ab3, %rdi
cmp $28196, %r9
mov $61, %rcx
rep movsq
nop
sub %rbx, %rbx
// Faulty Load... |
oeis/009/A009470.asm | neoneye/loda-programs | 11 | 126470 | ; A009470: a(n) is the concatenation of n and 8n.
; 18,216,324,432,540,648,756,864,972,1080,1188,1296,13104,14112,15120,16128,17136,18144,19152,20160,21168,22176,23184,24192,25200,26208,27216,28224,29232,30240,31248,32256,33264,34272,35280,36288,37296,38304,39312,40320,41328,42336,43344,44352,45360,46368,47376,48384,49... |
2019/finals/sandbox-procbox/exploit/shellcode.asm | iicarus-bit/google-ctf | 2,757 | 126471 | <filename>2019/finals/sandbox-procbox/exploit/shellcode.asm
;Copyright 2019 Google LLC
;
;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
;
; https://www.apache.org/licenses/LICENSE-2.0
;
;Unles... |
oeis/235/A235352.asm | neoneye/loda-programs | 11 | 126473 | <reponame>neoneye/loda-programs
; A235352: Series reversion of x*(1+3*x^2)/(1+x^2) in odd-power terms.
; Submitted by <NAME>
; 1,-2,14,-130,1382,-15906,192894,-2427522,31405430,-415086658,5580629870,-76080887042,1049295082630,-14613980359010,205246677882078,-2903566870820610,41337029956899222,-591796707042765954,851452... |
asm/script/story/story.asm | h3rmit-git/F-Zero-Climax-GBA-Translation | 6 | 126475 | <reponame>h3rmit-git/F-Zero-Climax-GBA-Translation<filename>asm/script/story/story.asm
; F-Zero Climax Translation by Normmatt
.gba ; Set the architecture to GBA
.open "rom/output.gba",0x08000000 ; Open input.gba for output.
; 0x08000000 will be used as the
; header size
.relativeinclude on
;Equs for... |
programs/oeis/240/A240277.asm | jmorken/loda | 1 | 126476 | ; A240277: Minimal number of people such that exactly n days are required to spread gossip.
; 1,2,4,3,5,9,17,33,65,129,257,513,1025,2049,4097,8193,16385,32769,65537,131073,262145,524289,1048577,2097153,4194305,8388609,16777217,33554433,67108865,134217729,268435457,536870913,1073741825,2147483649,4294967297
mov $1,1
mo... |
oeis/208/A208983.asm | neoneye/loda-programs | 11 | 126477 | <reponame>neoneye/loda-programs<filename>oeis/208/A208983.asm
; A208983: Central terms of the triangle in A208101.
; Submitted by <NAME>
; 1,2,3,14,20,110,154,910,1260,7752,10659,67298,92092,592020,807300,5259150,7152444,47071640,63882940,423830264,574221648,3834669566,5188082354,34834267234,47073334100,317506779800,42... |
SE-2/MIL/3_tsr-div0/tsr1.asm | Adityajn/College-Codes | 1 | 126478 | .MODEL TINY
.CODE
ORG 100H
BEGIN:
JMP INIT
OLDINT DD 1
START:
MOV AH,0AH ;program to display characters
MOV AL,'*' ;to print '*'
MOV BH,0
MOV CX,0005H
INT 10H
JMP CS:OLDINT ;mov the original divide by zero int address
INIT:
CLI ;clear direction flag
MOV AH,35h ;get interrupt address
MOV ... |
libsrc/_DEVELOPMENT/stdlib/z80/__strtod_hex.asm | meesokim/z88dk | 0 | 126480 |
SECTION code_stdlib
PUBLIC __strtod_hex
EXTERN asm_isxdigit, asm_tolower, l_char2num, l_eat_hdigits, asm_dhexpop
EXTERN derror_znc, __strtod_exponent, __strtod_suffix, asm_dmulpow2
; supplied by math library: asm_dhexpop, asm_dmulpow2, derror_znc
hex_fraction_only:
;; leading decimal point seen
; b = num... |
data/mapObjects/route17.asm | etdv-thevoid/pokemon-rgb-enhanced | 1 | 126481 | Route17Object:
db $43 ; border block
db $0 ; warps
db $6 ; signs
db $33, $9, $b ; Route17Text11
db $3f, $9, $c ; Route17Text12
db $4b, $9, $d ; Route17Text13
db $57, $9, $e ; Route17Text14
db $6f, $9, $f ; Route17Text15
db $8d, $9, $10 ; Route17Text16
db $a ; objects
object SPRITE_BIKER, $f, $13, STAY, LE... |
constants/pokemon_constants.asm | longlostsoul/EvoYellow | 16 | 126483 | const_value = 1
const KANGASKHAN ; $02
const NIDORAN_M ; $03
const CLEFAIRY ; $04
const SPEAROW ; $05
const VOLTORB ; $06
const NIDOKING ; $07
const SLOWBRO ; $08 ; $09 ; $0A
const LICKITUNG ; $0B
const EXEGGCUTE ; $0C
const GRIMER ; $0D
const GENGAR ; $0E
const... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_677.asm | ljhsiun2/medusa | 9 | 126484 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r15
push %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x8d30, %r11
sub $51774, %r15
mov $0x6162636465666768, %rsi
movq %rsi, %xmm0
movups %xmm0, (%r11)
nop
nop
nop
nop
nop
inc %rbp
lea addresses_D_ht+0x1120c, %rax
nop
inc... |
programs/oeis/077/A077834.asm | neoneye/loda | 22 | 126485 | <filename>programs/oeis/077/A077834.asm
; A077834: Expansion of 1/(1 - 2*x - 2*x^2 - 3*x^3).
; 1,2,6,19,56,168,505,1514,4542,13627,40880,122640,367921,1103762,3311286,9933859,29801576,89404728,268214185,804642554,2413927662,7241782987,21725348960,65176046880,195528140641,586584421922,1759753265766,5279259797299,1583777... |
tests/018_LABELS_-_Direct_memory_addresses.asm | tpisto/pasm | 103 | 126486 | ; name: LABELS - Direct memory addresses
; code: "EA117C0000EA8800778890EA117C127C909090"
[bits 16]
[org 0x7c00]
jmp 0x0000:initialize_bios
jmp 0x8877:0x88
nop
jmp test2:initialize_bios
nop
initialize_bios:
nop
test2:
nop
|
programs/oeis/112/A112526.asm | jmorken/loda | 1 | 126487 | ; A112526: Characteristic function for powerful numbers.
; 1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0... |
src/macros.asm | gb-archive/waveform-gb | 0 | 126488 | <filename>src/macros.asm
put: MACRO
ld a, \2
ld \1, a
ENDM
ldx: MACRO
REPT _NARG
ld \1, a
SHIFT
ENDR
ENDM
farcall: MACRO
rst FarCall
db bank(\1)
dw \1
ENDM
callback: MACRO
ld a, bank(\1)
ld hl, \1
call Callback
ENDM
task: MACRO
ld a, bank(\1)
ld de, \1
call CreateTask
ENDM
fill: MACRO
ld hl, \1
... |
libsrc/_DEVELOPMENT/adt/b_vector/c/sdcc_iy/b_vector_destroy.asm | jpoikela/z88dk | 640 | 126489 | <reponame>jpoikela/z88dk
; void b_vector_destroy(b_vector_t *v)
SECTION code_clib
SECTION code_adt_b_vector
PUBLIC _b_vector_destroy
EXTERN asm_b_vector_destroy
_b_vector_destroy:
pop af
pop hl
push hl
push af
jp asm_b_vector_destroy
|
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_949.asm | ljhsiun2/medusa | 9 | 126490 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r15
push %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x2697, %rsi
nop
nop
and %rdx, %rdx
mov (%rsi), %ebp
nop
nop
nop
nop
nop
lfence
lea addresses_D_ht+0x77d3, %rsi
lea addresses_D_ht+0x1e6c1, %rdi
nop
xor $20257, %... |
cs61/lab6/lab06_ex1.asm | bmoya217/ucr | 0 | 126491 | <reponame>bmoya217/ucr
;=================================================
; Name: <NAME>
; Username: <EMAIL>
;
; Lab: lab 6.1
; Lab section: 021
; TA: <NAME>
;
;=================================================
.ORIG x3000
;INSTRUCTIONS
LD R3, ONE_CHECK
START
AND R1,R1,#0
AND R5,R5,#0 ;RESETS VALUES
AND R6,R6,#0... |
programs/oeis/285/A285075.asm | jmorken/loda | 1 | 126492 | <reponame>jmorken/loda<filename>programs/oeis/285/A285075.asm
; A285075: Positions of 1 in A285073; complement of A285074.
; 2,4,6,9,11,14,16,18,21,23,26,28,30,33,35,38,40,43,45,47,50,52,55,57,59,62,64,67,69,72,74,76,79,81,84,86,88,91,93,96,98,100,103,105,108,110,113,115,117,120,122,125,127,129,132,134,137,139,142,144,... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_658.asm | ljhsiun2/medusa | 9 | 126493 | <reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_658.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r15
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x1246b, %r10
nop
xor $995, %r12
movb $0x61, (%r10)
nop
nop
nop
sub $3... |
programs/oeis/254/A254049.asm | jmorken/loda | 1 | 126494 | ; A254049: Odd bisection of A048673: a(n) = A048673((2*n)-1).
; 1,3,4,6,13,7,9,18,10,12,28,15,25,63,16,19,33,39,21,43,22,24,88,27,61,48,30,46,58,31,34,138,60,36,73,37,40,123,72,42,313,45,67,78,49,94,93,81,51,163,52,54,193,55,57,103,64,102,213,105,85,108,172,66,118,69,127,438,70,75,133,111,109,303
mul $0,2
cal $0,3961 ... |
programs/oeis/077/A077107.asm | karttu/loda | 1 | 126495 | <reponame>karttu/loda<filename>programs/oeis/077/A077107.asm
; A077107: Least integer cube >= n^2.
; 0,1,8,27,27,27,64,64,64,125,125,125,216,216,216,343,343,343,343,512,512,512,512,729,729,729,729,729,1000,1000,1000,1000,1331,1331,1331,1331,1331,1728,1728,1728,1728,1728,2197,2197,2197,2197,2197,2744,2744,2744,2744,2744... |
MSDOS/Virus.MSDOS.Unknown.v512.asm | fengjixuchui/Family | 3 | 126496 | <reponame>fengjixuchui/Family<filename>MSDOS/Virus.MSDOS.Unknown.v512.asm<gh_stars>1-10
name a
code1 segment byte
assume cs:code1,ds:code1
org 0004h
D4 = $
org 0050h
N50 = $
org 0100h
BegAddr = $
Begin:
mov si,04h
mov ... |
BigNum/Mod/Io/bnFromHex.asm | FloydZ/Crypto-Hash | 11 | 126497 | <filename>BigNum/Mod/Io/bnFromHex.asm
.686
.model flat,stdcall
option casemap:none
include .\bnlib.inc
include .\bignum.inc
.code
bnFromHex proc uses edi esi ebx ptrStr:DWORD,bn:DWORD
mov esi,bn
mov edi,ptrStr
invoke bnClear,esi
mov al,[edi]
mov edx,0
test al,al
je @@Exit
cmp al,'-'
jne @F
mov edx,1
.repea... |
programs/oeis/046/A046992.asm | jmorken/loda | 1 | 126499 | ; A046992: a(n) = Sum_{k=1..n} pi(k) (cf. A000720).
; 0,1,3,5,8,11,15,19,23,27,32,37,43,49,55,61,68,75,83,91,99,107,116,125,134,143,152,161,171,181,192,203,214,225,236,247,259,271,283,295,308,321,335,349,363,377,392,407,422,437,452,467,483,499,515,531,547,563,580,597,615,633,651,669,687,705,724,743,762,781,801,821,842,... |
third_party/virtualbox/src/VBox/Disassembler/testcase/tstAsmMovSeg-1.asm | Fimbure/icebox-1 | 521 | 126500 | ; $Id: tstAsmMovSeg-1.asm $
;; @file
; Disassembly testcase - Valid mov from/to segment instructions.
;
; This is a build test, that means it will be assembled, disassembled,
; then the disassembly output will be assembled and the new binary will
; compared with the original.
;
;
; Copyright (C) 2008-2017 Oracle Corpo... |
Driver/Video/VGAlike/VGA/vgaStringTab.asm | steakknife/pcgeos | 504 | 126501 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1990 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Video Drivers
FILE: vgaStringTab.asm
AUTHOR: <NAME>, 8/1/90
REVISION HISTORY:
Name Date Description
---- ---- -----------
Jim 8/1/90 Initi... |
libsrc/spectrum/diagnostic/zx_mb02.asm | meesokim/z88dk | 0 | 126502 | ;
; ZX Spectrum specific routines
; by <NAME>, 11/02/2008
;
; int zx_mb02();
;
; The result is:
; - 0 (false) if MB-02 isn't connected
; - 1 (true) if MB-02 real time clock is responding
;
; $Id: zx_mb02.asm,v 1.2 2015/01/19 01:33:08 pauloscustodio Exp $
;
PUBLIC zx_mb02
zx_mb02:
ld bc,3
in a,(c)
cp 10
ld hl,0
... |
programs/oeis/008/A008355.asm | jmorken/loda | 1 | 126505 | ; A008355: Coordination sequence for D_5 lattice.
; 1,40,370,1640,4930,11752,24050,44200,75010,119720,182002,265960,376130,517480,695410,915752,1184770,1509160,1896050,2353000,2888002,3509480,4226290,5047720,5983490,7043752,8239090,9580520,11079490,12747880,14598002,16642600,18894850,21368360,24077170,27035752,30259010... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2750.asm | ljhsiun2/medusa | 9 | 126508 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r14
push %r15
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x1bfb5, %rsi
nop
add $5961, %r11
mov $0x6162636465666768, %r15
movq %r15, (%rsi)
nop
nop
cmp %r12, %r12
lea addresses_WT_ht+0x120b5, %rbx
inc %rax
vmovups (%rbx), %... |
exercise_3/egghunter_32.asm | vikrant-navalgund/SLAE32 | 3 | 126509 | <reponame>vikrant-navalgund/SLAE32
; This is an example of an egg-hunter.
; Targets 32-bit Linux OS -- <NAME>
; Based on <NAME>'s(Skape) paper, access() syscall method.
BITS 32
%define _EGG_TAG 0x50905090
%define _SYSCALL_ERR 0xF2
%define _EGG_SIZE 0x8
section .text
global _start
_start:
; int access(const cha... |
programs/oeis/120/A120525.asm | neoneye/loda | 22 | 126511 | ; A120525: First differences of successive generalized meta-Fibonacci numbers A120503.
; 1,1,1,0,1,1,1,0,1,1,1,0,0,1,1,1,0,1,1,1,0,1,1,1,0,0,1,1,1,0,1,1,1,0,1,1,1,0,0,0,1,1,1,0,1,1,1,0,1,1,1,0,0,1,1,1,0,1,1,1,0,1,1,1,0,0,1,1,1,0,1,1,1,0,1
mov $2,$0
mov $4,2
lpb $4
mov $0,$2
sub $4,1
add $0,$4
trn $0,1
seq $0... |
oeis/089/A089610.asm | neoneye/loda-programs | 11 | 126512 | <reponame>neoneye/loda-programs
; A089610: Number of primes between n^2 and (n+1/2)^2.
; Submitted by <NAME>
; 1,1,1,2,1,2,1,2,2,4,2,2,3,2,4,4,1,2,3,3,4,4,2,4,4,4,4,4,4,4,5,5,6,4,5,7,3,6,6,8,5,5,7,4,6,7,6,7,6,6,5,9,7,7,6,7,7,6,8,8,7,7,8,9,11,7,8,10,8,11,8,7,7,10,11,12,4,9,11,6,9,9,10,8,9,8,11,8,8,9,10,8,13,10,9,10,14,1... |
kernel/src/arch/x86_64/gdt/gdt_flush.asm | Andrispowq/HackOS | 10 | 126513 | <filename>kernel/src/arch/x86_64/gdt/gdt_flush.asm
bits 64
global __gdt_flush
global __tss_flush
__gdt_flush:
lgdt [rdi] ; Load the new GDT pointer
mov ax, 0x10 ; 0x10 is the offset in the GDT to our data segment
mov ds, ax ; Load all data segment selectors
mov es, a... |
zlib-1.2.8/contrib/vstudio/vc11/x86/TestZlibDebug/Tmp/crc32.asm | evildevil1990/arduinoCameraStream | 4 | 126514 | <filename>zlib-1.2.8/contrib/vstudio/vc11/x86/TestZlibDebug/Tmp/crc32.asm<gh_stars>1-10
; Listing generated by Microsoft (R) Optimizing Compiler Version 18.00.21005.1
TITLE D:\Development\electronic\project\zlib-1.2.8\crc32.c
.686P
.XMM
include listing.inc
.model flat
INCLUDELIB MSVCRTD
INCLUDELIB OLDNAMES
CON... |
src/asm/lib/kernel/timerHandler.asm | EduardoCulau/MIPS_uC | 0 | 126515 | <reponame>EduardoCulau/MIPS_uC
#Handler do TIMER.
#Incluir o modulo do contador.
#Constantes de tempo.
.eqv TIMER_VALUE 25000 #Interrompe a cada 5ms.
.eqv TIMER_INTR_1S 200 #Precisa de 200 intr a cada 5ms, logo conta a cada 1s.
.eqv TIMER_INTR_IRQ 50 #Precisa de 50 intr a cada 5ms, logo libera o b... |
programs/oeis/160/A160174.asm | karttu/loda | 1 | 126516 | <filename>programs/oeis/160/A160174.asm
; A160174: a(n) = (2*n - 1)*(24*n^2 - 42*n + 19).
; 1,93,545,1645,3681,6941,11713,18285,26945,37981,51681,68333,88225,111645,138881,170221,205953,246365,291745,342381,398561,460573,528705,603245,684481,772701,868193,971245,1082145,1201181,1328641,1464813,1609985,1764445,1928481,2... |
base/wow64/wow64/amd64/except.asm | npocmaka/Windows-Server-2003 | 17 | 126518 | TITLE "WOW64 Prepare For Exception"
;++
;
; Copyright (c) 2001 Microsoft Corporation
;
; Module Name:
;
; except.asm
;
; Abstract:
;
; This module implements the platform specific code to switch from the
; 32-bit stack to the 64-bit stack when an exception occurs.
;
; Author:
;
; <NAM... |
openkore-master/plugins/needs-review/Obsolete/legacy/ropp/trunk/src/call16/func_bc.asm | phuchduong/ro_restart_bot | 0 | 126519 | <gh_stars>0
; OpenKore - Padded Packet Emulator.
;
; This program is free software; you can redistribute it and/or
; modify it under the terms of the GNU General Public License
; as published by the Free Software Foundation; either version 2
; of the License, or (at your option) any later version.
;
; This program is d... |
ln.asm | SayantonDibbo/lab2_os | 1 | 126520 | <gh_stars>1-10
_ln: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#include "stat.h"
#include "user.h"
int
main(int argc, char *argv[])
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 53 push %ebx
4: 83 e4 f0 ... |
RB0_Kesmesi/rb0kesme.asm | coderistan/p16f877a | 1 | 126521 | list p='16f877a'
#include<P16F877A.INC>
durum EQU 0x20
w_temp EQU 0x7d
status_temp EQU 0x7e
pclath_temp EQU 0x7f
org 0x00
goto BASLA
org 0x04
KESME
movwf w_temp
movf STATUS,w
movwf status_temp
movf PCLATH,w
movwf pclath_temp
bcf INTCON,GIE
bcf INTCON,INTF
movlw b'00000010'
xorwf durum,f
b... |
kernel/idt/interrupt_func.asm | kawasaki384/384OS-64 | 0 | 126522 | bits 64
section .text
global LoadIDT ;void LoadIDT(uint16_t limit,uint64_t offset);
LoadIDT:
push rbp
mov rbp,rsp
sub rsp,10
mov [rsp],di ;limit
mov [rsp+2],rsi ;offset
lidt [rsp]
mov rsp,rbp
pop rbp
ret |
oeis/079/A079583.asm | neoneye/loda-programs | 11 | 126523 | ; A079583: a(n) = 3*2^n - n - 2.
; 1,3,8,19,42,89,184,375,758,1525,3060,6131,12274,24561,49136,98287,196590,393197,786412,1572843,3145706,6291433,12582888,25165799,50331622,100663269,201326564,402653155,805306338,1610612705,3221225440,6442450911,12884901854,25769803741,51539607516,103079215067,206158430170,412316860377... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_1117.asm | ljhsiun2/medusa | 9 | 126524 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r13
push %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x1a239, %r12
nop
nop
nop
inc %rbp
mov $0x6162636465666768, %rax
movq %rax, (%r12)
add $48954, %r11
lea addresses_A_ht+0x3a09, %r9
nop
nop
nop
nop
xor $3947, %r13... |
oeis/048/A048573.asm | neoneye/loda-programs | 11 | 126526 | <filename>oeis/048/A048573.asm
; A048573: a(n) = a(n-1) + 2*a(n-2), a(0)=2, a(1)=3.
; 2,3,7,13,27,53,107,213,427,853,1707,3413,6827,13653,27307,54613,109227,218453,436907,873813,1747627,3495253,6990507,13981013,27962027,55924053,111848107,223696213,447392427,894784853,1789569707,3579139413,7158278827,14316557653,286331... |
oeis/192/A192186.asm | neoneye/loda-programs | 11 | 126527 | <filename>oeis/192/A192186.asm
; A192186: a(n) = binomial(2*n, floor(n*sqrt(2))).
; Submitted by <NAME>
; 1,2,6,15,56,120,495,2002,4368,18564,38760,170544,735471,1562275,6906900,14307150,64512240,131128140,600805296,2707475148,5586853480,25518731280,51915526432,239877544005,1093260079344,2250829575120,10363194502115,21... |
src/get_random.asm | I8087/libm | 13 | 126528 | global _get_random
_get_random:
push bp
mov bp, sp
sub sp, 2
mov [bp-2], bx
mov ax, [bp+4]
mov bx, [bp+6]
call os_get_random
mov ax, cx
mov bx, word [bp-2]
mov sp, bp
pop bp
ret
|
Nt32Pkg/Sec/StackX64.asm | James992927108/uEFI_Edk2_Practice | 8 | 126529 | <gh_stars>1-10
;------------------------------------------------------------------------------
;
; Copyright (c) 2013, Intel Corporation. All rights reserved.<BR>
; This program and the accompanying materials
; are licensed and made available under the terms and conditions of the BSD License
; which accompanies this di... |
libsrc/_DEVELOPMENT/l/sccz80/crt0/l_xor.asm | meesokim/z88dk | 0 | 126530 | ; Z88 Small C+ Run time Library
; Moved functions over to proper libdefs
; To make startup code smaller and neater!
;
; 6/9/98 djm
SECTION code_l_sccz80
PUBLIC l_xor
l_xor:
; "xor" HL and DE into HL
ld a,l
xor e
ld l,a
ld a,h
xor d
ld h,a
ret
|
assembler/tests/t_z8/t_z8.asm | paulscottrobson/RCA-Cosmac-VIP-III | 0 | 126531 | <reponame>paulscottrobson/RCA-Cosmac-VIP-III
cpu z8601
myreg5 reg r5
ccf
rcf
scf
di
ei
halt
stop
wdh
wdt
iret
ret
nop
and r7,r13
and myreg5,vari
and vari,r4
and r3,@r14
and r2,@vari
and vari,@r6
and r3,#5
and vari,#77
and @r9,#35h
and @vari,#10011b
add >2,>5 ; disallow register addre... |
demo/Phantasy Star Gaiden decompressor.asm | maxim-zhao/bmp2tile | 27 | 126533 | <reponame>maxim-zhao/bmp2tile<filename>demo/Phantasy Star Gaiden decompressor.asm
; Phantasy Star Gaiden tile decompressor
; To use:
;
; .define PSGDecoderBuffer $c000 ; define a 34 byte work area for it
; .include "Phantasy Star Gaiden decompressor.inc" ; include this file
; ld ix, <address of compre... |
Transynther/x86/_processed/NC/_un_/i9-9900K_12_0xa0.log_1_1114.asm | ljhsiun2/medusa | 9 | 126534 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x8fda, %r12
clflush (%r12)
cmp %rax, %rax
mov (%r12), %rdi
nop
cmp $54484, %r11
lea addresses_UC_ht+0x1b96a, %r10
nop
nop
nop
xor %rdi, %rdi
vmovups (... |
utils/scroll/scroll.asm | martinlindhe/dustbox-rs | 38 | 126535 | <reponame>martinlindhe/dustbox-rs
; scrolls screen in gfx mode
org 0x100
section .text
start:
mov ax,13h
int 10h
mov ah, 0xc ; draw a pixel
mov bh, 0 ; page 0
mov al, 13 ; pixel color
mov cx, 50 ; x
mov dx, 50 ; y
int 0x10
mov ah, 0x06 ; scroll up
mo... |
src/c.hello.asm | mckenney5/x86-intel-code-snips | 0 | 126536 | <reponame>mckenney5/x86-intel-code-snips
; Writes 'hello, world' to stdout via puts (glibc)
; x86 32bit only
SECTION .data ; initalized data
msg: db "Hello, World",0 ; the mesg to display
SECTION .text ; the code
global main ; main used so gcc can be linker
; can be changed to _start for ld
extern puts
m... |
lib/console_init.asm | hxlnt/w2 | 1 | 126537 | <filename>lib/console_init.asm
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Console initialization
PPU_CTRL = $2000
PPU_MASK = $2001
PPU_STATUS = $2002
Reset: ; Reset PPU.
SEI ;
CLD ;
LDX #$40 ... |
oeis/221/A221575.asm | neoneye/loda-programs | 11 | 126538 | ; A221575: Number of 0..n arrays of length 5 with each element differing from at least one neighbor by something other than 1.
; 6,57,342,1293,3734,8991,19014,36497,64998,109059,174326,267669,397302,572903,805734,1108761,1496774,1986507,2596758,3348509,4265046,5372079,6697862,8273313,10132134,12310931,14849334,17790117... |
programs/oeis/174/A174549.asm | neoneye/loda | 22 | 126539 | <reponame>neoneye/loda
; A174549: a(n) = (2*n-1)! + (2*n)!.
; 3,30,840,45360,3991680,518918400,93405312000,22230464256000,6758061133824000,2554547108585472000,1175091669949317120000,646300418472124416000000,418802671169936621568000000,315777214062132212662272000000,274094621805930760590852096000000,27135367558787145298... |
src/z80asm/dev/z80asm_lib/cpd.asm | jg1uaa/z88dk | 2 | 126540 | ; Substitute for z80 cpd instruction
; aralbrec 06.2007
SECTION code_crt0_sccz80
PUBLIC __z80asm__cpd
IF __CPU_GBZ80__
EXTERN __z80asm__ex_sp_hl
ENDIF
__z80asm__cpd:
jr c, cpdwcarry
cp (hl)
dec hl
dec bc
push af
IF __CPU_GBZ8... |
gatrix.asm | benner/gatrix | 0 | 126541 | <reponame>benner/gatrix<filename>gatrix.asm
; Gatrix 0.1 alpha
#include "8515def.inc"
; device ant timing settings
#define DEVICE_FREQ_HZ 4000000
#define TICKS_HZ 1000
#define TIMER_COMPARE_CLOCK_CYCLES 400
;.equ TIMER_COMPARE_CLOCK_CYCLES = DEVICE_FREQ_HZ/TICK_HZ
#define CONTEXT_SIZE 33
#define THREAD... |
src/CLI.asm | sharksym/vgmplay-sharksym | 6 | 126543 | ;
; Command-line interface parser
;
CLI_BUFFER_SIZE: equ 255
CLI: MACRO
fileInfoBlockReference:
dw 0
loops:
db 2
blackout:
db 0
fileInfoBlock:
FileInfoBlock
_size:
ENDM
; ix = this
; ix <- this
CLI_Construct:
jr CLI_Parse
; ix = this
; ix <- this
CLI_Destruct: equ System_Return
; ret
; ix = this
; ix... |
libsrc/_DEVELOPMENT/arch/zx/nirvanap/z80/asm_NIRVANAP_drawW_raw.asm | grancier/z180 | 0 | 126544 | ; ----------------------------------------------------------------
; Z88DK INTERFACE LIBRARY FOR NIRVANA+ ENGINE - by <NAME>
;
; See "nirvana+.h" for further details
; ----------------------------------------------------------------
SECTION code_clib
SECTION code_nirvanap
PUBLIC asm_NIRVANAP_drawW_raw
defc asm_NIRVA... |
sw/552tests/rand_simple/t_4_ror.asm | JPShen-UWM/ThreadKraken | 1 | 126545 | <gh_stars>1-10
// seed 4
lbi r0, 49 // icount 0
slbi r0, 240 // icount 1
lbi r1, 14 // icount 2
slbi r1, 103 // icount 3
lbi r2, 181 // icount 4
slbi r2, 255 // icount 5
lbi r3, 163 // icount 6
slbi r3, 39 // icount 7
lbi r4, 132 // icount 8
slbi r4, 118 // icount 9
lbi r5, 35 // icount 10
slbi r5, 164 // icount 11
lbi... |
examples/nasm_array/example.asm | MijnOS/MijnOS | 0 | 126546 | <gh_stars>0
[BITS 32]
SECTION .data align=16
g_array dw 01234h, 05678h
SECTION .text align=16
global _narray
_narray:
mov eax,dword [esp+4] ; index
shl eax,1 ; index * sizeof(WORD)
add eax,g_array ; g_array + index
movzx eax,word [eax]
... |
libsrc/target/zx81/chroma81/zx_aaddr2px.asm | jpoikela/z88dk | 640 | 126547 | ; uint __FASTCALL__ zx_aaddr2px(void *attraddr)
; Stefano, 2014.12
SECTION code_clib
PUBLIC zx_aaddr2px
PUBLIC _zx_aaddr2px
EXTERN HRG_LineStart
.zx_aaddr2px
._zx_aaddr2px
IF FORlambda
ld hl,8319
ELSE
ld hl,HRG_LineStart+2+32768
ENDIF
and a
sbc hl,de
IF FORlambda
ld de,33
ELSE
ld de,35
ENDIF
and... |
replay.asm | OS2World/MM-SOUND-Audio_Recorder | 0 | 126548 | <reponame>OS2World/MM-SOUND-Audio_Recorder
.486p
model flat
ideal
Adapter = 3 ; 1,2,3
BitsPerSample = 32; 8,16,24,32
Channels = 2 ; 1=mono,2=stereo
FormatTag = 1 ; 1=PCM,301h=DSD
SamplesPerSec = 192000; 44100,48000,88200,96000,176400,192000,352800,384000 Hz
extrn DosClose:near
extrn DosCloseEventSem:near
extrn DosCr... |
Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2_notsx.log_4411_1772.asm | ljhsiun2/medusa | 9 | 126550 | <filename>Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2_notsx.log_4411_1772.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r15
push %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x1269, %rsi
lea addresses_D_ht+0x9e89, %rdi
cmp %rdx, %rdx
mov $73, %rcx
rep movs... |
Library/AnsiC/wcc_rtl.asm | m23project/pcgeos | 1 | 126551 | <reponame>m23project/pcgeos
; Copyright 2020 <NAME>, <NAME>
;
; Licensed under the Apache License, Version 2.0 (the "License");
; you may not use this file except in compliance with the License.
; You may obtain a copy of the License at
;
; http://www.apache.org/licenses/LICENSE-2.0
;
; Unless required by applicable... |
src/z80asm/dev/z80asm_lib/sub_hl_sp.asm | jg1uaa/z88dk | 2 | 126553 | ; Substitute for 'sbc hl, sp' instruction
; CPU Min T Max T
; 8080 156 156
; 8085 154 154
; gbz80 232 232
; r2k 111 111
; z180 146 146
; z80 151 151
; z80n 151 151
SECTION code_crt0_sccz80
PUBLIC __z80asm__sub_hl_sp
__z80asm__sub_hl_sp:
push bc
ld b, a
... |
data/mapObjects/celadonmansion3.asm | adhi-thirumala/EvoYellow | 16 | 126554 | CeladonMansion3Object:
db $f ; border block
db $4 ; warps
db $1, $6, $0, CELADON_MANSION_2
db $1, $7, $0, CELADON_MANSION_4
db $1, $2, $1, CELADON_MANSION_4
db $1, $4, $3, CELADON_MANSION_2
db $4 ; signs
db $3, $1, $5 ; CeladonMansion3Text5
db $3, $4, $6 ; CeladonMansion3Text6
db $6, $1, $7 ; CeladonMansion... |
a51test/(F5)MOV_d_A.a51 | Aimini/51cpu | 0 | 126555 | <filename>a51test/(F5)MOV_d_A.a51
MOV 0xF0,#0x20
INIT:
MOV 0x00,A ; use R0 to r/w indirect address
MOV @R0,A
INC A
DJNZ 0xF0,INIT
MOV 0x00,#0xFF ;reg R0(rs0)
MOV 0xF0,#0xFF ;reg B
MOV 0x7F,#0xAA
|
p2/xv6/kernel.asm | szhu0513/-xv6-New-System-Call---Screenshot | 0 | 126556 |
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/063/A063542.asm | neoneye/loda-programs | 11 | 126557 | ; A063542: Least number of empty convex quadrilaterals (4-gons) determined by n points in the plane.
; 0,1,3,6,10,15,23,32,42,51
mov $2,$0
mov $6,$0
lpb $2
mov $0,$6
sub $2,1
sub $0,$2
mov $1,$0
add $1,$0
add $1,$0
mov $3,0
mov $5,0
lpb $0
sub $0,1
dif $0,8
sub $0,2
add $1,$3
add ... |
hackvm/testdata/SimpleFunction.asm | nobishino/gocode | 0 | 126558 | <reponame>nobishino/gocode
// function SimpleFunction.test 2
(function_Test_SimpleFunction.test)
@0
D=A
@SP
A=M
M=D
@SP
M=M+1
@SP
A=M
M=D
@SP
M=M+1
// push local 0
@0
D=A
@LCL
D=D+M
A=D
D=M
@SP
A=M
M=D
@SP
M=M+1
// push local 1
@1
D=A
@LCL
D=D+M
A=D
D=M
@SP
A=M
M=D
@SP
M=M+1
// add
@SP
M=M-1
A=M
D=M
@SP
M=M-1
A=M
M=D+M... |
programs/oeis/048/A048896.asm | jmorken/loda | 1 | 126559 | <filename>programs/oeis/048/A048896.asm
; A048896: a(n) = 2^(A000120(n+1) - 1), n >= 0.
; 1,1,2,1,2,2,4,1,2,2,4,2,4,4,8,1,2,2,4,2,4,4,8,2,4,4,8,4,8,8,16,1,2,2,4,2,4,4,8,2,4,4,8,4,8,8,16,2,4,4,8,4,8,8,16,4,8,8,16,8,16,16,32,1,2,2,4,2,4,4,8,2,4,4,8,4,8,8,16,2,4,4,8,4,8,8,16,4,8,8,16,8,16,16,32,2,4,4,8,4,8,8,16,4,8,8,16,8... |
Lab Assessment Submission/Lab Assessment 1/LA1_1510839042.asm | 1813355042-Kamal/CSE331L-Section-1-Fall20-NSU | 3 | 126560 |
org 100h ;#include <stdio.h> starting add - 0000, ending - FFFF; prog start, assembler, return
; 02 --- 02H;
; int main(){
MOV AX, 02
MOV BX, 02
ADD AX, BX
; AX=AX+BX ; int a=2, b= 2, c=0;
; c = a+b;
; printf(c);
; r... |
Appl/SDK_Asm/Avoid/avoid.asm | steakknife/pcgeos | 504 | 126561 | COMMENT @----------------------------------------------------------------------
Copyright (c) GeoWorks 1993 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Avoid
FILE: avoid.asm
REVISION HISTORY:
Name Date Description
---- ---- -----------
Doug 4/93 Initial version
DESCRIPTION:
Demonstration... |
audio/sfx/cry06_2.asm | opiter09/ASM-Machina | 1 | 126562 | SFX_Cry06_2_Ch5:
duty_cycle_pattern 3, 3, 2, 2
square_note 6, 8, 3, 583
square_note 15, 6, 2, 550
square_note 4, 5, 2, 581
square_note 9, 6, 3, 518
square_note 15, 8, 2, 549
square_note 15, 4, 2, 519
SFX_Cry06_2_Ch6:
sound_ret
SFX_Cry06_2_Ch8:
noise_note 8, 13, 4, 140
noise_note 4, 14, 2, 156
noise_note ... |
programs/oeis/319/A319981.asm | jmorken/loda | 1 | 126563 | <filename>programs/oeis/319/A319981.asm
; A319981: a(n) is the number of integer partitions of n with largest part <= 3 for which the index of the seaweed algebra formed by the integer partition paired with its weight is 0.
; 1,1,1,2,2,1,2,1,2,1,2,1,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,... |
Kernel/Architecture/x86/AMD64/TaskSwitcher.asm | UltraOS/Ultra | 44 | 126564 | <reponame>UltraOS/Ultra
%define switch_task _ZN6kernel9Scheduler11switch_taskEPNS_6Thread12ControlBlockE
%define save_state _ZN6kernel9Scheduler23save_state_and_scheduleEv
%define jump_to_userspace _ZN6kernel10TaskLoader17jump_to_userspaceEm
%define schedule _ZN6kernel9Scheduler8scheduleEPKNS_13RegisterStateE
exte... |
stressfs.asm | xiaoqing2027/Operating-System | 0 | 126567 |
_stressfs: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#include "fs.h"
#include "fcntl.h"
int
main(int argc, char *argv[])
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 83 e4 f0 and $0xfffffff0,%esp
6: 81 ec 30 02 00 00... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_29.asm | ljhsiun2/medusa | 9 | 126568 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r14
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x11528, %rsi
lea addresses_WT_ht+0x71bc, %rdi
xor $847, %rbp
mov $90, %rcx
rep movsw
nop
nop
nop
nop
sub $19649, %rbp
lea addresses_D_ht+0x13528, %r12
nop
nop
n... |
programs/oeis/056/A056109.asm | karttu/loda | 1 | 126569 | ; A056109: Fifth spoke of a hexagonal spiral.
; 1,6,17,34,57,86,121,162,209,262,321,386,457,534,617,706,801,902,1009,1122,1241,1366,1497,1634,1777,1926,2081,2242,2409,2582,2761,2946,3137,3334,3537,3746,3961,4182,4409,4642,4881,5126,5377,5634,5897,6166,6441,6722,7009,7302,7601,7906,8217,8534,8857,9186,9521,9862,10209,10... |
oeis/152/A152663.asm | neoneye/loda-programs | 11 | 126571 | ; A152663: Number of leading odd entries in all permutations of {1,2,...,n} (see example).
; Submitted by <NAME>
; 1,1,6,16,120,540,5040,32256,362880,3024000,39916800,410572800,6227020800,76281004800,1307674368000,18598035456000,355687428096000,5762136335155200,121645100408832000,2211729098342400000
mov $1,1
mov $2,1
... |
General/Sprites/Sonic/Map - Sonic Surfboarding.asm | NatsumiFox/AMPS-Sonic-3-Knuckles | 5 | 126572 | <reponame>NatsumiFox/AMPS-Sonic-3-Knuckles<filename>General/Sprites/Sonic/Map - Sonic Surfboarding.asm
dc.w word_20E48-Map_SurfboardIntro
dc.w word_20E4A-Map_SurfboardIntro
dc.w word_20E5E-Map_SurfboardIntro
dc.w word_20E72-Map_SurfboardIntro
dc.w word_20E8C-Map_SurfboardIntro
dc.w word_20EA0-Map_SurfboardI... |
libsrc/_DEVELOPMENT/adt/b_vector/c/sccz80/b_vector_append.asm | jpoikela/z88dk | 640 | 126573 | <reponame>jpoikela/z88dk
; size_t b_vector_append(b_vector_t *v, int c)
SECTION code_clib
SECTION code_adt_b_vector
PUBLIC b_vector_append
EXTERN asm_b_vector_append
b_vector_append:
pop af
pop bc
pop hl
push hl
push bc
push af
jp asm_b_vector_append
; SDCC bridge for Classic
IF __CL... |
qlib/kernel/arch/x86_64/entry.asm | abel-von/Quark | 147 | 126574 | global _start, hlt
extern rust_main
section .text
bits 64
_start:
;hlt
;mov rdx, [rsp]
;lea rcx, [rsp + 8]
;extern rust_main
call rust_main
hlt:
hlt
jmp hlt
|
ubb/asc/lab07/1.asm | AlexanderChristian/private_courses | 0 | 126576 | assume cs:code, ds:data
data segment
s1 db 'bcx'
l1 EQU $-s1
s2 db 'ade'
l2 EQU $-s2
s3 db l1 + l2 dup(?)
i dw 0
j dw 0
k dw 0
data ends
code segment
start:
mov ax, data
mov ds, ax
mov es, ax
mov cx, l1+l2
/// ds:si
/// es:di
mov si, offset s1
mov di, offset s2
cld
while_lo... |
cryptopp-CRYPTOPP_8_4_0/rdseed.asm | sinipelto/secprog | 26 | 126577 | <filename>cryptopp-CRYPTOPP_8_4_0/rdseed.asm
;; rdrand.asm - written and placed in public domain by <NAME> and <NAME>.
;; Copyright assigned to the Crypto++ project.
;; This ASM file provides RDSEED to downlevel Microsoft tool chains.
;; Everything "just works" under Visual Studio. Other platforms will
;;... |
AjusteParaImpresion.asm | Jon2G/ASMCalculator | 0 | 126578 | <reponame>Jon2G/ASMCalculator
.model small
.stack
.data
posicion_entrada dw 0000h
aux db 00h
display_str db "Utilice las fechas y el teclado numerico para navegar",14 DUP(0),'$'
resultado_str db "11.00+11.00=00000022.",20h,"000000000$"
num_res db 0,0,0... |
libsrc/_DEVELOPMENT/math/integer/z180/l_z180_mulu_40_32x8.asm | jpoikela/z88dk | 640 | 126579 | <reponame>jpoikela/z88dk
; 2018 <NAME>
SECTION code_clib
SECTION code_math
PUBLIC l_z180_mulu_40_32x8
l_z180_mulu_40_32x8:
; multiplication of 32-bit number and 8-bit number into a 40-bit product
;
; enter : a = 8-bit multiplier = x
; dehl = 32-bit multiplicand = y
; ... |
programs/oeis/058/A058396.asm | karttu/loda | 0 | 126580 | <gh_stars>0
; A058396: Expansion of ((1-x)/(1-2*x))^3.
; 1,3,9,25,66,168,416,1008,2400,5632,13056,29952,68096,153600,344064,765952,1695744,3735552,8192000,17891328,38928384,84410368,182452224,393216000,845152256,1811939328,3875536896,8271167488,17616076800,37446746112,79456894976,168309030912,355945414656,751619276800,... |
projects/04/mult/mult.asm | STOzaki/nand2tetris | 0 | 126581 | <reponame>STOzaki/nand2tetris<filename>projects/04/mult/mult.asm
// This file is part of www.nand2tetris.org
// and the book "The Elements of Computing Systems"
// by <NAME>, MIT Press.
// File name: projects/04/Mult.asm
// Multiplies R0 and R1 and stores the result in R2.
// (R0, R1, R2 refer to RAM[0], RAM[1],... |
Appl/FileMgrs2/CommonDesktop/CDeskDisplay/cdeskdisplayDirTool.asm | steakknife/pcgeos | 504 | 126582 | <filename>Appl/FileMgrs2/CommonDesktop/CDeskDisplay/cdeskdisplayDirTool.asm<gh_stars>100-1000
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: deskdisplayDirTool.asm
AUTHOR: <NAME>, Jan 30, 19... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.