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 |
|---|---|---|---|---|
src/asm/test_bcond/buc_bne.asm | Petersoj/ECE3710Projects | 3 | 57876 | <filename>src/asm/test_bcond/buc_bne.asm
.main
MOVIL r0 1 # x = 1
MOVIL r1 10 # y = 10
BUC 1
.L3
SUBI r1 1 # y--
.L2
CMP r0 r1 # x != y?
BNE -3
ADD r2 r1 # store the final value of y in r2
|
oeis/001/A001648.asm | neoneye/loda-programs | 11 | 57879 | ; A001648: Tetranacci numbers A073817 without the leading term 4.
; Submitted by <NAME>
; 1,3,7,15,26,51,99,191,367,708,1365,2631,5071,9775,18842,36319,70007,134943,260111,501380,966441,1862875,3590807,6921503,13341626,25716811,49570747,95550687,184179871,355018116,684319421,1319068095,2542585503,4900991135,9446964154,... |
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_578_1233.asm | ljhsiun2/medusa | 9 | 57880 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r9
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x6730, %rbp
clflush (%rbp)
nop
nop
nop
nop
nop
cmp $15283, %rbx
movb $0x61, (%rbp)
nop
nop
and %r12, %r12
lea addresses_A_ht+0xb0d9, %rbx
xor %r12, %r12
vmovups (%rbx), %ymm1
... |
editDutyTable.asm | neilbaldwin/Pulsar | 11 | 57881 | <reponame>neilbaldwin/Pulsar<filename>editDutyTable.asm
editDutyTable:
.IF SRAM_MAP=32
lda #SRAM_DUTY_BANK
jsr setMMC1r1
.ENDIF
ldx dutyCursorY
lda dutyRowsIndex,x
ldx editorCurrentDuty
clc
adc editDutyAddressLo,x
sta dutyVector
lda editDutyAddressHi,x
adc #$00
sta dutyVector+1
ldy dutyCurs... |
oeis/256/A256327.asm | neoneye/loda-programs | 11 | 57883 | <reponame>neoneye/loda-programs
; A256327: Number of partitions of 5n into exactly 4 parts.
; Submitted by <NAME>(s4)
; 0,1,9,27,64,120,206,321,478,672,920,1215,1575,1991,2484,3042,3689,4410,5231,6136,7153,8262,9495,10830,12300,13881,15609,17457,19464,21600,23906,26351,28978,31752,34720,37845,41175,44671,48384,52272,56... |
programs/oeis/040/A040383.asm | karttu/loda | 1 | 57885 | <gh_stars>1-10
; A040383: Continued fraction for sqrt(404).
; 20,10,40,10,40,10,40,10,40,10,40,10,40,10,40,10,40,10,40,10,40,10,40,10,40,10,40,10,40,10,40,10,40,10,40,10,40,10,40,10,40,10,40,10,40,10,40,10,40,10,40,10,40,10,40,10,40,10,40,10,40,10,40
add $0,1
mov $1,$0
mul $1,$0
trn $1,3
sub $1,2
gcd $1,8
mul $1,10
|
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0_notsx.log_2_1794.asm | ljhsiun2/medusa | 9 | 57886 | <filename>Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0_notsx.log_2_1794.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r15
push %r8
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x1286b, %rbp
and $46753, %r14
mov (%rbp), %r8d
nop
nop
nop
nop
nop
sub $50399, %rsi
lea ... |
src/fix_mouse_not_found_error.asm | mvdhout1992/ts-patches | 33 | 57887 | %include "macros/patch.inc"
%include "macros/datatypes.inc"
;"Tiberian Sun requires a mouse to play" error - remove the GetSystemMetrics check
@CLEAR 0x005FFDCC, 0x90, 0x005FFDEA
|
src/player/pattern.asm | BlockoS/up-17 | 3 | 57889 | ; [todo] note_update
; [todo] everything else...
;;---------------------------------------------------------------------
; name : msx_pattern_note_load
; desc :
; in : X channel index
; out :
;;---------------------------------------------------------------------
msx_pattern_note_load:
lda patte... |
src/hscroll2.asm | sikorama/still_scrolling | 0 | 57890 | <reponame>sikorama/still_scrolling
; Hard Scroll Mode 0, qui utilise 2 'ecrans' pour avoir une precision
; a l'octet (pas au pixel, il faudrait 2 ecrans en plus)
; V2
HS_NBBLOCS EQU 8
SCROLL:
LD A,(subscroll)
and 1
jr z,flip1
ld HL,HWSCROLL_OFFSET
ld DE,LINEWIDTH-2-2
jr flip
flip1:
ld H... |
screen.asm | adkennan/BurgerMayhem | 0 | 57891 |
; Writes spaces to all screen positions
CLEAR_SCREEN
ldx #$0
@loop
lda #CH_BLANK
sta SCREEN_0,x
sta SCREEN_1,x
sta SCREEN_2,x
sta SCREEN_3,x
lda #COL_BLACK
sta REAL_COLOUR_RAM_0,x
sta REAL_COLOUR_RAM_1,x
sta REAL_COLOUR_R... |
Digital Systems 3/Lab1/Lab1.asm | simonbrennan/PicMicroASM | 1 | 57893 | ; Program to add two numbers
list p=16F877
numb1 equ 20h ;address of 1st number
numb2 equ 21h ;address of 2nd number
answ equ 22h ;address where result is to be saved
org 0000h ;reset vector address
MainProgram
movf numb1,0 ;fetch 1st number
addwf numb2,0 ;add 2nd number and store result
movwf... |
project/ntstub/i386/6_2_9200_sp0_ssdt_sysenter.asm | rmusser01/windows-syscall-table | 6 | 57894 | ; DO NOT MODIFY THIS FILE DIRECTLY!
; author: @TinySecEx
; ssdt asm stub for 6.2.9200-sp0-windows-8 i386
.686
.mmx
.xmm
.model flat,stdcall
option casemap:none
option prologue:none
option epilogue:none
.code
; ULONG __stdcall NtWorkerFactoryWorkerReady( ULONG arg_01 );
_6_2_9200_sp0_windows_8_NtWorkerFactoryWork... |
Transynther/x86/_processed/NONE/_xt_sm_/i7-8650U_0xd2_notsx.log_1443_1562.asm | ljhsiun2/medusa | 9 | 57895 | <filename>Transynther/x86/_processed/NONE/_xt_sm_/i7-8650U_0xd2_notsx.log_1443_1562.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r9
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x196bf, %r9
nop
nop
nop
nop
nop
and $59928, %rdx
movl $0x61626364, (%r9)
nop
add $6... |
elf/c/hello_x32.asm | wolfired/rslabs | 0 | 57896 | <reponame>wolfired/rslabs
; in `hello.asm`
global _start
section .text
_start: mov ebx, 1 ; stdout fd
mov ecx, msg
mov edx, 9 ; 8 chars + newline
mov eax, 4 ; write syscall
int 0x80
xor ebx, ebx ; return code 0
mov eax, 1 ; exit s... |
codes/oop/macro.asm | urandu/oop-assignments | 1 | 57897 | %macro printf 2;
mov eax,4;system write
mov ebx,1;stdout
mov ecx,%1;message to write
mov edx,%2;message length
int 80h;interupt
%endmacro;end macro
%macro scanf 2;
mov eax,3;system read
mov ebx,2;stdin
mov ecx,%1;message to read
mov edx,%2;message length
int 80h;interupt
%endmacro;end macro
%macro exit 1
m... |
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0.log_21829_800.asm | ljhsiun2/medusa | 9 | 57898 | <reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0.log_21829_800.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r8
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x2692, %rsi
lea addresses_A_ht+0xf22a, %rdi
nop
and %r12, %r12
mov $80... |
Driver/Printer/PrintCom/Text/Font/fontCapslInfo.asm | steakknife/pcgeos | 504 | 57900 |
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Berkeley Softworks 1990 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Canon CaPSL drivers
FILE: fontCapslInfo.asm
AUTHOR: <NAME>, 1 Aug 1992
REVISION HISTORY:
Name Date Description
---- ---- --------... |
oeis/005/A005076.asm | neoneye/loda-programs | 11 | 57901 | ; A005076: Sum of cubes of primes = 2 mod 3 dividing n.
; Submitted by <NAME>
; 0,8,0,8,125,8,0,8,0,133,1331,8,0,8,125,8,4913,8,0,133,0,1339,12167,8,125,8,0,8,24389,133,0,8,1331,4921,125,8,0,8,0,133,68921,8,0,1339,125,12175,103823,8,0,133,4913,8,148877,8,1456,8,0,24397,205379,133,0,8,0,8,125,1339,0,4921,12167,133,35791... |
Working Disassembly/Levels/FBZ/Misc Object Data/Map - Robotnik Stand.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 5 | 57902 | <reponame>TeamASM-Blur/Sonic-3-Blue-Balls-Edition
Map_6847C: dc.w word_68484-Map_6847C
dc.w word_6849E-Map_6847C
dc.w word_684B8-Map_6847C
dc.w word_684D2-Map_6847C
word_68484: dc.w 4
dc.b $E4, $D, 0, 0, $FF, $F0
dc.b $F4, $E, 0, 8, $FF, $F0
dc.b $C, 4, 0, $14, $FF, $F8
dc.b $14, $... |
Library/Net/hecb.asm | steakknife/pcgeos | 504 | 57903 | <gh_stars>100-1000
COMMENT @----------------------------------------------------------------------
Copyright (c) GeoWorks 1991 -- All Rights Reserved
PROJECT: PC/GEOS
MODULE: Net Library
FILE: hecb.asm
REVISION HISTORY:
Name Date Description
---- ---- -----------
Eric 12/91 Initial version
Eric... |
y2s2/csa/practicals/prac-4/p4-warmup.asm | ouldevloper/university | 8 | 57904 | ; Write program to subtract first with second digit, display result
.MODEL SMALL
.STACK 100
.DATA
D1 DB ?
D2 DB ?
txt1 DB "Enter 1st digit: $"
txt2 DB "Enter 2nd digit: $"
NL DB 13, 10, "$"
.CODE
MAIN PROC
MOV AX,@DATA
MOV DS,AX
; Put the rest of your code here
; first digit
MO... |
lib/am335x_sdk/ti/drv/pruss/example/apps/sorte/firmware/src/master/firm_main.asm | brandonbraun653/Apollo | 2 | 57907 | <reponame>brandonbraun653/Apollo
; Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/
;
; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided that the following conditions
; are met:
;
; Redistributions of source code must retain the above ... |
Library/Pref/Prefspui/psDescriptiveDL.asm | steakknife/pcgeos | 504 | 57909 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Geoworks 1994 -- All Rights Reserved
PROJECT: Pref
MODULE: Prefspui
FILE: psDescriptiveDL.asm
AUTHOR: <NAME>, Sep 29, 1994
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name Dat... |
boot/entry.asm | ProgMiner/memOS | 6 | 57910 | <gh_stars>1-10
[bits 32]
MBALIGN equ 1 << 0 ; align loaded modules on page boundaries
MEMINFO equ 1 << 1 ; provide memory map
FLAGS equ MBALIGN | MEMINFO ; this is the Multiboot 'flag' field
MAGIC equ 0x1BADB002 ; 'magic number' lets bootloader find the header
CHECKSUM equ -(MA... |
programs/oeis/315/A315477.asm | neoneye/loda | 22 | 57911 | <gh_stars>10-100
; A315477: Coordination sequence Gal.5.293.3 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings.
; 1,6,11,16,21,27,33,38,43,48,54,60,65,70,75,81,87,92,97,102,108,114,119,124,129,135,141,146,151,156,162,168,173,178,183,189,... |
test/fixtures/ws.asm | collidedscope/spitewaste | 1 | 57912 | <gh_stars>1-10
label 0
push 0
push 46
push 46
push 88
push 88
call 53
push 0
push 46
push 88
push 65
push 88
call 53
push 0
push 46
push 66
push 65
push 88
call 53
push 0
push 46
push 88
push 88
push 66
call 53
push 0
push 46
push 65
push 88
push 66
call 53
push 0
push 46
push 66
push 88
push 66
call 53
push 0
push 46
... |
programs/oeis/047/A047471.asm | neoneye/loda | 22 | 57913 | <filename>programs/oeis/047/A047471.asm
; A047471: Numbers that are congruent to {1, 3} mod 8.
; 1,3,9,11,17,19,25,27,33,35,41,43,49,51,57,59,65,67,73,75,81,83,89,91,97,99,105,107,113,115,121,123,129,131,137,139,145,147,153,155,161,163,169,171,177,179,185,187,193,195,201,203,209,211,217,219,225,227,233,235,241,243,249,... |
data/mapObjects/RockTunnel1F.asm | AmateurPanda92/pokemon-rby-dx | 9 | 57914 | <reponame>AmateurPanda92/pokemon-rby-dx<filename>data/mapObjects/RockTunnel1F.asm
RockTunnel1F_Object:
db $3 ; border block
db 8 ; warps
warp 15, 3, 1, -1
warp 15, 0, 1, -1
warp 15, 33, 2, -1
warp 15, 35, 2, -1
warp 37, 3, 0, ROCK_TUNNEL_B1F
warp 5, 3, 1, ROCK_TUNNEL_B1F
warp 17, 11, 2, ROCK_TUNNEL_B1F
warp ... |
oeis/017/A017031.asm | neoneye/loda-programs | 11 | 57915 | <filename>oeis/017/A017031.asm<gh_stars>10-100
; A017031: a(n) = (7*n + 4)^3.
; 64,1331,5832,15625,32768,59319,97336,148877,216000,300763,405224,531441,681472,857375,1061208,1295029,1560896,1860867,2197000,2571353,2985984,3442951,3944312,4492125,5088448,5735339,6434856,7189057,8000000,8869743,9800344,10793861,11852352,... |
oeis/158/A158881.asm | neoneye/loda-programs | 11 | 57916 | <reponame>neoneye/loda-programs
; A158881: a(n) = (n*2^n + 1)^(n-1).
; Submitted by <NAME>(s2)
; 1,1,9,625,274625,671898241,8458700490625,520900360822838529,151632993506657159886849,203635581444958952230203985921,1239028497632876493535705227172341761,33683650323285201560692638128691319585075201,404622776965005843871450... |
Script/5.asm | Tarak-Mahmud/CSE331L_Section_7_Summer20_NSU_Final | 0 | 57917 | <reponame>Tarak-Mahmud/CSE331L_Section_7_Summer20_NSU_Final
; You may customize this and other start-up templates;
; The location of this template is c:\emu8086\inc\0_com_template.txt
org 100h
.MODEL SMALL
.STACK 100h
.DATA
PROMPT_1 DB 'Enter The Range : $'
N1 DB 0h
N2 DB 1h
.CODE
MOV AH, 1
INT ... |
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i7-8650U_0xd2_notsx.log_1395_780.asm | ljhsiun2/medusa | 9 | 57918 | <filename>Transynther/x86/_processed/AVXALIGN/_ht_zr_/i7-8650U_0xd2_notsx.log_1395_780.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r8
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x14e9a, %rsi
lea addresses_D_ht+0x295d, %rdi
xor $45136, %r8
mov $26, %rcx
rep movsl
nop
nop
nop
add $413... |
programs/oeis/021/A021058.asm | karttu/loda | 0 | 57919 | <filename>programs/oeis/021/A021058.asm
; A021058: Decimal expansion of 1/54.
; 0,1,8,5,1,8,5,1,8,5,1,8,5,1,8,5,1,8,5,1,8,5,1,8,5,1,8,5,1,8,5,1,8,5,1,8,5,1,8,5,1,8,5,1,8,5,1,8,5,1,8,5,1,8,5,1,8,5,1,8,5,1,8,5,1,8,5,1,8,5,1,8,5,1,8,5,1,8,5,1,8,5,1,8,5,1,8,5,1,8,5,1,8,5,1,8,5,1,8
lpb $0,1
sub $2,2
add $2,$0
trn $0,... |
programs/bouncing_balls.asm | lucaspiller/dcpu16-ide | 1 | 57925 | SET A, 0
SET [xmax], [xsize]
SUB [xmax], 2
SET [ymax], [ysize]
SUB [ymax], 2
JSR clearScreen
:main
IFE A, 0x0300
JSR update
ADD A, 1
SET PC, main
:update
SET B, ballData
SET C, 0
:ballLoop
JSR moveBall
ADD B, [ballSize]
ADD C, 1
IFG [numBalls], C
SET PC, ballLoop
SET PC, POP
:mov... |
guitarfx/flanger_chorus.asm | ksteensig/dsp-guitar-multieffects | 1 | 57927 | .copy "oscillator_32bit.asm"
;b0 .set 0x03e8 ; signed Q16,0
;a0 .set 0x07d0 ; unsigned Q15,1
;resetZero .set 0x0000
direct_path .set 0x4000
feedback_path .set 0x0CCC
ADCR .set 0x002A2D
voices .set 0x0006
.ref COM_CONFIG_DMA_SEC
.align 2
un: .word 0x7FFF ;HI(un) Start value... |
sub_two_8bit_numbers.asm | PrajeenRG/intel-8085-programs | 0 | 57928 | ; Subtracting two 8-bit numbers in memory
;
; Inputs are taken from 0A0H and 0A1H
; Output is stored at 0A2H (Borrow) and 0A3H (Difference)
MVI B, 00H ; initialise borrow
LDA 0A1H ; load second input to accumulator
MOV D, A ; save it to register D
LDA 0A0H ; load firs... |
oeis/034/A034963.asm | neoneye/loda-programs | 11 | 57929 | <gh_stars>10-100
; A034963: Sums of four consecutive primes.
; Submitted by <NAME>(s2)
; 17,26,36,48,60,72,88,102,120,138,152,168,184,202,220,240,258,272,290,306,324,348,370,390,408,420,432,456,480,508,534,556,576,596,620,638,660,682,700,724,744,762,780,800,830,860,890,912,928,942,964,988,1012,1040,1060,1080,1098,1112,... |
oeis/241/A241032.asm | neoneye/loda-programs | 11 | 57930 | <reponame>neoneye/loda-programs
; A241032: Sum of n-th powers of divisors of 30.
; Submitted by <NAME>
; 8,72,1300,31752,872644,25170552,741453700,22051219752,658764967684,19722455410392,591076720682500,17723450167663752,531571748759349124,15945186209351359032,478326193010497869700,14349345894391097803752,4304737884113... |
twi-controller.asm | TPKato/pAVRlib | 0 | 57931 | <gh_stars>0
;;; twi-controller.asm
;;-
;;- TWI related subroutines (as a controller (master)).
;;- This code is a part of [[../][pAVRlib]].
;;-
;;- This program works only on AVRs which have a TWI module.
;;-
#ifdef __GNUC__
#define __SFR_OFFSET 0
#include <avr/io.h>
#ifndef F_CPU
#error "Specify a frequency of the... |
exercises/exercise13/test13-1.asm | Dark15/assembly | 1 | 57932 | <filename>exercises/exercise13/test13-1.asm
mov dx,0x3d4
mov al,0x0e
out dx,al
mov dx,0x3d5
in al,dx ; 读取光标位置的高8位值
mov ah,al
mov dx,0x3d4
mov al,0x0f
out dx,al
mov dx,0x3d5
in al,dx ; 读取光标位置的低8位值
mov bx,ax
mov bl,80 ;回到行开头
add bx,80+40 ;换行,居中
; 以下设置当前光标位置到居中
mov dx,0x3d4
mov al,0x0e
out dx,... |
addition2.asm | Invisible-Luna/8086emu_program | 1 | 57933 | include 'emu8086.inc'
.stack 100h
.model small
.data
.code
main proc ;proc means procedure
print 'Enter First number: '
mov ah,01h ;moves 01h to ah register
int 21h ;Reading the character and the character is stored in al
sub al,48 ;In general regi... |
programs/oeis/052/A052750.asm | neoneye/loda | 22 | 57934 | ; A052750: a(n) = (2*n + 1)^(n - 1).
; 1,1,5,49,729,14641,371293,11390625,410338673,16983563041,794280046581,41426511213649,2384185791015625,150094635296999121,10260628712958602189,756943935220796320321,59938945498865420543457,5070942774902496337890625,456487940826035155404146917,43567528752021332753202420081,439433616... |
oeis/053/A053089.asm | neoneye/loda-programs | 11 | 57935 | <reponame>neoneye/loda-programs
; A053089: a(n) = prime(n)^prime(n+1).
; Submitted by <NAME>
; 8,243,78125,1977326743,34522712143931,8650415919381337933,239072435685151324847153,257829627945307727248226067259,3091058643093537522799545838540043339063,2159424054808578564166497528588784562372597429
mov $1,$0
seq $0,40 ; ... |
target/cos_117/disasm/iop_overlay1/COPY2.asm | jrrk2/cray-sim | 49 | 57936 | 0x0000 (0x000000) 0x1000- f:00010 d: 0 | A = 0 (0x0000)
0x0001 (0x000002) 0x291A- f:00024 d: 282 | OR[282] = A
0x0002 (0x000004) 0x1000- f:00010 d: 0 | A = 0 (0x0000)
0x0003 (0x000006) 0x291B- f:00024 d: 283 | OR[283] = A
... |
ASM/LeerCadenasDinamicas.asm | Jouna77/Compilador | 0 | 57937 | .model small
.stack
.data
;=========================================================
;VARIABLES PARA LA LEECTURA DE CADENAS
CADENA DW 00
LONGUITUD_CADENA DW 0
BLOQUE_ACTUAL DB 0
ULTIMO_SEGMENTO DW 0
ERROR DB 'ERROR','$'
REALLOC DB 10,13,'REALLOC',10,13,'$'
ERROR_ALLOC_CADENA DB 10,13,'OCURRIO UN ERROR RESERVANDO MEMOR... |
oeis/142/A142094.asm | neoneye/loda-programs | 11 | 57938 | ; A142094: Primes congruent to 27 mod 35.
; Submitted by <NAME>
; 97,167,307,587,727,797,937,1217,1427,1567,1637,1777,1847,1987,2267,2477,2617,2687,2897,3037,3457,3527,3877,3947,4157,4297,4507,4787,5347,5417,5557,6047,6257,6397,6607,7027,7237,7307,7517,7727,7867,7937,8147,8287,8707,9127,9337,9547,9967,10037,10177,10247... |
Transynther/x86/_processed/AVXALIGN/_zr_un_/i9-9900K_12_0xa0.log_682_1721.asm | ljhsiun2/medusa | 9 | 57939 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r15
push %rbp
push %rbx
push %rcx
push %rdx
push %rsi
lea addresses_UC_ht+0x1c457, %rbp
nop
nop
nop
cmp %r10, %r10
movb (%rbp), %r15b
nop
nop
add %rdx, %rdx
lea addresses_A_ht+0xb7ef, %rbp
nop
nop
nop
nop
add %rbx, %rbx
movb $0x61, (%rbp)
nop
nop
nop
nop
and ... |
UNRELATED/player_movement.asm | JSpuri/EmuParadise | 0 | 57940 | ;Box info ---------------------------------------------------------------------
box_ymin EQU #$64 ;box upper limit
box_ymax EQU #$B9 ;box lower limit
box_xmin EQU #$46 ;box left limit
box_xmax EQU #$BA ;box right limit
MvHeartBattle:
LDA buttons1 ;load pressed buttons byte
move_right:
CLC
... |
src/prim68kc.asm | gerryjackson/QL-SuperForth | 5 | 57941 | <reponame>gerryjackson/QL-SuperForth<gh_stars>1-10
* FORTH Cross Compiler - Main primitive file
*
* Last modified: 12 November 1986
*
* Table of offsets to messages
*
message_addresses
mess_bot mess_ad 0
mess_ad 1
mess_ad 2
mess_ad 3
... |
data/maps/objects/PokemonMansionB1F.asm | opiter09/ASM-Machina | 1 | 57942 | PokemonMansionB1F_Object:
db $1 ; border block
def_warps
warp 23, 22, 5, POKEMON_MANSION_1F
def_signs
def_objects
object SPRITE_SUPER_NERD, 16, 23, STAY, NONE, 1, OPP_BURGLAR, 9
object SPRITE_SCIENTIST, 27, 11, STAY, DOWN, 2, OPP_SCIENTIST, 13
object SPRITE_POKE_BALL, 10, 2, STAY, NONE, 3, RARE_CANDY
object... |
oeis/023/A023976.asm | neoneye/loda-programs | 11 | 57943 | ; A023976: First bit in fractional part of binary expansion of 9th root of n.
; Submitted by <NAME>
; 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
mov $1,2
add $1,$... |
4/Execve-Stack.asm | 91fc7b/SLAE64 | 0 | 57944 | <filename>4/Execve-Stack.asm
global _start
section .text
_start:
; First NULL push
xor rax, rax
push rax
; push /bin//sh in reverse
mov rbx, 0x68732f2f6e69622f
push rbx
; store /bin//sh address in RDI
mov rdi, rsp
; Second NULL push
push rax
; set RDX
mov rdx, rsp
; Push address of /bin//sh... |
hello_world.asm | jil8885/Hello-World | 1 | 57945 | ; ----------------------------------------------------------------------------------------
; Assembly Hello World for 64-bit Linux
; nasm -felf64 hello_world.asm && ld hello_world.o && ./a.out
;
; x64 Assembly introduction: https://software.intel.com/content/www/us/en/develop/articles/introduction-to-x64-assembly.html
... |
Am9511A-AddonBoard/TestProgram/asciiart/asciiart_sub.asm | ja1umi/MUTIF09Project | 8 | 57947 | <filename>Am9511A-AddonBoard/TestProgram/asciiart/asciiart_sub.asm<gh_stars>1-10
* Subroutine for asciiart.bas
*
* make sure to connect RESET pin of Am9511A to PC0 pin of 8255A
*
APUDA EQU $B004
APUCS EQU $B005
PPIPA EQU $B010
PPIPB EQU $B011
PPIPC EQU $B012
PPICS EQU $B013
*
CMD_PTOF EQU $17 ;TOS is copied into the n... |
src/kernel/asm/cpu/ap_startup.asm | Krzem5/Assembly-64Bit_Uefi_Kernel | 4 | 57948 | <reponame>Krzem5/Assembly-64Bit_Uefi_Kernel
bits 16
default rel
global asm_ap_startup
extern cpu_ap_init
extern asm_setup_gdt
extern asm_apic_setup
extern scheduler_start
extern idt
extern scheduler_ready
extern _cpu_ap_c
section .unmap
asm_ap_startup:
cli
cld
xor ax, ax
mov ds, ax
mov es, ax
mov fs, ax
mov g... |
Library/CoProcessor/Intx87/Main/intx87.asm | steakknife/pcgeos | 504 | 57949 | <reponame>steakknife/pcgeos<filename>Library/CoProcessor/Intx87/Main/intx87.asm
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1991 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: intx87.asm
AUTHOR: <NAME>
REVISION HISTORY:
Name Date Description... |
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_203_318.asm | ljhsiun2/medusa | 9 | 57950 | <reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_203_318.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r14
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x452e, %r12
nop
cmp %r14, %r14
movups (%r12), %xmm2
vpextrq $0, %x... |
oeis/024/A024632.asm | neoneye/loda-programs | 11 | 57952 | <filename>oeis/024/A024632.asm<gh_stars>10-100
; A024632: n written in fractional base 5/2.
; Submitted by <NAME>(s4)
; 0,1,2,3,4,20,21,22,23,24,40,41,42,43,44,210,211,212,213,214,230,231,232,233,234,400,401,402,403,404,420,421,422,423,424,440,441,442,443,444,2110,2111,2112,2113,2114,2130,2131,2132,2133,2134,2300,2301,... |
oeis/224/A224039.asm | neoneye/loda-programs | 11 | 57953 | <reponame>neoneye/loda-programs<filename>oeis/224/A224039.asm
; A224039: Number of 3 X n 0..1 arrays with antidiagonals unimodal and rows and diagonals nondecreasing.
; 8,21,37,58,85,119,161,212,273,345,429,526,637,763,905,1064,1241,1437,1653,1890,2149,2431,2737,3068,3425,3809,4221,4662,5133,5635,6169,6736,7337,7973,86... |
programs/oeis/047/A047855.asm | karttu/loda | 1 | 57954 | ; A047855: a(n) = T(7, n), array T given by A047848.
; 1,2,12,112,1112,11112,111112,1111112,11111112,111111112,1111111112,11111111112,111111111112,1111111111112,11111111111112,111111111111112,1111111111111112,11111111111111112
mov $1,10
pow $1,$0
div $1,9
add $1,1
|
src/utilities.asm | maziac/dezogif | 2 | 57955 | ;===========================================================================
; utilities.asm
;
; Misc subroutines.
;===========================================================================
;===========================================================================
; Constants
;====================================... |
oeis/213/A213190.asm | neoneye/loda-programs | 11 | 57957 | <reponame>neoneye/loda-programs
; A213190: a(0)=1, a(1)=1, a(n) = n*a(n-1) + 3*a(n-2).
; Submitted by <NAME>
; 1,1,5,18,87,489,3195,23832,200241,1873665,19337373,218332098,2677997295,35468961129,504599447691,7675398598752,124320175923105,2136469186489041,38829405884572053,744168119366336130,14999850604980438759,3172293... |
oeis/052/A052668.asm | neoneye/loda-programs | 11 | 57958 | ; A052668: E.g.f. 1/(1-3x-x^3).
; Submitted by <NAME>
; 1,3,18,168,2088,32400,603360,13109040,325503360,9092684160,282219033600,9635476435200,358879494758400,14480588157235200,629228583138355200,29295027261916416000,1454816084780298240000
mov $2,$0
seq $0,52541 ; Expansion of 1/(1-3*x-x^3).
lpb $2
mul $0,$2
sub $2... |
oeis/163/A163073.asm | neoneye/loda-programs | 11 | 57959 | <reponame>neoneye/loda-programs<filename>oeis/163/A163073.asm
; A163073: a(n) = ((5+sqrt(5))*(4+sqrt(5))^n + (5-sqrt(5))*(4-sqrt(5))^n)/10.
; Submitted by <NAME>
; 1,5,29,177,1097,6829,42565,265401,1654993,10320533,64359341,401348865,2502838169,15607867837,97331722837,606967236489,3785088940705,23604071924261,147196597... |
OSSOURCE/monitor.asm | mooseman/smallOS | 3 | 57960 |
; MONITOR.ASM
; Written by <NAME>.
;
; This code is released to the public domain.
; "Share and enjoy....." ;)
;
.DATA
EXTRN _AllocExch FWORD
EXTRN _DeAllocExch FWORD
EXTRN _GetTSSExch FWORD
EXTRN _SetPriority FWORD
EXTRN _NewTask FWORD
EXTRN _SpawnTask FWORD
EXTRN _SendMsg FWORD
EXTRN _... |
Appl/FileMgrs2/CommonDesktop/CDeskDisplay/cdeskdisplayToolArea.asm | steakknife/pcgeos | 504 | 57961 | <gh_stars>100-1000
COMMENT @----------------------------------------------------------------------
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Desktop/Main
FILE: deskdisplayToolArea.asm
ROUTINES:
ToolAreaMoveDriveTools - moves the drive buttons to another object
REVISI... |
secp256k1_test.asm | nagydani/z80_crypto | 17 | 57962 | <gh_stars>10-100
ORG 0x8000
START: JP TMODMUL ; 32768
JP TMODINV ; 32771
JP TECDOUB ; 32774
JP TECADD ; 32777
JP TECMUL ; 32780
JP TMQMUL ; 32783
JP TMQINV ; 32786
JP TECGMUL ; 32789
; Tests 256 bit modular multiplication
; In: XVALUE, YVALUE: little-endian 256 bit multiplicands, EXPECT: little-endian 2... |
tile5.asm | fjpena/zx-multiscroll-demo | 7 | 57963 | <gh_stars>1-10
; ASM source file created by SevenuP v1.21
; SevenuP (C) Copyright 2002-2007 by <NAME>, aka Metalbrain
;GRAPHIC DATA:
;Pixel Size: ( 48, 16)
;Char Size: ( 6, 2)
;Sort Priorities: X char, Char line, Y char
;Data Outputted: Gfx
;Interleave: Column
;Mask: No
tile5:
DEFB ... |
Arquitectura de computadores I/Proyecto 1/compiler/ASMcode/bresenham.asm | Arturok/TEC | 0 | 57965 | .data
.text
#possibly change to color register
move $t6, 0x0000 # $t6 = 0x0000 color to paint the line
#Bresenham algorithm to draw lines from the point (xi, yi) to (xf, yf)
#this routine assumes all points are greater than 0 and lower than the resolution
bresenham: #($a0:xi, $a1:yi, $a2:xf, $a3:yf... |
src/app/AppInit.asm | jhm-ciberman/calculator-asm | 2 | 57966 | ;;;
; This method is called when the app inits. It is the main method
;;;
proc AppInit
fastcall ConsoleInit
fastcall ParserInit
; Add specific GUI commands
fastcall ArrayListPush, [_lg_commands_list], _gr_str_cmd_exit
fastcall ArrayListPush, [_lg_commands_handlers], DoExit
fastcall Ar... |
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48_notsx.log_21829_1043.asm | ljhsiun2/medusa | 9 | 57967 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r15
push %r8
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x7032, %rsi
lea addresses_WC_ht+0x11632, %rdi
nop
nop
nop
nop
nop
sub $2722, %r15
mov $100, %rcx
rep movsb
nop
sub %r15, %r15
lea addresses_WC_ht+0xb7ea, %r8
n... |
code/gbrom/bank3.asm | Vsdparibas/musicboy | 21 | 57969 | <filename>code/gbrom/bank3.asm
INCLUDE "gbhw.asm"
INCLUDE "sound_constants.asm"
INCLUDE "audio_constants.asm"
SECTION "bank 3", ROMX, BANK[3]
LevelPointersBank3:: ; 3:4000
dw $503F
dw $5074
dw $509B
dw $503F
dw $5074
dw $509B
dw $503F ; 3-1
dw $5074 ; 3-2
dw $509B ; 3-3
dw $503F
dw $5074
dw $509B
dw $50C0... |
libsrc/video/tms9918/msx_vpeek.asm | rjcorrig/z88dk | 0 | 57970 | <filename>libsrc/video/tms9918/msx_vpeek.asm
;
; MSX specific routines
;
; Improved functions by <NAME>
; Originally released in 2004 for GFX - a small graphics library
;
; int msx_vpeek(int address);
;
; Read the MSX video memory
;
; $Id: msx_vpeek.asm,v 1.10 2016-06-16 19:30:... |
programs/oeis/284/A284972.asm | neoneye/loda | 22 | 57971 | <filename>programs/oeis/284/A284972.asm
; A284972: Numbers with digits 4 and 8 only.
; 4,8,44,48,84,88,444,448,484,488,844,848,884,888,4444,4448,4484,4488,4844,4848,4884,4888,8444,8448,8484,8488,8844,8848,8884,8888,44444,44448,44484,44488,44844,44848,44884,44888,48444,48448,48484,48488,48844,48848
seq $0,284920 ; Numb... |
Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0xca_notsx.log_21829_777.asm | ljhsiun2/medusa | 9 | 57973 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r8
push %rax
push %rsi
lea addresses_A_ht+0xa894, %r12
nop
nop
nop
nop
nop
and $57962, %rsi
mov $0x6162636465666768, %rax
movq %rax, (%r12)
cmp $64835, %r8
pop %rsi
pop %rax
pop %r8
pop %r12
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r11
pu... |
login.asm | sleep2144985/xv6-public | 0 | 57975 | <filename>login.asm
_login: 檔案格式 elf32-i386
Disassembly of section .text:
00000000 <main>:
return 0;
}
int
main(void)
{
0: 8d 4c 24 04 lea 0x4(%esp),%ecx
4: 83 e4 f0 and $0xfffffff0,%esp
7: ff 71 fc pushl -0x4(%ecx)
a: 55 push %ebp... |
programs/oeis/138/A138988.asm | neoneye/loda | 22 | 57976 | <filename>programs/oeis/138/A138988.asm
; A138988: a(n) = Frobenius number for 8 successive numbers = F(n+1,n+2,n+3,n+4,n+5,n+6,n+7,n+8).
; 1,2,3,4,5,6,7,17,19,21,23,25,27,29,47,50,53,56,59,62,65,91,95,99,103,107,111,115,149,154,159,164,169,174,179,221,227,233,239,245,251,257,307,314,321,328,335,342,349,407,415,423,431... |
libsrc/_DEVELOPMENT/math/float/math32/lm32/c/sccz80/atan.asm | jpoikela/z88dk | 0 | 57977 |
SECTION code_fp_math32
PUBLIC atan
EXTERN cm32_sccz80_atan
defc atan = cm32_sccz80_atan
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _atan
defc _atan = atan
ENDIF
|
programs/oeis/096/A096026.asm | karttu/loda | 1 | 57979 | ; A096026: Numbers n such that (n+j) mod (2+j) = 1 for j from 0 to 8 and (n+9) mod 11 <> 1.
; 2523,5043,7563,10083,12603,15123,17643,20163,22683,25203,30243,32763,35283,37803,40323,42843,45363,47883,50403,52923,57963,60483,63003,65523,68043,70563,73083,75603,78123,80643,85683,88203,90723,93243,95763,98283,100803,103323... |
配套代码/L024/L024A/2.asm | zmrbak/ReverseAnalysis | 35 | 57980 | <filename>配套代码/L024/L024A/2.asm
; Listing generated by Microsoft (R) Optimizing Compiler Version 19.24.28117.0
include listing.inc
INCLUDELIB LIBCMT
INCLUDELIB OLDNAMES
CONST SEGMENT
$SG5095 DB '0', 00H
ORG $+2
$SG5097 DB '1', 00H
ORG $+2
$SG5099 DB '2', 00H
ORG $+2
$SG5101 DB '3', 00H
ORG $+2
$SG5103 DB '4', 0... |
BigNum/Mod/Io/bnFromBytesEx.asm | FloydZ/Crypto-Hash | 11 | 57982 | .686
.model flat,stdcall
option casemap:none
include .\bnlib.inc
include .\bignum.inc
.code
;;
;; converts sequence of bytes to a bn bswap-ed
;;
;_a_
bnFromBytesEx proc uses edi esi pBytes:DWORD,dwBytesLen:dword,bn:DWORD,bSigned:dword
invoke bnClear,bn
mov edx,BN_ALLOC_BYTES
mov ecx,dwBytesLen
sub edx,4
mov esi,... |
oeis/049/A049764.asm | neoneye/loda-programs | 11 | 57984 | <reponame>neoneye/loda-programs
; A049764: a(n) = Sum_{k=1..n} T(n,k), array T as in A049763.
; Submitted by <NAME>
; 0,0,1,1,3,1,5,7,9,10,18,10,18,25,28,40,44,26,52,79,60,78,73,101,117,133,114,136,91,90,158,188,220,244,218,220,208,283,280,303,220,319,287,393,398,446,391,459,435,534,481,471,428,499,485,692,549,731,674,... |
ascii.asm | shashankdasverma/MPlab | 0 | 57985 | <reponame>shashankdasverma/MPlab<gh_stars>0
.model small
.data
msg1 db 0dh,0ah,"enter alphanumeric character $"
res db 02 dup(0)
.code
mov ax,@data
mov ds,ax
lea dx,msg1
call disp
mov ah,01h
mov bl,al
mov cl,4
shr al,cl
cmp al,0ah
jc digit
ADD AL,07H
digit: add al,30h
mov res,al
and ... |
libsrc/spectrum/zx_type.asm | dex4er/deb-z88dk | 1 | 57986 | ;
; ZX Spectrum specific routines
; by <NAME>, 22/09/2006
;
; int zx_type();
;
; The result is:
; - 0 (false) if the spectrum is a 48K
; - 1 (true) if the spectrum is a Spectrum 128K or compatible
; - 2 (true) if the spectrum is a TS2068
;
; $Id: zx_type.asm,v 1.1 2006/12/01 16:58:30 stefano Exp $
;
XLI... |
src/asm/etiquetas.asm | javierquevedo/open-iroom | 0 | 57987 | <gh_stars>0
;; -------------------------------------------------------------------------------------------------------
;; -------------------------------------------------------------------------------------------------------
;; ETIQUETAS
;; ----------------------------------------------------------------------------... |
programs/oeis/216/A216852.asm | karttu/loda | 1 | 57988 | <filename>programs/oeis/216/A216852.asm<gh_stars>1-10
; A216852: 18k^2-36k+9 interleaved with 18k^2-18k+9 for k>=0.
; 9,9,-9,9,9,45,63,117,153,225,279,369,441,549,639,765,873,1017,1143,1305,1449,1629,1791,1989,2169,2385,2583,2817,3033,3285,3519,3789,4041,4329,4599,4905,5193,5517,5823,6165,6489,6849,7191,7569,7929,8325,... |
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_11572_1124.asm | ljhsiun2/medusa | 9 | 57989 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %r14
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0xd8e6, %rsi
nop
add %r14, %r14
movb $0x61, (%rsi)
nop
nop
nop
and $51756, %rbp
lea addresses_D_ht+0xdf60, %rbp
nop
nop
nop
nop
cmp %r11, %r11
movb $0x61, (%rbp)
nop
... |
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0_notsx.log_21829_529.asm | ljhsiun2/medusa | 9 | 57991 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r14
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x15cfc, %r10
nop
nop
nop
nop
xor %rdx, %rdx
movups (%r10), %xmm4
vpextrq $0, %xmm4, %r14
cmp $18968, %rsi
lea addresses_WC_ht+0x15dc, %rsi
lea addresses_WC_ht+0x187a1, %rdi
nop... |
c2000/C2000Ware_1_00_06_00/libraries/dsp/FPU/c28/source/vector/mpy_SP_RSxRV_2.asm | ramok/Themis_ForHPSDR | 0 | 57992 | ;;#############################################################################
;;! \file source/vector/mpy_SP_RSxRV_2.asm
;;!
;;! \brief C-Callable multiplication of a real scalar, a real vector, and a
;;! real vector
;;! \author <NAME>
;;! \date 07/14/11
;;
;; HISTORY:
;; 07/14/11 - original (D. Alter)
... |
bcdtopet.asm | JimmyDansbo/cx16stuff | 0 | 57993 | <reponame>JimmyDansbo/cx16stuff<gh_stars>0
; This program prints the BCD encoded number from .BCDnum variable
; to screen, increments the number and prints it to screen again.
; This example is made solely to showcase how easy it is to convert
; a BCD encoded number to PETSCII.
*=$0801
!byte $0C,$08,$0A,$00,$9E,$20,$... |
stage2/graphics_line_test_straight.asm | amrwc/8086-graphics | 5 | 57994 | ; Simplify the algorithm in the right conditions.
;
; Input:
; x0: [bp + 12] -> [bp + x0]
; y0: [bp + 10] -> [bp + y0]
; x1: [bp + 8] -> [bp + x1]
; y1: [bp + 6] -> [bp + y1]
; straight: [bp - 2] -> [bp - straight]
Graphics_Line_Test_Straight:
push si
mov si, word... |
oeis/021/A021931.asm | neoneye/loda-programs | 11 | 57995 | <reponame>neoneye/loda-programs<gh_stars>10-100
; A021931: Decimal expansion of 1/927.
; Submitted by <NAME>iga
; 0,0,1,0,7,8,7,4,8,6,5,1,5,6,4,1,8,5,5,4,4,7,6,8,0,6,9,0,3,9,9,1,3,7,0,0,1,0,7,8,7,4,8,6,5,1,5,6,4,1,8,5,5,4,4,7,6,8,0,6,9,0,3,9,9,1,3,7,0,0,1,0,7,8,7,4,8,6,5,1,5,6,4,1,8,5,5,4,4,7,6,8,0,6,9,0,3,9,9
seq $0,... |
oeis/145/A145696.asm | neoneye/loda-programs | 11 | 57998 | ; A145696: Numbers Y such that 111*Y^2+37 is a square.
; Submitted by <NAME>
; 7,4137,2440823,1440081433,849645604647,501289466660297,295759935683970583,174497860764075983673,102953442090869146396487,60742356335752032297943657,35837887284651608186640361143,21144292755588113078085515130713,124750968879097020644622672867... |
programs/oeis/119/A119992.asm | neoneye/loda | 22 | 57999 | ; A119992: a(n) = n-th positive integer which is coprime to n!.
; 1,3,7,11,17,19,29,31,37,41,47,53,61,67,71,73,83,89,101,103,107,109,127,131,137,139,149,151,163,167,179,181,191,193,197,199,223,227,229,233,241,251,263,269,271,277,283,293,307,311,313,317,337,347,349,353,359,367,379,383,397,401,409,419,421,431,439,443,449... |
src/create_section.asm | Shinao/Malicious | 82 | 58001 | <reponame>Shinao/Malicious<filename>src/create_section.asm
; CREATE NEW SECTION
; CREATE_FILE_MAPPING WITH SIZE + INJECT SIZE
push NULL
mov eax, [DELTA PointerToRawData]
add eax, [DELTA SizeOfRawData]
push eax ; New size
push 0
push PAGE_READWRITE
push NULL
PVDELTA PeFile
call [DELTA pCreateFileMapping]
cmp eax, 0
je ... |
Appl/Tools/Localize/Text/textManager.asm | steakknife/pcgeos | 504 | 58002 | <filename>Appl/Tools/Localize/Text/textManager.asm
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Localize/Text
FILE: textManager.asm
AUTHOR: <NAME>, Sep 25, 1992
ROUTINES:
Name Description
... |
oeis/013/A013611.asm | neoneye/loda-programs | 11 | 58003 | ; A013611: Triangle of coefficients in expansion of (1+4x)^n.
; Submitted by <NAME>
; 1,1,4,1,8,16,1,12,48,64,1,16,96,256,256,1,20,160,640,1280,1024,1,24,240,1280,3840,6144,4096,1,28,336,2240,8960,21504,28672,16384,1,32,448,3584,17920,57344,114688,131072,65536,1,36,576,5376,32256,129024,344064,589824,589824,262144,1,40... |
oeis/108/A108976.asm | neoneye/loda-programs | 11 | 58004 | ; A108976: Numbers n such that 17*n + 19 is prime.
; Submitted by <NAME>
; 0,2,12,14,20,26,32,36,42,54,56,60,74,84,86,90,92,102,104,110,126,134,140,144,156,170,176,180,186,212,216,222,230,240,242,246,254,264,272,282,296,300,302,312,324,344,354,362,372,384,386,414,420,422,440,450
mov $2,$0
add $2,6
pow $2,2
mov $4,18
l... |
day20/inthandler.asm | ghosind/HariboteOS | 11 | 58005 | [BITS 32]
GLOBAL asm_int_handler20, asm_int_handler21, asm_int_handler27, asm_int_handler2c
EXTERN int_handler20, int_handler21, int_handler27, int_handler2c
asm_int_handler20:
PUSH ES
PUSH DS
PUSHAD
MOV EAX, ESP
PUSH EAX
MOV AX, SS
MOV DS, AX
MOV ES, AX
CALL int_h... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.