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/014/A014391.asm | karttu/loda | 0 | 42248 | ; A014391: Final digit of 8^n.
; 1,8,4,2,6,8,4,2,6,8,4,2,6,8,4,2,6,8,4,2,6,8,4,2,6,8,4,2,6,8,4,2,6,8,4,2,6,8,4,2,6,8,4,2,6,8,4,2,6,8,4,2,6,8,4,2,6,8,4,2,6,8,4,2,6,8,4,2,6,8,4,2,6,8,4,2,6,8,4,2,6,8,4,2,6,8,4,2,6,8,4,2,6,8,4,2,6,8,4,2,6,8,4,2,6,8,4,2,6,8,4,2,6,8,4,2,6,8,4,2,6,8,4,2,6,8,4,2,6,8,4,2,6,8,4,2,6,8,4,2,6,8,4,2... |
audio/music/nationalpark.asm | Dev727/ancientplatinum | 28 | 42249 | Music_NationalPark:
musicheader 4, 1, Music_NationalPark_Ch1
musicheader 1, 2, Music_NationalPark_Ch2
musicheader 1, 3, Music_NationalPark_Ch3
musicheader 1, 4, Music_NationalPark_Ch4
Music_NationalPark_Ch1:
tempo 192
volume $77
stereopanning $f
vibrato $18, $24
dutycycle $1
notetype $c, $77
note __, 2
Musi... |
call_with_errhandler.asm | imneme/spectrum-dyncode | 1 | 42250 | SECTION data_compiler
SECTION code_compiler
GLOBAL _call_with_errhandler
SYSVAR_ERR_SP equ $5C3D
;;; On entry: DE'=Routine to call, BC'=Error Hander
;;; On exit: (whatever *either* the routine to call, *OR* the error handler
;;; returns EXCEPT FOR BC, which is trashed -- generally we expect
;;; ... |
programs/oeis/065/A065482.asm | neoneye/loda | 22 | 42251 | <reponame>neoneye/loda
; A065482: a(n) = round( 2^n/n ).
; 2,2,3,4,6,11,18,32,57,102,186,341,630,1170,2185,4096,7710,14564,27594,52429,99864,190650,364722,699051,1342177,2581110,4971027,9586981,18512790,35791394,69273666,134217728,260301048,505290270,981706811,1908874354,3714566310,7233629130,14096302920,27487790694,53... |
libsrc/games/bee/joystick.asm | grancier/z180 | 0 | 42252 | <reponame>grancier/z180
;
; Game device library for the MicroBEE
; <NAME> - 11/2016
;
; $Id: joystick.asm,v 1.2 2016/11/28 07:33:11 stefano Exp $
;
SECTION code_clib
PUBLIC joystick
PUBLIC _joystick
.joystick
._joystick
;__FASTCALL__ : joystick no. in HL
ld a,l
dec a
jp z,arrow... |
uuu/src/cells/bus/pci/kerosen/kerosen.asm | ekscrypto/Unununium | 7 | 42253 | <reponame>ekscrypto/Unununium
;; Unununium Operating Engine
;; Copyright(C) 2001, <NAME>
;; Distributed under the BSD License
;;
;; * provided functions *
;;
;; pci.find_device 111
;; pci.find_class_code 112
;; pci.generate_special_cycle 113
;; pci.get_interrupt_routing_options 114
;; pci.read_configuration_byte 115
;... |
oeis/141/A141979.asm | neoneye/loda-programs | 11 | 42254 | ; A141979: Primes congruent to 3 mod 29.
; Submitted by <NAME>
; 3,61,293,409,467,641,757,1163,1279,1453,1511,1627,1801,2207,2381,2671,2729,2903,3019,3251,3541,3889,3947,4643,4759,4817,4933,5107,5281,5861,6151,6673,7079,7253,7369,7717,7949,8123,8297,8761,8819,9109,9283,9341,9631,9689,10037,10211,10501,10559,10733,11197... |
Lisp65/tests/gcTest.asm | Martin-H1/6502 | 3 | 42255 | <reponame>Martin-H1/6502<gh_stars>1-10
; -----------------------------------------------------------------------------
; Test for the garbage collector functions under py65mon.
; <NAME> <<EMAIL>>
; -----------------------------------------------------------------------------
.org $8000
.outfile "tests/gcTest.rom"
.al... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1514.asm | ljhsiun2/medusa | 9 | 42256 | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r15
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x11e64, %rsi
lea addresses_A_ht+0x127db, %rdi
nop
and %r15, %r15
mov $75, %rcx
rep movsq
nop
nop
cmp %rcx, %rcx
lea addresses_WC_ht+0x1be86, %r15
nop
lfence
movb $0x61, (%r15)
nop
nop
nop
an... |
programs/oeis/054/A054650.asm | karttu/loda | 1 | 42257 | <reponame>karttu/loda
; A054650: Nearest integer to 2^(n-1)/n.
; 1,1,1,2,3,5,9,16,28,51,93,171,315,585,1092,2048,3855,7282,13797,26214,49932,95325,182361,349525,671089,1290555,2485513,4793490,9256395,17895697,34636833,67108864,130150524,252645135,490853405,954437177,1857283155,3616814565,7048151460,13743895347,26817356... |
oeis/022/A022335.asm | neoneye/loda-programs | 11 | 42258 | ; A022335: Index of 2^n within sequence of numbers of form 2^i * 5^j.
; Submitted by <NAME>(s3)
; 1,2,3,5,7,10,13,17,21,25,30,35,41,47,54,61,68,76,84,93,102,112,122,132,143,154,166,178,191,204,217,231,245,260,275,291,307,323,340,357,375,393,412,431,450,470,490,511,532,554,576,598,621,644,668,692,717,742,767,793
mov $1... |
oeis/037/A037493.asm | neoneye/loda-programs | 11 | 42259 | <reponame>neoneye/loda-programs<filename>oeis/037/A037493.asm
; A037493: Base 8 digits are, in order, the first n terms of the periodic sequence with initial period 2,1.
; Submitted by <NAME>(s1)
; 2,17,138,1105,8842,70737,565898,4527185,36217482,289739857,2317918858,18543350865,148346806922,1186774455377,9494195643018... |
programs/oeis/130/A130259.asm | karttu/loda | 0 | 42260 | ; A130259: Maximal index k of an even Fibonacci number (A001906) such that A001906(k) = Fib(2k) <= n (the 'lower' even Fibonacci Inverse).
; 0,1,1,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5... |
libsrc/stdio_new/fd/lseek.asm | meesokim/z88dk | 8 | 42261 | <filename>libsrc/stdio_new/fd/lseek.asm
; CALLER linkage for function pointers
PUBLIC lseek
EXTERN lseek_callee
EXTERN ASMDISP_LSEEK_CALLEE
.lseek
pop af
pop bc
pop hl
pop de
exx
pop hl
push hl
push hl
push hl
push hl
push af
jp lseek_callee + ASMDISP_LSEEK_CALLEE
|
programs/oeis/141/A141325.asm | jmorken/loda | 1 | 42262 | <reponame>jmorken/loda
; A141325: a(n) = A000045(n) + A131531(n+3).
; 1,1,1,1,3,5,9,13,21,33,55,89,145,233,377,609,987,1597,2585,4181,6765,10945,17711,28657,46369,75025,121393,196417,317811,514229,832041,1346269,2178309,3524577,5702887,9227465,14930353,24157817,39088169,63245985,102334155,165580141,267914297,433494437,... |
engine/overworld/hidden_objects.asm | etdv-thevoid/pokemon-rgb-enhanced | 9 | 42264 | <filename>engine/overworld/hidden_objects.asm
IsPlayerOnDungeonWarp:
xor a
ld [wWhichDungeonWarp], a
ld a, [wd72d]
bit 4, a
ret nz
call ArePlayerCoordsInArray
ret nc
ld a, [wCoordIndex]
ld [wWhichDungeonWarp], a
ld hl, wd72d
set 4, [hl]
ld hl, wd732
set 4, [hl]
ret
; if a hidden object was found, stores ... |
programs/oeis/117/A117123.asm | karttu/loda | 0 | 42265 | <filename>programs/oeis/117/A117123.asm
; A117123: n minus the number of 0's in binary expansion of n.
; 1,1,3,2,4,5,7,5,7,8,10,10,12,13,15,12,14,15,17,17,19,20,22,21,23,24,26,26,28,29,31,27,29,30,32,32,34,35,37,36,38,39,41,41,43,44,46,44,46,47,49,49,51,52,54,53,55,56,58,58,60,61,63,58,60,61,63,63,65,66,68,67,69
mov $... |
s2e/source/s2e/guest/windows/libcommon/src/amd64/s2e.asm | Albocoder/KOOBE | 55 | 42266 | <gh_stars>10-100
; S2E Selective Symbolic Execution Platform
;
; Copyright (c) 2013 Dependable Systems Laboratory, EPFL
;
; 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, ... |
src/pong1.6502.asm | mrpopogod/nes-fun | 0 | 42267 | .target "6502"
.format "nes"
.setting "NESMapper", 0
.setting "NESVerticalMirroring", true
.setting "ShowLabelsAfterCompiling", true
.setting "ShowLocalLabelsAfterCompiling", true
.setting "LaunchCommand", "c:\\emulation\\fceux.exe {0}"
.setting "DebugCommand", "c:\\emulation\\fceux.exe {0}"
;;;;;;;;;;... |
libsrc/cpcmath/fprand.asm | dex4er/deb-z88dk | 1 | 42268 | ;
; CPC Maths Routines
;
; August 2003 **_|warp6|_** <kbaccam /at/ free.fr>
;
; $Id: fprand.asm,v 1.2 2007/07/21 21:28:22 dom Exp $
;
INCLUDE "#cpcfirm.def"
INCLUDE "#cpcfp.def"
XLIB fprand
XDEF fprandc
XREF fa
.fprand
ld hl,fa+1
call firmware
.fprandc
defw CPCFP_FLO_RND
... |
libsrc/alloc/malloc-classic/realloc_callee.asm | ahjelm/z88dk | 640 | 42269 | <reponame>ahjelm/z88dk<filename>libsrc/alloc/malloc-classic/realloc_callee.asm<gh_stars>100-1000
; void __CALLEE__ *realloc_callee(void *p, unsigned int size)
; 12.2006 aralbrec
SECTION code_clib
PUBLIC realloc_callee
PUBLIC _realloc_callee
PUBLIC asm_realloc
EXTERN asm_HeapRealloc
EXTERN _heap
.realloc_callee
._rea... |
programs/oeis/137/A137444.asm | jmorken/loda | 1 | 42271 | ; A137444: a(n) = 2*a(n-1) - 2*a(n-2) with a(0)=1, a(1)=4.
; 1,4,6,4,-4,-16,-24,-16,16,64,96,64,-64,-256,-384,-256,256,1024,1536,1024,-1024,-4096,-6144,-4096,4096,16384,24576,16384,-16384,-65536,-98304,-65536,65536,262144,393216,262144,-262144,-1048576,-1572864,-1048576,1048576
mov $1,2
mov $2,2
lpb $0
sub $0,1
ad... |
data/tilesets.asm | Dev727/ancientplatinum | 28 | 42272 | tileset: MACRO
dba \1GFX, \1Meta, \1Coll
dw \1Anim
dw NULL
dw \1PalMap
ENDM
; Associated data:
; - The *GFX, *Meta, and *Coll are defined in gfx/tilesets.asm
; - The *PalMap are defined in gfx/tileset_palette_maps.asm
; - The *Anim are defined in engine/tilesets/tileset_anims.asm
Tilesets::
; entries correspond t... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_2284.asm | ljhsiun2/medusa | 9 | 42273 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r15
push %r9
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x720c, %rax
nop
nop
nop
nop
add %rdx, %rdx
movw $0x6162, (%rax)
nop
nop
nop
nop
nop
sub $58146, %rsi
lea addresses_WC_ht+0x1a428, %rsi
lea addresses_A_ht+0x14508, %rdi
nop
nop... |
programs/oeis/304/A304510.asm | neoneye/loda | 22 | 42274 | <reponame>neoneye/loda
; A304510: a(n) = 69*2^n - 42 (n>=1).
; 96,234,510,1062,2166,4374,8790,17622,35286,70614,141270,282582,565206,1130454,2260950,4521942,9043926,18087894,36175830,72351702,144703446,289406934,578813910,1157627862,2315255766,4630511574,9261023190,18522046422,37044092886,74088185814,148176371670,29635... |
programs/oeis/039/A039983.asm | neoneye/loda | 22 | 42275 | ; A039983: An example of a d-perfect sequence.
; 1,0,1,0,0,1,0,1,1,1,1,0,1,0,0,1,0,0,1,1,0,0,1,0,0,1,0,1,1,1,1,0,1,0,0,0,0,1,0,0,1,0,0,0,0,1,0,1,1,1,1,0,1,0,0,1,0,0,1,1,0,0,1,0,0,1,0,1,1,1,1,1,1,1,1,0,1,0,0,0,0,1,0,1,1,1,1,1,1,1,1,0,1,0,0,1,0,0,1,1
lpb $0
add $1,$0
trn $0,3
dif $0,2
dif $0,2
lpe
add $1,1
mod $... |
programs/oeis/282/A282798.asm | neoneye/loda | 22 | 42276 | <reponame>neoneye/loda
; A282798: Decimal representation of the x-axis, from the left edge to the origin, of the n-th stage of growth of the two-dimensional cellular automaton defined by "Rule 505", based on the 5-celled von Neumann neighborhood.
; 1,0,7,4,31,20,127,84,511,340,2047,1364,8191,5460,32767,21844,131071,873... |
Transynther/x86/_processed/NONE/_ht_st_zr_un_/i7-7700_9_0x48.log_21829_2728.asm | ljhsiun2/medusa | 9 | 42277 | .global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r15
push %r8
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0xe2c0, %r8
nop
nop
nop
nop
sub $62083, %r15
mov (%r8), %r14
nop
nop
sub %r15, %r15
lea addresses_normal_ht+0x1b240, %rsi
lea addresses_D_ht+0x1cd48, %rdi
nop
nop
nop
xor %r... |
programs/oeis/283/A283122.asm | karttu/loda | 1 | 42280 | <reponame>karttu/loda
; A283122: a(n) = sigma(8*n).
; 15,31,60,63,90,124,120,127,195,186,180,252,210,248,360,255,270,403,300,378,480,372,360,508,465,434,600,504,450,744,480,511,720,558,720,819,570,620,840,762,630,992,660,756,1170,744,720,1020,855,961,1080,882,810,1240,1080,1016,1200,930,900,1512,930,992,1560,1023,1260,... |
data/pokemon/base_stats/rayquaza.asm | AtmaBuster/pokeplat-gen2 | 6 | 42281 | db 0 ; species ID placeholder
db 105, 150, 90, 95, 150, 90
; hp atk def spd sat sdf
db DRAGON, FLYING ; type
db 3 ; catch rate
db 220 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_UNKNOWN ; gender ratio
db 120 ; step cycles to hatch
INCBIN "gfx/pokemon/rayquaza/front.dimensions"
db GROWTH_SLOW... |
sample_macros.asm | ISSOtm/smooth-player | 10 | 42282 | <reponame>ISSOtm/smooth-player
; include_sample label, path, size, first_bank
; A colon can be appended to the name, or a pair of them to export the sample
include_sample: MACRO
SAMPLE_BANK = \4
CUR_POS = 0
LABEL_DEFINED = 0
; Ensure sample ends on a bankswitch
IF CUR_POS % $4000
sample_slice \1, \2, C... |
Windows/Visual Studio/ArrayElements/ArrayElements/CalcArraySum.asm | leonhad/masm | 9 | 42283 | .686
.model flat,c
.code
CalcArraySumAsm proc
push ebp
mov ebp, esp
mov edx, [ebp+8] ; edx = x
mov ecx, [ebp+12] ; ecx = n
xor eax, eax ; eax = 0 (sum)
cmp ecx, 0
jle InvalidCount ; Negative values
@@:
add eax, [edx] ; add next element to sum
add edx, 4 ; set pointer to next element
dec ecx ... |
smsq/spp/basic.asm | olifink/smsqe | 0 | 42284 | ; PAR / SER / PRT SuperBASIC entry points <NAME> 1999
section exten
include 'dev8_mac_basic'
include 'dev8_keys_err'
par_use proc PARU
par_buff proc PARB
par_clear proc PARC
par_abort proc PARA
par_pulse proc PARP
par_wait proc PARW
ser_use proc SERU
ser_buff proc SERB
ser_room proc SERR
ser_cdeof pro... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_3025.asm | ljhsiun2/medusa | 9 | 42285 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r9
push %rax
push %rbp
push %rdi
push %rdx
lea addresses_normal_ht+0x3427, %rbp
inc %r9
movb (%rbp), %r10b
nop
nop
nop
nop
cmp $45583, %rax
lea addresses_D_ht+0xe127, %rdi
nop
nop
nop
nop
nop
xor $18548, %rax
mov (%rdi), %edx
nop
nop... |
oeis/212/A212967.asm | neoneye/loda-programs | 11 | 42286 | ; A212967: Number of (w,x,y) with all terms in {0,...,n} and w < range{w,x,y}.
; 0,3,10,26,50,89,140,212,300,415,550,718,910,1141,1400,1704,2040,2427,2850,3330,3850,4433,5060,5756,6500,7319,8190,9142,10150,11245,12400,13648,14960,16371,17850,19434,21090,22857,24700,26660,28700,30863,33110,35486,37950,40549,43240,46072,... |
programs/oeis/071/A071413.asm | neoneye/loda | 22 | 42287 | <gh_stars>10-100
; A071413: a(n) = if n=0 then 0 else a(floor(n/2))+n*(-1)^(n mod 2).
; 0,-1,1,-4,5,-4,2,-11,13,-4,6,-15,14,-11,3,-26,29,-4,14,-23,26,-15,7,-38,38,-11,15,-38,31,-26,4,-57,61,-4,30,-39,50,-23,15,-62,66,-15,27,-58,51,-38,8,-85,86,-11,39,-62,67,-38,16,-93,87,-26,32,-85,64,-57,5,-120,125,-4,62,-71,98,-39,31... |
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i7-8650U_0xd2_notsx.log_5764_1222.asm | ljhsiun2/medusa | 9 | 42288 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r15
push %r8
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x1cd0d, %rsi
lea addresses_WT_ht+0x14c3b, %rdi
nop
nop
nop
inc %r15
mov $43, %rcx
rep movsq
nop
nop
nop
nop
sub $7359, %r8
lea addresses_UC_ht+0x34db, %rsi
lea addresses_WC_ht+0x12... |
Transynther/x86/_processed/AVXALIGN/_ht_un_/i9-9900K_12_0xa0.log_21829_912.asm | ljhsiun2/medusa | 9 | 42289 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r15
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x4a1a, %rsi
clflush (%rsi)
nop
nop
nop
sub $47653, %rdi
movb (%rsi), %r9b
nop
nop
nop
nop
nop
and %r15, %r15
lea addresses_A_ht+0x14a1c, %rsi
lea addresses_A_ht+0xcf9a, %rdi
nop
nop
nop
... |
Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48.log_1_483.asm | ljhsiun2/medusa | 9 | 42290 | .global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r15
push %r8
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x8365, %rsi
lea addresses_A_ht+0x1ed65, %rdi
nop
nop
nop
nop
nop
and $4865, %rax
mov $89, %rcx
rep movsw
nop
nop
nop
nop
xor %r8, %r8
lea addresses_normal_ht+0x2b85, %rsi
l... |
levels/LIVELLO1.asm | doublem-codes/snake-assembly-8086 | 0 | 42291 | <reponame>doublem-codes/snake-assembly-8086
org 100h
mov [0fb0h],0
ciclo1:
call testo
inc dl
inc [0fb0h]
cmp [0fb0h],10
jne ciclo1
call azzeramento1
mov [0fb0h],0
ciclo2:
call testo
inc dh
inc [0fb0h]
cmp [0fb0h],10
jne ciclo2
... |
src/lib/libc/hal/setjmp.asm | dgaur/dx | 0 | 42292 | <gh_stars>0
//
// setjmp.asm
//
#include "setjmp_offsets.h"
.text
//
// Standard setjmp(). Save the current execution context for a subsequent
// longjmp(). Signal state/mask is not saved; floating-point context is
// not saved.
//
// Standard C prototype --
// int
// setjmp(jmp_buf env);
//
// Returns zero on... |
oeis/120/A120294.asm | neoneye/loda-programs | 11 | 42293 | <reponame>neoneye/loda-programs
; A120294: Numerator of determinant of n X n matrix with elements M[j,j] = (i+j)/(i+j-1).
; Submitted by <NAME>
; 2,5,1,17,13,37,1,1,41,101,61,29,1,197,113,257,1,1,181,401,1,97,53,577,313,677,73,157,421,1,1,1,109,89,613,1297,137,1,761,1601
add $0,1
mov $1,1
lpb $0
mov $3,$2
mov $2,$... |
programs/oeis/222/A222947.asm | neoneye/loda | 22 | 42294 | <filename>programs/oeis/222/A222947.asm
; A222947: Number of distinct sums i+j+k with |i|, |j|, |k|, |i*j*k| <= n and gcd(i,j,k) <= 1.
; 1,7,9,11,15,19,21,27,29,35,37,43,45,51,53,59,61,67,69,75,77,83,85,91,93,99,101,107,109,115,117,123,125,131,133,139,141,147,149,155,157,163,165,171,173,179,181,187,189,195,197,203,205,... |
NEGATIVE_POSITIVE_DATA.asm | apsrcreatix/8086 | 40 | 42295 |
DATA SEGMENT
NUM DB 00FFH
MSG1 DB 10,13 ,'NUMBER IS +VE$'
MSG2 DB 10,13 ,'NUMBER IS -VE$'
DATA ENDS
CODE SEGMENT
ASSUME CS:CODE ,DS :DATA
START :
MOV AX,DATA
MOV DS,AX
MOV AL,NUM ;STORING NUMBER IN AL (8BIT REGISTER)
ROL AL,1 ; PERFORMS THE ROTATE LEFT SIDE FOR 1 BIT... |
programs/test/all_instructions.asm | blurpy/8-bit-computer-emulator | 12 | 42296 | <filename>programs/test/all_instructions.asm
; Note: not runnable - only for unit tests
HLT
OUT
JZ 5
JC 4
JMP 1
LDI 3
STA 10
SUB 8
ADD 15
LDA 14
NOP
ORG 14
DB 230
DB 5
|
oeis/100/A100329.asm | neoneye/loda-programs | 11 | 42297 | <filename>oeis/100/A100329.asm
; A100329: a(n) = -a(n-1)-a(n-2)-a(n-3)+a(n-4), a(0)=0, a(1)=1, a(2)=-1, a(3)=0.
; Submitted by <NAME>
; 0,1,-1,0,0,2,-3,1,0,4,-8,5,-1,8,-20,18,-7,17,-48,56,-32,41,-113,160,-120,114,-267,433,-400,348,-648,1133,-1233,1096,-1644,2914,-3599,3425,-4384,7472,-10112,10449,-12193,19328,-27696,31... |
programs/oeis/324/A324469.asm | karttu/loda | 0 | 42298 | <reponame>karttu/loda
; A324469: Exponent of highest power of 3 that divides multinomial(4*n;n,n,n,n).
; 0,1,2,1,2,4,2,5,6,1,2,3,2,3,6,4,6,7,2,3,4,5,6,8,6,8,9,1,2,3,2,3,5,3,6,7,2,3,4,3,4,8,6,8,9,4,5,6,6,7,9,7,9,10,2,3,4,3,4,6,4,9,10,5,6,7,6,7,10,8,10,11,6,7,8,8,9,11,9,11,12,1,2
mul $0,4
lpb $0,1
mov $2,$0
lpb $2,1... |
programs/oeis/032/A032769.asm | karttu/loda | 1 | 42299 | <reponame>karttu/loda<filename>programs/oeis/032/A032769.asm
; A032769: Numbers that are congruent to {0, 1, 2, 4} mod 5.
; 0,1,2,4,5,6,7,9,10,11,12,14,15,16,17,19,20,21,22,24,25,26,27,29,30,31,32,34,35,36,37,39,40,41,42,44,45,46,47,49,50,51,52,54,55,56,57,59,60,61,62,64,65,66,67,69,70,71,72,74,75,76,77,79,80,81,82,84,... |
programs/oeis/343/A343543.asm | neoneye/loda | 22 | 42300 | ; A343543: a(n) = n*Lucas(2*n).
; 0,3,14,54,188,615,1932,5901,17656,52002,151270,435633,1244184,3528759,9949058,27907470,77933552,216784731,600935076,1660672257,4576522540,12580566138,34504747354,94440719589,257998970928,703593828075,1915713858422,5208304147686
mov $1,$0
seq $0,5248 ; Bisection of Lucas numbers: a(n) ... |
txtview.asm | Benderx2/chip4504 | 5 | 42301 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Small text viewer
; Max text file size: 64K
[SECTION .text]
view_text_file:
; BX contains size of file
mov ax, 0x3000
mov fs, ax
xor cx, cx
mov word [.skiplines], 0
pusha
mov ax, .text_top_string
mov bx, .text_bottom_string
call os_draw_b... |
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_1362.asm | ljhsiun2/medusa | 9 | 42302 | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %r15
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x154a3, %rsi
lea addresses_A_ht+0x48e3, %rdi
nop
dec %r14
mov $48, %rcx
rep movsw
nop
nop
nop
cmp $30011, %r13
lea addresses_WC_ht+0x1687b, %r14
nop
cmp %rdi, %rdi
mov $0x616... |
src/images.asm | ryanw/speccy-junk | 0 | 42303 | <filename>src/images.asm
test_tiles:
ball: incbin "images/ball.bin"
solid: incbin "images/solid.bin"
face: ;)
defb %01010100
defb %11111110
defb %11010110
defb %11111110
defb %11101110
defb %10111010
defb %11000110
defb %01111100
test_map:
defw test_tiles
defb 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0... |
Irvine/Examples/ch17/Seg2/seg2a.asm | alieonsido/ASM_TESTING | 0 | 42304 | TITLE Segment Example (submodule, SEG2A.ASM)
; External module for the Seg2 program. Build this program using
; the make16.bat file located in the same directory.
; Last update: 06/01/2006
PUBLIC subroutine_1, var2
cseg SEGMENT BYTE PUBLIC 'CODE'
ASSUME cs:cseg, ds:dseg
subroutine_1 PROC ; called fr... |
libsrc/math/mbf32/c/sccz80/l_f32_long2f.asm | jpoikela/z88dk | 0 | 42305 |
MODULE l_f32_uchar2f
SECTION code_fp_mbf32
PUBLIC l_f32_ulong2f
PUBLIC l_f32_slong2f
EXTERN ___mbf32_BNORM
EXTERN ___mbf32_FPREG
EXTERN ___mbf32_FPEXP
EXTERN ___mbf32_FPSIGN
EXTERN ___mbf32_return
EXTERN l_long_neg
EXTERN msbios
; Convert signed char/long in l to floating polong value in dehl
l_f32_ulong... |
asm/tinybasic.asm | hculpan/go6502 | 0 | 42306 | <reponame>hculpan/go6502<filename>asm/tinybasic.asm
;**********************************************************************
;
; <NAME>'s 6502 Tiny Basic
;
; <<Tom... put a copyright message here!>>>
;
; Disassembly provided by <NAME> (<EMAIL>) after
; I put out a request on the cctech mailing list. Dwight seems to be
... |
programs/oeis/038/A038156.asm | karttu/loda | 1 | 42307 | ; A038156: a(n) = n! * Sum_{k=1..n-1} 1/k!.
; 0,0,2,9,40,205,1236,8659,69280,623529,6235300,68588311,823059744,10699776685,149796873604,2246953104075,35951249665216,611171244308689,11001082397556420
mov $2,1
lpb $0,1
mul $2,$0
sub $0,1
add $1,$2
lpe
sub $1,$2
|
oeis/154/A154239.asm | neoneye/loda-programs | 11 | 42308 | <reponame>neoneye/loda-programs
; A154239: a(n) = ( (7 + sqrt(6))^n - (7 - sqrt(6))^n )/(2*sqrt(6)).
; Submitted by <NAME>
; 1,14,153,1540,14981,143514,1365013,12939080,122451561,1157941414,10945762673,103449196620,977620957741,9238377953714,87299590169133,824944010358160,7795333767741521,73662080302980414,696069772228... |
smallC/8080/cret.asm | 2kranki/SmallC-85 | 236 | 42309 | <gh_stars>100-1000
; Run time start off for Small C.
cseg
sphl ; save the stack pointer
shld ?stksav
lhld 6 ; pick up core top
lxi d,-10 ; decrease by 10 for safety
dad d
sphl ; set stack pointer
call st... |
contrib/libs/openssl/asm/windows/crypto/sha/sha1-mb-x86_64.asm | ZhekehZ/catboost | 4 | 42311 | <gh_stars>1-10
default rel
%define XMMWORD
%define YMMWORD
%define ZMMWORD
section .text code align=64
EXTERN OPENSSL_ia32cap_P
global sha1_multi_block
ALIGN 32
sha1_multi_block:
mov QWORD[8+rsp],rdi ;WIN64 prologue
mov QWORD[16+rsp],rsi
mov rax,rsp
$L$SEH_begin_sha1_multi_block:
mov rdi,rcx
... |
programs/oeis/272/A272171.asm | neoneye/loda | 22 | 42312 | <reponame>neoneye/loda
; A272171: Triangle read by rows: T(n,k) in which row n lists the first n terms of A000005 in reverse order.
; 1,2,1,2,2,1,3,2,2,1,2,3,2,2,1,4,2,3,2,2,1,2,4,2,3,2,2,1,4,2,4,2,3,2,2,1,3,4,2,4,2,3,2,2,1,4,3,4,2,4,2,3,2,2,1,2,4,3,4,2,4,2,3,2,2,1,6,2,4,3,4,2,4,2,3,2,2,1,2,6,2,4,3,4,2,4,2,3,2,2,1,4,2,... |
basic/src/commands/newold.asm | paulscottrobson/eris | 13 | 42313 | <gh_stars>10-100
; *****************************************************************************
; *****************************************************************************
;
; Name: newold.asm
; Purpose: New and Old
; Created: 11th March 2020
; Reviewed: 17th March 2020
; Author: <NAME> (<EMAIL>)
;
; *****... |
sw/z80/build/kernel/kernel.asm | NaoPross/z80uPC | 0 | 42314 | ;--------------------------------------------------------
; File Created by SDCC : free open source ANSI-C Compiler
; Version 3.5.0 #9253 (Mar 24 2016) (Linux)
; This file was generated Tue May 2 18:13:35 2017
;--------------------------------------------------------
.module kernel
.optsdcc -mz80
;----------------... |
libsrc/_DEVELOPMENT/l/z80/l_bitset_locate.asm | jpoikela/z88dk | 640 | 42315 |
SECTION code_clib
SECTION code_l
PUBLIC l_bitset_locate
l_bitset_locate:
; Locate the char in a 32-byte bitmap
;
; enter : a = char
;
; exit : hl = byte offset
; a = bit mask
;
; uses : af, b, hl
ld l,a
srl l
srl l
srl l
and $07
inc a
ld b,a
xo... |
lib/kernel/print.asm | tw10086/simpleOS | 0 | 42316 | TI_GDT equ 0
RPL0 equ 0
SELECTOR_VIDEO equ (0x0003<<3)+TI_GDT+RPL0
section .data
put_int_buffer dq 0
[bits 32]
section .text
global put_str
put_str:
push ebx
push ecx
xor ecx,ecx
mov ebx,[esp+12]
.goon:
mov cl,[ebx]
cmp cl,0
jz .str_over
push ecx
call put_char
add esp,4
inc ebx
jmp .goon
.str_over:
pop e... |
test/include/gmp-6.1.2/mpn/sub_err1_n.asm | kcpikkt/apa | 43 | 42317 | <reponame>kcpikkt/apa
dnl Core 2 mpn_add_err1_n, mpn_sub_err1_n
dnl Contributed by <NAME>.
dnl Copyright 2011 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
dnl
dnl The GNU MP Library is free software; you can redistribute it and/or modify
dnl it under the terms of either:
dnl
dnl ... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1909.asm | ljhsiun2/medusa | 9 | 42318 | <reponame>ljhsiun2/medusa<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r15
push %r8
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x60a3, %rsi
lea addresses_A_ht+0x1e0bf, %rdi
inc %r11
mov $88, %rcx
rep movsw
nop
nop
and %r12, %r12
lea addresses_normal_ht+0x150ef, %r12
nop
no... |
src/test/ref/type-mix.asm | jbrandwood/kickc | 2 | 42320 | <reponame>jbrandwood/kickc<gh_stars>1-10
// Tests that mixing types can synthesize a fragment correctly
// Commodore 64 PRG executable file
.file [name="type-mix.prg", type="prg", segments="Program"]
.segmentdef Program [segments="Basic, Code, Data"]
.segmentdef Basic [start=$0801]
.segmentdef Code [start=$80d]
.segm... |
libsrc/_DEVELOPMENT/stdio/c/sdcc_iy/fputc_unlocked_callee.asm | meesokim/z88dk | 0 | 42321 |
; int fputc_unlocked_callee(int c, FILE *stream)
SECTION code_stdio
PUBLIC _fputc_unlocked_callee
EXTERN asm_fputc_unlocked
_fputc_unlocked_callee:
pop af
pop de
pop ix
push af
jp asm_fputc_unlocked
|
programs/oeis/245/A245344.asm | neoneye/loda | 22 | 42322 | <reponame>neoneye/loda
; A245344: Sum of digits of n written in fractional base 7/3.
; 0,1,2,3,4,5,6,3,4,5,6,7,8,9,6,7,8,9,10,11,12,5,6,7,8,9,10,11,8,9,10,11,12,13,14,7,8,9,10,11,12,13,10,11,12,13,14,15,16,5,6,7,8,9,10,11,8,9,10,11,12,13,14,11,12,13,14,15,16,17,10,11,12,13,14,15,16,13,14,15,16,17,18,19,8,9,10,11,12,13,... |
examples/msp430/boot.asm | jsdelivrbot/ppci-mirror | 0 | 42323 |
section reset_vector
dw 0 ; 0
dw 0 ; 1
dw 0 ; 2
dw 0 ; 3
dw 0 ; 4
dw 0 ; 5
dw 0 ; 6
dw 0 ; 7
dw 0 ; 8
dw 0 ; 9
dw 0 ; 10
dw 0 ; 11
dw 0 ; 12
dw 0 ; 13
dw 0 ; 14
dw reset_handler ; 15 = reset
section code
reset_handler:
mov.w #0x980, sp ; setup stack pointer
call #main_main ; Enter main
call #bsp_ex... |
oeis/053/A053105.asm | neoneye/loda-programs | 11 | 42324 | ; A053105: a(n) = ((7*n+9)(!^7))/9(!^7), related to A034829 (((7*n+2)(!^7))/2 sept-, or 7-factorials).
; 1,16,368,11040,408480,17973120,916629120,53164488960,3455691782400,248809808332800,19655974858291200,1690413837813043200,157208486916613017600,15720848691661301760000,1682130810007759288320000,1917629123408845588684... |
cga320x200/fast/hline.asm | bocke/CGAGraphics | 17 | 42325 | <filename>cga320x200/fast/hline.asm<gh_stars>10-100
DOSSEG
.MODEL small
.CODE
PUBLIC _cga_draw_hline
_cga_draw_hline PROC
ARG buff:DWORD, x0:WORD, x1:WORD, y:WORD, colour:BYTE
; draw a line from (x0, y) - (x1, y) including endpoints in the given colour (0-3)
push bp
mov bp, sp
pus... |
HelloWorld/helloWorld.asm | JonasSchewe/AssemblyTut | 0 | 42326 | <reponame>JonasSchewe/AssemblyTut<filename>HelloWorld/helloWorld.asm<gh_stars>0
; First Hello World assembly file
global _start
section .data
message: db 'Hello, World!', 10
section .text
_start:
mov rax, 1 ; Store systemcall number in eax
mov rdi, 1 ; Store filedescriptor as first argument (stdout)
mov rsi,... |
Transynther/x86/_processed/AVXALIGN/_st_sm_/i9-9900K_12_0xca.log_21829_244.asm | ljhsiun2/medusa | 9 | 42327 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r15
push %r8
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x1d44c, %r15
sub %r12, %r12
mov (%r15), %rbp
nop
nop
nop
nop
nop
inc %r13
lea addresses_UC_ht+0x1c66c, %rsi
lea addresses_A_ht+0x13a4c, %rdi
sub $5072... |
mips project/Array.asm | IceIce1ce/Architecture-project | 0 | 42328 | <filename>mips project/Array.asm<gh_stars>0
.data
array: .space 1000
n: .word 0
TBNhap1: .asciiz "Size of array: "
TBNhap2: .asciiz "a["
TBNhap3: .asciiz "]: "
TBXuat1: .asciiz "Array a: "
TBXuat2: .asciiz "Empty array\n"
Menu: .asciiz "\n==========Menu==========\n1. Input array again\n2. Output array\n3. List... |
oeis/015/A015575.asm | neoneye/loda-programs | 11 | 42329 | ; A015575: Expansion of x/(1 - 8*x - 5*x^2).
; Submitted by <NAME>(s4)
; 0,1,8,69,592,5081,43608,374269,3212192,27568881,236612008,2030740469,17428983792,149585572681,1283829500408,11018563866669,94567658435392,811634086816481,6965910986708808,59785458327752869,513113221555566992,4403833064083300281,3779623062044423720... |
programs/oeis/253/A253786.asm | jmorken/loda | 1 | 42330 | ; A253786: a(3n) = 0, a(3n+1) = 0, a(3n+2) = 1 + a(n+1).
; 0,0,1,0,0,2,0,0,1,0,0,1,0,0,3,0,0,1,0,0,1,0,0,2,0,0,1,0,0,1,0,0,2,0,0,1,0,0,1,0,0,4,0,0,1,0,0,1,0,0,2,0,0,1,0,0,1,0,0,2,0,0,1,0,0,1,0,0,3,0,0,1,0,0,1,0,0,2,0,0,1,0,0,1,0,0,2,0,0,1,0,0,1,0,0,3,0,0,1,0,0,1,0,0,2,0,0,1,0,0,1,0,0,2,0,0,1,0,0,1,0,0,5,0,0,1,0,0,1,0,0... |
sample/nasm/test.asm | Marakusa/neptyne | 0 | 42331 | <gh_stars>0
section .data
_0x0068656c6c6f: db 'This is a test message and this is kinda long because I have to test if this works right...',10,0
_0x0068656c6c4a: db 'Another message',10,0
section .text
global _start
_start:
call _0x006d61696e
mov rax, 1 ; syscall = 1 == exit
mov rbx, 0 ; fd = 0 == ... |
libsrc/stdio_new/file/vsprintf_callee.asm | andydansby/z88dk-mk2 | 1 | 42332 | ; int __CALLEE__ vsprintf_callee(char *s, const char *fmt, void *arg_ptr)
; 05.2008 aralbrec
XLIB vsprintf_callee
XDEF ASMDISP_VSPRINTF_CALLEE
LIB vfprintf_callee
XREF LIBDISP_VFPRINTF_CALLEE
.vsprintf_callee
pop hl
pop bc
pop de
exx
pop hl
exx
push hl
.asmentry
; enter : de = format stri... |
programs/oeis/069/A069345.asm | jmorken/loda | 1 | 42333 | <gh_stars>1-10
; A069345: n minus the number of its prime-factors: a(n) = n - A001222(n).
; 1,1,2,2,4,4,6,5,7,8,10,9,12,12,13,12,16,15,18,17,19,20,22,20,23,24,24,25,28,27,30,27,31,32,33,32,36,36,37,36,40,39,42,41,42,44,46,43,47,47,49,49,52,50,53,52,55,56,58,56,60,60,60,58,63,63,66,65,67,67,70,67,72,72,72,73,75,75,78,75... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_2002.asm | ljhsiun2/medusa | 9 | 42334 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r15
push %r8
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0xf870, %rsi
lea addresses_UC_ht+0xb024, %rdi
nop
nop
and %r10, %r10
mov $69, %rcx
rep movsq
nop
nop
nop
and %rax, %rax
lea addresses_D_ht+0x15724, %r8
nop
nop
nop
nop
and %rax, %rax
and... |
Quiz and Lab Assessment/Solution/CODE/Quiz2 Palindrom.asm | MohammadSakiL/CSE331L-Section-1-Fall20-NSU | 0 | 42335 | .MODEL SMALL
.STACK 64
DATA SEGMENT
STRING DB ?
SYM DB '$'
PROMPT_1 DB 0ah,0dh,0AH,0DH, 'ENTER INPUT STRING: ',0DH,0AH,'$'
STRLEN1 DW $-STR1
STRREV DB 20 DUP(' ')
PALINDROME DB 'STRING IS PALINDROME.','$'
NOT_PALINDROME DB 'STRING IS NOT PALINDROME.','$'
DATA ENDS
CODE SEGMENT
ASSUME CS:CODE, DS... |
stage1/isrs.asm | nelsoncole/sx | 3 | 42336 | <filename>stage1/isrs.asm<gh_stars>1-10
;==========================================================================================
;
; File Name: isrs.asm
;
;
; BSD 3-Clause License
;
; Copyright (c) 2019, nelsoncole
; All rights reserved.
;
; Redistribution and use in source and binary forms, with or without
; modi... |
programs/oeis/161/A161342.asm | jmorken/loda | 1 | 42337 | ; A161342: Number of "ON" cubic cells at n-th stage in simple 3-dimensional cellular automaton: a(n) = A160428(n)/8.
; 0,1,8,15,64,71,120,169,512,519,568,617,960,1009,1352,1695,4096,4103,4152,4201,4544,4593,4936,5279,7680,7729,8072,8415,10816,11159,13560,15961,32768,32775,32824,32873
mov $2,$0
mov $6,$0
lpb $2
mov $... |
core/x86/stub.asm | mshafiqsb/Amber | 0 | 42338 | ; x86 Reflective Stub
; Author: <NAME> <<EMAIL>>
; Version: 1.0
;
;#- stub.asm ------------------------------
; ESI = &PE
; RBP = &api.asm
; EBX = image_base
; STACK[0] = address_of_entry
; STACK[1] = new_image_base
[BITS 32]
[ORG 0]
cld
call stub ; ...
PE:
incbin "Mem.map" ; PE file image
im... |
libsrc/oz/ozgfx/ozsetdisplaypage.asm | meesokim/z88dk | 0 | 42339 | ;
; Sharp OZ family functions
;
; ported from the OZ-7xx SDK by by <NAME>
; by <NAME> - Oct. 2003
;
;
; gfx functions
;
; Videmo memory page handling
;
;
; ------
; $Id: ozsetdisplaypage.asm,v 1.2 2015/01/19 01:33:01 pauloscustodio Exp $
;
PUBLIC ozsetdisplaypage
ozsetdisplaypage:
pop hl
pop ... |
programs/oeis/255/A255000.asm | neoneye/loda | 22 | 42340 | ; A255000: Prime(n + d(n)), with d(n) = prime(n+1) - prime(n), for n >= 1.
; 3,7,11,19,17,29,23,37,47,37,59,53,47,61,73,79,67,89,83,79,103,101,109,131,109,107,127,113,137,193,149,163,149,193,157,181,191,181,197,199,191,239,197,223,211,271,277,239,233,251,269,251,307,281,283,293
mov $2,$0
seq $0,1223 ; Prime gaps: diff... |
src/user_interface/load_bmp.asm | lawrimon/SnakeV | 2 | 42342 |
.text
load_bmp:
#input
# a1 : pointer to string of filename
# a2 : address of buffer where bmp data is stored
# a3 : address to display buffer
#
#
#output
#
#intermediate
# s0: address of image buffer
# s1: image size in bytes
# s2: bitmap offset
# s3: pointer to string of filename
# s4: image w... |
Read/read_string.asm | berkcetinsaya/MIPSLanguageExamples | 0 | 42343 | .data
buffer: .space 4 # address space will be allocated to store string variable
maxBuffer: .word 4 # length of the maxBuffer
.text
li $v0, 8 # service code 8 to read .asciiz
la $a0, buffer # (buffer) bytes user input will be stored in $a0
lw $a1, maxBuffer # max bytes which will be read will be stored in $a1
... |
libsrc/_DEVELOPMENT/stdio/c/sdcc_ix/fgetc.asm | jpoikela/z88dk | 640 | 42345 | <gh_stars>100-1000
; int fgetc(FILE *stream)
INCLUDE "config_private.inc"
SECTION code_clib
SECTION code_stdio
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
IF __CLIB_OPT_MULTITHREAD & $02
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
PUBLIC _fgetc
EXTERN _fgetc_fastcall
_fgetc:
pop af
pop hl
push hl
push af
jp _fgetc_... |
48-让内核从错误中恢复/OS-kernel-win-sheet/api_call.asm | wdkang123/MyOperatingSystem | 7 | 42346 | [SECTION .s32]
BITS 32
call main
pop eax ;故意让返回地址出错造成异常保护中断
retf
api_putchar:
mov edx, 1
mov al, [esp + 4]
int 02Dh
ret
%include "app.asm" |
Tradutor/Arquivos_teste/Soma_in.asm | PedroAcA/SB_T2_Bruno | 0 | 42347 | ;Programa soma dois numeros (inteiros com sinal) fornecidos pelo usuario
SECTION TEXT
INPUT N1
INPUT N2
LOAD N2
ADD N1
STORE R
OUTPUT R
OUTPUT N1
OUTPUT N2
STOP
SECTION DATA
N1: SPACE 4; 4 bytes que equivalem a 1 inteiro
N2: SPACE 4; 4 bytes que equivalem a 1 inteiro
R: SPACE 4; 4 bytes que equivalem a 1 inteiro
|
libsrc/_DEVELOPMENT/arch/ts2068/misc/c/sdcc_iy/tshc_scroll_wc_up_callee.asm | jpoikela/z88dk | 640 | 42348 | ; void tshc_scroll_wc_up(struct r_Rect8 *r, uchar rows, uchar attr)
SECTION code_clib
SECTION code_arch
PUBLIC _tshc_scroll_wc_up_callee
EXTERN asm0_tshc_scroll_wc_up
_tshc_scroll_wc_up_callee:
pop hl
pop ix
ex (sp),hl
ld e,l
ld l,h
jp asm0_tshc_scroll_wc_up
|
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1655.asm | ljhsiun2/medusa | 9 | 42349 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r15
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x805c, %r13
clflush (%r13)
nop
nop
nop
nop
dec %rdi
movw $0x6162, (%r13)
nop
nop
nop
nop
sub %rdx, %rdx
lea addresses_normal_ht+0xadc, %rsi
lea addresses_UC_ht... |
rules/VIRTUAL16.asm | NullMember/customasm | 0 | 42350 | <gh_stars>0
; Copyright (c) 2020 <NAME>
;
; 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, including
; without limitation the rights to use, copy, modify, merge, publish,
... |
C/BiosLib/malloc.asm | p-k-p/SysToolsLib | 232 | 42351 | PAGE ,132
TITLE C library emulation, not relying on MS-DOS.
;*****************************************************************************;
; ;
; FILE NAME: MALLOC.ASM ;
; ;
; DESCRIPTION: C library emulation routines in assembly language ;
; ;
; ... |
maps/ViridianForestViridianGate.asm | zavytar/pokecolorless | 0 | 42352 | <reponame>zavytar/pokecolorless
ViridianForestViridianGate_MapScripts:
db 0 ; scene scripts
db 0 ; callbacks
ViridianForestViridianGate_MapEvents:
db 0, 0 ; filler
db 4 ; warp events
warp_event 4, 7, ROUTE_2, 6
warp_event 5, 7, ROUTE_2, 6
warp_event 4, 0, VIRIDIAN_FOREST, 1
warp_event 5, 0, VIRIDIAN_... |
Math65/fmath32.asm | Martin-H1/6502 | 3 | 42353 | ; This module is based upon code from <NAME> and <NAME> in
; a 1976 Dr Dobb's article, but reworked for Ophis, the 65c02, and
; compatiblity with a Forth style argument stack.
;
; This module uses the page zero temporary location and returns output.
;
; Consisting of:
; fcompare32 - 32 bit compare of floats to set flag... |
code/2.asm | shan3275/asm | 0 | 42356 | <reponame>shan3275/asm<gh_stars>0
global _start ; 定义入口函数
section .data
query_string : db "Enter a character: "
query_string_len : equ $ - query_string
out_string : db "You have input: "
out_string_len : equ $ - out_string
section .bss
in_char: resw 4
section .tex... |
comm_ram_tests.asm | jwestfall69/ddragon-diag | 0 | 42357 | <reponame>jwestfall69/ddragon-diag<gh_stars>0
include "ddragon.inc"
include "ddragon_diag.inc"
include "error_codes.inc"
include "macros.inc"
global auto_comm_ram_tests
global manual_comm_ram_tests
global STR_COMM_RAM_TESTS
section text
; comm ram, shared between cpu the mcu
auto_comm_ram_tests:
JRU mcu_h... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.