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/158/A158560.asm
karttu/loda
1
46847
<filename>programs/oeis/158/A158560.asm ; A158560: a(n) = 30n^2 - 1. ; 29,119,269,479,749,1079,1469,1919,2429,2999,3629,4319,5069,5879,6749,7679,8669,9719,10829,11999,13229,14519,15869,17279,18749,20279,21869,23519,25229,26999,28829,30719,32669,34679,36749,38879,41069,43319,45629,47999,50429,52919,55469,58079,60749,634...
programs/oeis/082/A082274.asm
karttu/loda
0
46848
<reponame>karttu/loda<gh_stars>0 ; A082274: Palindromes k such that k + 2 is also a palindrome. ; 1,2,3,4,5,6,7,9,99,999,9999,99999,999999,9999999,99999999,999999999,9999999999,99999999999,999999999999,9999999999999,99999999999999,999999999999999,9999999999999999 mov $1,2 add $1,$0 mov $2,1 mul $2,$1 lpb $0,1 mov $1...
grep.asm
niknikniknik/nunix
0
46851
_grep: file format elf32-i386 Disassembly of section .text: 00000000 <grep>: char buf[1024]; int match(char*, char*); void grep(char *pattern, int fd) { 0: 55 push %ebp 1: 89 e5 mov %esp,%ebp 3: 83 ec 18 sub $0x18,%esp int n, m; char *p, *q; ...
src/haloasm-x64.asm
neri/halo
8
46853
; ; HALO: HAribote-os LOader for EFI ; ; Copyright (c) 2016 Nerry, All rights reserved. ; ; 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 limi...
Encryption/cryptl30/crypt/d-win32.asm
dendisuhubdy/grokmachine
46
46854
; Don't even think of reading this code ; It was automatically generated by des-586.pl ; Which is a perl program used to generate the x86 assember for ; any of elf, a.out, BSDI,Win32, or Solaris ; eric <<EMAIL>> ; TITLE des-586.asm .486 .model FLAT _TEXT SEGMENT PUBLIC _des_encrypt EXTRN _d...
programs/oeis/330/A330410.asm
jmorken/loda
1
46855
<filename>programs/oeis/330/A330410.asm ; A330410: a(n) = 6*prime(n) - 1. ; 11,17,29,41,65,77,101,113,137,173,185,221,245,257,281,317,353,365,401,425,437,473,497,533,581,605,617,641,653,677,761,785,821,833,893,905,941,977,1001,1037,1073,1085,1145,1157,1181,1193,1265,1337,1361,1373,1397,1433,1445 cal $0,40 ; The prime ...
Projetos/src/F-Assembly/src/nasm/mult.nasm
Fogelman/Z01.1
0
46856
; Arquivo: Abs.nasm ; Curso: Elementos de Sistemas ; Criado por: <NAME> ; Data: 27/03/2017 ; Multiplica o valor de RAM[1] com RAM[0] salvando em RAM[3] leaw $0, %A movw %A , %S movw (%A), %D LOOP: leaw $ELSE, %A je %D nop leaw $1,%A addw %S,(%A), %S subw %D, $1, %D ;Subtrai 1 de D le...
tests/relocate/relocation_simple.asm
fengjixuchui/sjasmplus
220
46857
ORG $1000 RELOCATE_START ASSERT 2 * relocate_count == relocate_size ASSERT 3 == relocate_count RELOCATE_TABLE ; should emit the three addresses of opcode data: ; $100B, $100E, $1012 dw relocate_count dw relocate_size relocatable_label: ; usage of...
programs/oeis/093/A093719.asm
karttu/loda
1
46858
<filename>programs/oeis/093/A093719.asm<gh_stars>1-10 ; A093719: a(n) = (n mod 2)^(n mod 3). ; 1,1,0,1,0,1,1,1,0,1,0,1,1,1,0,1,0,1,1,1,0,1,0,1,1,1,0,1,0,1,1,1,0,1,0,1,1,1,0,1,0,1,1,1,0,1,0,1,1,1,0,1,0,1,1,1,0,1,0,1,1,1,0,1,0,1,1,1,0,1,0,1,1,1,0,1,0,1,1,1,0,1,0,1,1,1,0,1,0,1,1,1,0,1,0,1,1,1,0,1,0,1,1,1,0,1,0,1,1,1,0,1,0...
oeis/145/A145434.asm
neoneye/loda-programs
11
46859
<gh_stars>10-100 ; A145434: Decimal expansion of Sum_{n>=1} (-1)^(n-1)*n^2/binomial(2n,n). ; Submitted by <NAME> ; 1,2,5,5,6,7,2,8,4,7,2,2,8,7,9,6,7,6,8,8,8,8,4,5,3,4,1,3,6,3,9,5,1,5,6,5,9,6,6,0,3,4,3,4,5,3,9,6,7,7,6,8,2,7,6,1,9,4,3,9,5,1,1,6,8,0,5,9,5,1,0,2,7,6,3,1,0,9,4,4,3,0,9,1,0,8,0,7,7,8,8,2,4 mov $2,4 mov $3,$0...
programs/oeis/045/A045798.asm
neoneye/loda
22
46860
; A045798: Oddish numbers (prime to 10 and 10's digit is odd). ; 11,13,17,19,31,33,37,39,51,53,57,59,71,73,77,79,91,93,97,99,111,113,117,119,131,133,137,139,151,153,157,159,171,173,177,179,191,193,197,199,211,213,217,219,231,233,237,239,251,253,257,259,271,273,277,279,291,293,297,299,311,313,317,319,331,333,337,339,351...
data/pokemon/dex_entries/monferno.asm
AtmaBuster/pokeplat-gen2
6
46861
db "PLAYFUL@" ; species name db "A bigger fire on" next "its tail and a" next "brighter blue" page "pattern on its" next "face means its" next "rank is higher.@"
example/scroll/scroll.asm
mzp/famicom
53
46862
<gh_stars>10-100 ; BGサンプル .setcpu "6502" .autoimport on ; iNESヘッダ .segment "HEADER" .byte $4E, $45, $53, $1A ; "NES" Header .byte $02 ; PRG-BANKS .byte $01 ; CHR-BANKS .byte $00 ; Vetrical Mirror .byte $00 ; .byte $00, $00, $00, $00 ; .byte $00, $00, $00, $00 .segment "VECINFO" .word mainLoop .word...
tools/geo/Drawing.asm
nockieboy/gpu
8
46863
<filename>tools/geo/Drawing.asm ; Test Drawing assembly language ; ; Assembled with 'FWASM.exe' (C) <NAME> ; ; OP-Code Instruction structure inside the file 'instr.txt' ; ; Follow Microchip's PIC16/18 assembler mnemonic ; ; Compile line "fwasm drawing.asm" ; The output file will be "drawings.bin' ; The outp...
libsrc/msx/gen_filvrm.asm
andydansby/z88dk-mk2
1
46864
; ; z88dk library: Generic VDP support code ; ; FILVRM ; ; ; $Id: gen_filvrm.asm,v 1.1 2010/06/30 13:21:38 stefano Exp $ ; XLIB FILVRM LIB SETWRT INCLUDE "msx/vdp.inc" FILVRM: push af call SETWRT loop: pop af out (VDP_DATA),a push af dec bc ld a,b or c jr nz,loop pop af ret
tests/devices/mmu_incbin_bug.asm
fengjixuchui/sjasmplus
220
46866
DEVICE ZXSPECTRUMNEXT MMU 0 n, 0 ORG 0x1F00 ; include 0x2200 bytes ; => should include up 0x100 bytes into page 0 ; => then 0x2000 bytes into page 1 ; => and final 0x100 bytes into page 2 INCBIN "mmu_incbin_bug_data.i.asm" ASSERT 0x100 == $ && 2 == $$ ; include another 0x2200 by...
Transynther/x86/_processed/NC/_ht_st_zr_un_/i3-7100_9_0x84_notsx.log_21829_3076.asm
ljhsiun2/medusa
9
46867
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r15 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0x22ac, %rsi lea addresses_WC_ht+0x11b33, %rdi sub $23442, %r15 mov $65, %rcx rep movsb nop nop nop nop nop and %rsi, %rsi lea addresses_D_ht+0xc...
external/source/shellcode/osx/ppc/stage_tcp_shell.asm
OsmanDere/metasploit-framework
26,932
46870
;; ; ; Name: stage_tcp_shell.asm ; Qualities: Can Have Nulls ; Platforms: MacOS X / PPC ; Authors: <NAME> <hdm [at] metasploit.com> ; Version: $Revision: 1612 $ ; License: ; ; This file is part of the Metasploit Exploit Framework ; and is subject to the same licenses and copyrights ...
Examples/ConsoleTestPrograms/AssemblerSource/simple.asm
highbyte/dotnet-6502
1
46871
<filename>Examples/ConsoleTestPrograms/AssemblerSource/simple.asm ;code start address * = $c000 ;VSCode extension VS64 (ACME cross-assembler) will automatially set output path and filename to the .cache directory ;!to "./simple.prg" ;Add values in two memory locations, rotate right, and store in another memory locatio...
Lab04/Task04.asm
PrabalChowdhury/CSE-341-MICROPROCESSOR
0
46872
.MODEL SMALL .STACK 100H .DATA X DB "N$" Y DB "Y$" E db "1st side: $" F db "2nd side: $" G db "3rd side: $" .CODE MAIN PROC MOV AX,@DATA MOV DS,AX ;CODE STARTS FROM HERE lea dx, E mov ah, 9 int 21H mov ah,1 int 21H mov bl,al sub bl,30H m...
Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xca_notsx.log_21829_677.asm
ljhsiun2/medusa
9
46873
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r15 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_A_ht+0x19073, %r12 clflush (%r12) nop and %r10, %r10 mov $0x6162636465666768, %r15 movq %r15, %xmm4 movups %xmm4, (%r12) nop xor $14081, %r10 lea addresses_WC_ht+0x88c3, %rsi nop no...
programs/oeis/075/A075319.asm
neoneye/loda
22
46874
<gh_stars>10-100 ; A075319: Pair the odd numbers such that the k-th pair is (r, r+2k) where r is the smallest odd number not included earlier: (1,3),(5,9),(7,13),(11,19),(15,25),(17,29),(21,35),(23,39),(27,45),... This is the sequence of the sum of the members of pairs. ; 4,14,20,30,40,46,56,62,72,82,88,98,108,114,124,...
Codes/Chapter09/P05/P09-05.asm
ar-ekt/Dandamudi-Assembly-Solutions
8
46875
%INCLUDE "lib.h" global _start section .data prompt_msg db "Please input an integer: ", 0 out_msg1 db "Its binary representation has an <", 0 out_msg2 db "> number of 1's,", 10, 0 odd_msg db "ODD", 0 even_msg db "EVEN", 0 out_msg3 db "The number of ones: ", 0 endl db 10, 0 section .bss ...
programs/oeis/198/A198081.asm
neoneye/loda
22
46876
<reponame>neoneye/loda ; A198081: Ceiling(n*Sqrt(3)). ; 0,2,4,6,7,9,11,13,14,16,18,20,21,23,25,26,28,30,32,33,35,37,39,40,42,44,46,47,49,51,52,54,56,58,59,61,63,65,66,68,70,72,73,75,77,78,80,82,84,85,87,89,91,92,94,96,97,99,101,103,104,106,108,110,111,113,115,117,118,120,122,123,125,127,129,130,132,134,136,137,139,141,...
ARM/mem_fill.asm
StxGuy/EmbeddedSystems
0
46877
; Immediate addressing mov R4,#0x20000000 ; Base memory mov R0,#12 ; Number of positions mov R1,#1 ; What to be written loop str R1,[R4],#4 ; [R4] = R1, R4 += 4 subs R0,R0,#4 ; R0 -= 4 bne loop ; Loop if not zero
Transynther/x86/_processed/AVXALIGN/_st_sm_/i7-7700_9_0x48.log_21829_2360.asm
ljhsiun2/medusa
9
46878
.global s_prepare_buffers s_prepare_buffers: push %r15 push %rax push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0xd706, %rsi lea addresses_WT_ht+0xfc0e, %rdi clflush (%rdi) nop cmp %r15, %r15 mov $30, %rcx rep movsb nop nop nop nop nop sub %rdi, %rdi lea addresses_A_ht+0xe22e, %rbp nop nop no...
libsrc/stdio/x07/fputc_cons.asm
andydansby/z88dk-mk2
1
46879
; ; ROM Console routine for the Canon X-07 ; By <NAME> - 10/6/2011 ; ; $Id: fputc_cons.asm,v 1.1 2011/06/15 20:15:00 stefano Exp $ ; XLIB fputc_cons .fputc_cons ld hl,2 add hl,sp ld a,(hl) jp $C1BE
date.asm
joeofportland/project4final
0
46880
_date: file format elf32-i386 Disassembly of section .text: 00000000 <main>: #include "user.h" #include "date.h" int main(int argc, char *argv[]) { 0: 55 push %ebp 1: 89 e5 mov %esp,%ebp 3: 57 push %edi 4: 56 push %es...
tests/test50.asm
laanwj/decuda
64
46881
<reponame>laanwj/decuda<filename>tests/test50.asm # Hi, I'm a comment .entry my_kernel { .lmem 0 .reg 2 .smem 32 mov.b32 $r1, s[0x0010] mov.b32 $r0, s[0x0018] // Another comment mov.u32 $r0, g[$r0] shl.u32 $r0, $r0, 0x00000002 mov.end.u32 g[$r1], $r0 }
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_998.asm
ljhsiun2/medusa
9
46882
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r15 push %r9 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x82f3, %rsi lea addresses_WC_ht+0x192f3, %rdi nop nop nop add $22893, %r11 mov $16, %rcx rep movsw xor $31252, %r15 lea addresses_A_ht+0xa133, %rdx nop xor $24437, %r9 mov (%r...
3rdParties/src/nasm/nasm-2.15.02/travis/test/nasmformat.asm
blue3k/StormForge
1
46883
%ifidn __OUTPUT_FORMAT__, bin msg_format: db 'This is binary format file' %elifidn __OUTPUT_FORMAT__, elf32 section .rodata msg_format: db 'This is elf32 format file' %elifidn __OUTPUT_FORMAT__, elf64 section .rodata msg_format: db 'This is elf64 format file' %elifidn __OUTPUT_FORMAT__, macho32 section ....
BigNum/Mod/Base/_bn_error.asm
FloydZ/Crypto-Hash
11
46886
<gh_stars>10-100 .686 .model flat,stdcall option casemap:none include windows.inc include .\bnlib.inc include .\bignum.inc .code ; eax = errcode _bn_error proc c invoke RaiseException,eax,0,0,0 ; invoke MessageBox,0,[bnErrMsgs+eax*4],0,MB_ICONERROR ret _bn_error endp end
src/routines/installer.asm
zdimension/Cesium
5
46887
;here's what needs to be done: ;(1) create BASIC prgm that says Asm(prgmCESIUM <-- Call it 'A'; just like Ion so that way users don't have to scroll to find the program ;(2) copy this program to an AppVar and archive it ;(3) delete this program ;(3) create an ASM prgm loader called CESIUM ;(4) this loader will be ...
Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2.log_135_1410.asm
ljhsiun2/medusa
9
46888
<filename>Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2.log_135_1410.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r14 push %r15 push %r8 push %rbp push %rdi lea addresses_UC_ht+0x187d3, %r10 and $12456, %rdi mov $0x6162636465666768, %r15 movq %r15, %xmm6 movups %xmm6, (%r10) nop n...
zombie.asm
RodrigoVgt/xv6-lottery-schedule
0
46889
<reponame>RodrigoVgt/xv6-lottery-schedule _zombie: file format elf32-i386 Disassembly of section .text: 00000000 <main>: #include "stat.h" #include "user.h" int main(void) { 0: 8d 4c 24 04 lea 0x4(%esp),%ecx 4: 83 e4 f0 and $0xfffffff0,%esp 7: ff 71 fc pushl ...
tests/data/src/test_ld_ixn_2.asm
protoCall7/PZ80emu
1
46890
ld ix,0x0070 ld a,0x01 ld b,0x02 ld c,0x03 ld d,0x04 ld e,0x05 ld h,0x06 ld l,0x07 ld (ix+0),a ld (ix+1),b ld (ix+2),c ld (ix+3),d ld (ix+4),e ld (ix+5),h ld (ix+6),l
src/note_length_table.6502.asm
mrpopogod/nes-fun
0
46891
;note length constants (aliases) thirtysecond = $80 sixteenth = $81 eighth = $82 quarter = $83 half = $84 whole = $85 d_sixteenth = $86 d_eighth = $87 d_quarter = $88 d_half = $89 d_whole = $8A ;don't forget we are counting in hex t_quarter = $8B five_eighths =$8C five_sixteenths=$8D note_length_table: .byte $01...
llvm/test/tools/llvm-ml/feat00_override.asm
mkinsner/llvm
2,338
46892
<filename>llvm/test/tools/llvm-ml/feat00_override.asm ; RUN: llvm-ml -m32 %s /Fo - | llvm-readobj --syms - | FileCheck %s ; RUN: llvm-ml -m64 %s /Fo - | llvm-readobj --syms - | FileCheck %s ; RUN: llvm-ml -m32 -safeseh %s /Fo - | llvm-readobj --syms - | FileCheck %s .code @feat.00 = 99 noop: ret end ; CHECK: ...
programs/oeis/001/A001968.asm
karttu/loda
1
46895
; A001968: Wythoff game. ; 3,9,14,19,24,30,35,40,45,51,56,61,66,71,77,82,87,92,98,103,108,113,119,124,129,134,140,145,150,155,161,166,171,176,181,187,192,197,202,208,213,218,223,229,234,239,244,250,255,260,265,270,276,281,286,291,297,302,307,312,318,323,328,333,339,344,349,354,359,365,370,375,380,386,391,396,401,407,41...
Library/Kernel/Thread/threadPrivate.asm
steakknife/pcgeos
504
46896
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1989 -- All Rights Reserved PROJECT: PC GEOS MODULE: Thread FILE: threadPrivate.asm AUTHOR: <NAME>, Nov 30, 1989 ROUTINES: Name Description ---- ----------- GLB ThreadPrivAlloc Obtain th...
ASM_minilibc_2018/src/strlen.asm
ltabis/epitech-projects
0
46898
bits 64 ; set architecture global strlen:function ; export strlen strlen: xor RCX, RCX ; set counter to 0, xor is faster than mov .loop: ; loop label cmp byte [RDI + RCX], 0 ; check if end of string je .end ;...
oeis/170/A170775.asm
neoneye/loda-programs
11
46900
; A170775: a(n) = n^8*(n^3 + 1)/2. ; 0,1,1152,91854,2129920,24609375,182238336,991545772,4303355904,15712053165,50050000000,142763014746,371719176192,896488062379,2025520479360,4326159375000,8798240505856,17139436032537,32139715019904,58253621230630,102412800000000,175157661700791,292186588642432,476444034449604,760895...
src/config.asm
RebelusQuo/sm_randomizer_rom
0
46901
<gh_stars>0 org $CEFF00 config_flags: ; Multiworld enabled config_multiworld: ; $CEFF00 dw $0000 ; Custom sprite used config_sprite: ; $CEFF02 dw $0000
Library/Kernel/Geodes/geodesLibrary.asm
steakknife/pcgeos
504
46902
<filename>Library/Kernel/Geodes/geodesLibrary.asm COMMENT @----------------------------------------------------------------------- Copyright (c) GeoWorks 1988 -- All Rights Reserved PROJECT: PC GEOS MODULE: Geode FILE: geodeLibrary.asm ROUTINES: Name Description ---- ----------- GLB GeodeFree...
248b/lovebyte21/arabeske/arabeske.asm
42Bastian/lynx_hacking
12
46903
*************** * Arabeske - 128 bytes intro * (c) 2021 42Bastian **************** include <includes/hardware.inc> include <macros/help.mac> ;;; ROM sets this address screen0 equ $2000 BEGIN_ZP x_add ds 1 ; ROM clears it y_add ds 1 ; ROM clears it END_ZP run $200 IFND LNX ;; Setup needed if loaded via ...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_160.asm
ljhsiun2/medusa
9
46905
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r15 push %rbp push %rcx push %rdi push %rsi lea addresses_D_ht+0x322a, %rsi lea addresses_UC_ht+0xc786, %rdi nop sub %rbp, %rbp mov $106, %rcx rep movsw nop nop xor %rsi, %rsi lea addresses_D_ht+0x1c306, %rbp add $3533, %r15 mov (%rbp), %edi nop nop xor $2949...
arch/x86/boot/imgheader.asm
BitInit/HelloOS
0
46906
<reponame>BitInit/HelloOS MBT_HDR_FLAGS EQU 0x00010003 MBT_HDR_MAGIC EQU 0x1BADB002 MBT2_MAGIC EQU 0xe85250d6 global _start extern inithead_entry [section .text] [bits 32] _start: jmp _entry align 4 mbt_hdr: dd MBT_HDR_MAGIC dd MBT_HDR_FLAGS dd -(MBT_HDR_MAGIC+MBT_HDR_FLAGS) dd mbt_hdr dd _start dd 0 dd 0 dd _...
tests/test3.asm
JiahaoChenConor/COMP2017-Virtual_Machine
0
46907
FUNC LABEL 0 MOV STK A VAL 8 REF REG 0 STK A CAL VAL 7 PRINT STK A RET FUNC LABEL 7 MOV STK A REG 0 PRINT PTR A RET
assignment1/tcp_bind_shell_smaller.asm
mrpapercut/SLAE
0
46908
section .text global main main: xor edx, edx ; Zero-out EDX for later use xor edi, edi ; Zero-out EDI xor edi, 0x66 ; Set 0x66 in EDI for later ; sockfd = socket(PF_INET, SOCK_STREAM, 0) mov eax, edi ; SYS_SOCKETCALL mov ebx, edx ; Zero-out EBX mov bl, 0x1...
led5.asm
onnoeberhard/avr-projects
0
46910
.include "m8def.inc" ldi r16, 0xFF out DDRB, r16 ldi r16, 0b00000001 loop: com r16 out PORTB, r16 ; Pause ldi r17, $FF WGLOOP0: ldi r18, $FF WGLOOP1: dec r18 brne WGLOOP1 dec r17 brne WGLOOP0 com r16 cpi r16, 0b00000001 brsh loop2...
oeis/319/A319952.asm
neoneye/loda-programs
11
46911
<filename>oeis/319/A319952.asm ; A319952: Let M = A022342(n) be the n-th number whose Zeckendorf representation is even; then a(n) = A129761(M). ; Submitted by <NAME> ; 1,2,3,1,6,1,2,11,1,2,3,1,22,1,2,3,1,6,1,2,43,1,2,3,1,6,1,2,11,1,2,3,1,86,1,2,3,1,6,1,2,11,1,2,3,1,22,1,2,3,1,6,1,2,171,1,2,3,1,6,1,2,11,1,2,3,1,22,1,2,...
samples/a8/games/3inaRow/levels.asm
zbyti/Mad-Pascal
1
46914
<reponame>zbyti/Mad-Pascal<filename>samples/a8/games/3inaRow/levels.asm REACH_GOAL = %0 NO_SHADOWS = %1 NO_BLOCKS = %10 NO_MARBLES = %100 COLOR_BLUE = %1 COLOR_GREEN = %10 COLOR_YELLOW = %100 COLOR_ORANGE = %1000 COLOR_RED = %10000 COLOR_BGROUND = %100000 COLOR_ALL = %111111 HLINE = $a0 VLINE = $b0 FRA...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_1233.asm
ljhsiun2/medusa
9
46915
.global s_prepare_buffers s_prepare_buffers: push %r14 push %r8 push %r9 push %rbp push %rbx push %rdi push %rdx lea addresses_A_ht+0xc609, %r14 nop nop nop nop and %rbp, %rbp movw $0x6162, (%r14) xor %rdi, %rdi lea addresses_WC_ht+0x1481b, %rbx nop add %r9, %r9 mov $0x6162636465666768, %r8 movq %r8, %xmm1 and $0xfffff...
oeis/315/A315633.asm
neoneye/loda-programs
11
46916
; A315633: Coordination sequence Gal.6.261.6 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. ; Submitted by <NAME> ; 1,6,12,16,20,24,30,34,38,42,48,54,60,66,70,74,78,84,88,92,96,102,108,114,120,124,128,132,138,142,146,150,156,162,168,1...
oeis/114/A114562.asm
neoneye/loda-programs
11
46917
; A114562: The first occurrence of n in A111701. ; Submitted by <NAME> ; 1,4,3,8,5,36,7,16,9,20,11,72,13,28,15,32,17,108,19,40,21,44,23,144,25,52,27,56,29,900,31,64,33,68,35,216,37,76,39,80,41,252,43,88,45,92,47,288,49,100,51,104,53,324,55,112,57,116,59,1800,61,124,63,128,65,396,67,136,69,140,71,432,73,148,75,152,77,46...
oeis/086/A086349.asm
neoneye/loda-programs
11
46918
<reponame>neoneye/loda-programs ; A086349: On a 3 X 3 board, the number of n-move paths for a chess king. ; Submitted by <NAME> ; 1,9,40,200,952,4624,22272,107648,519552,2509056,12113920,58492928,282425344,1363677184,6584401920,31792332800,153506906112,741197021184,3578815578112,17280050659328,83435464425472 add $0,1 ...
hi/code/main.asm
Softwave/C64
0
46919
<gh_stars>0 ;;; Commodore64 Hello World Program ;;; Main loop sei jsr $e544 ; Clear the screen jsr draw_text cli jmp * ;;; Data msg !scr " hello world! " ;;; Draw message draw_text ldx #$00 draw_loop lda msg,x sta $05e0,x inx cpx #$28 bne draw_loop rts
programs/oeis/064/A064987.asm
neoneye/loda
22
46922
; A064987: a(n) = n*sigma(n). ; 1,6,12,28,30,72,56,120,117,180,132,336,182,336,360,496,306,702,380,840,672,792,552,1440,775,1092,1080,1568,870,2160,992,2016,1584,1836,1680,3276,1406,2280,2184,3600,1722,4032,1892,3696,3510,3312,2256,5952,2793,4650,3672,5096,2862,6480,3960,6720,4560,5220,3540,10080,3782,5952,6552,8128,54...
oeis/134/A134480.asm
neoneye/loda-programs
11
46923
<reponame>neoneye/loda-programs ; A134480: A134478 * A000012. ; Submitted by <NAME> ; 1,3,2,9,7,4,18,15,11,6,30,26,21,15,8,45,40,34,27,19,10,63,57,50,42,33,23,12,84,77,69,60,50,39,27,14,108,100,91,81,70,58,45,31,16,135,126,116,105,93,80,66,51,35,18 lpb $0 add $1,1 sub $0,$1 lpe sub $1,$0 mul $0,4 add $0,$1 add $0,...
Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0x84_notsx.log_440_1818.asm
ljhsiun2/medusa
9
46924
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r13 push %r14 push %r8 push %rbp push %rdi push %rsi lea addresses_A_ht+0x16038, %rdi clflush (%rdi) xor %r8, %r8 mov $0x6162636465666768, %rbp movq %rbp, (%rdi) nop nop sub $31530, %rsi lea addresses_normal_ht+0x1bdc0, %r14 nop nop nop nop nop xor $6398...
Transynther/x86/_processed/NONE/_st_/i7-7700_9_0x48_notsx.log_21829_110.asm
ljhsiun2/medusa
9
46925
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r9 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_WT_ht+0xd2ae, %rsi lea addresses_normal_ht+0x1ec6e, %rdi nop nop inc %rbp mov $72, %rcx rep movsl nop nop sub $19676, %r9 lea addresses_A_ht+0x1d4fe, %rbp nop nop nop inc %rdi movw $...
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_4_1739.asm
ljhsiun2/medusa
9
46926
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r8 push %rbp push %rcx push %rdi push %rsi lea addresses_A_ht+0x1843d, %rsi lea addresses_normal_ht+0xfed8, %rdi sub %r13, %r13 mov $90, %rcx rep movsw nop nop nop sub %r8, %r8 lea addresses_normal_ht+0x209d, %r10 nop nop nop nop nop ...
bios/memdef.asm
zephray/Dramite
4
46927
<gh_stars>1-10 ;******************************************************************************* ; Test BIOS - Project Dramite ; ; Copyright 2021 <NAME> ; Copyright 2020 eyalabraham/new-xt-bios ; ; Licensed under MIT ;******************************************************************************* ; BIOS Data Area (BDA)...
oeis/138/A138435.asm
neoneye/loda-programs
11
46928
<gh_stars>10-100 ; A138435: a(n) = ((n-th prime)^5-(n-th prime)^3)/6. ; 4,36,500,2744,26620,61516,235824,411540,1070696,3414460,4766560,11548884,19297880,24488156,38206864,69674436,119119820,140728220,224970724,300645240,345447096,512760560,656411476,930559080,1431071264,1751511700,1931941336,2337382044,2564157420,3070...
oeis/142/A142397.asm
neoneye/loda-programs
11
46929
<filename>oeis/142/A142397.asm ; A142397: Primes congruent to 46 mod 47. ; Submitted by <NAME> ; 281,563,751,1033,1409,1597,1879,1973,2161,2819,3571,3853,3947,4229,4793,5639,5827,6203,6673,7237,7331,8647,8741,8929,9587,10151,10433,10903,11279,11467,12689,13159,13441,13723,14851,15227,15791,16073,17107,17389,17483,18047...
enduser/netmeeting/av/codecs/intel/h261/i386/yuv12enc.asm
npocmaka/Windows-Server-2003
17
46930
<reponame>npocmaka/Windows-Server-2003<filename>enduser/netmeeting/av/codecs/intel/h261/i386/yuv12enc.asm ;************************************************************************* ;** INTEL Corporation Proprietary Information ;** ;** This listing is supplied under the terms of a license ;** agreement with...
libtool/src/gmp-6.1.2/mpn/powerpc64/mode64/invert_limb.asm
kroggen/aergo
1,602
46931
<filename>libtool/src/gmp-6.1.2/mpn/powerpc64/mode64/invert_limb.asm<gh_stars>1000+ dnl PowerPC-64 mpn_invert_limb -- Invert a normalized limb. dnl Copyright 2004-2006, 2008, 2010, 2013 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...
Kernel/asm/ioports.asm
gbarbieripederiva/tp2_so2
0
46932
<reponame>gbarbieripederiva/tp2_so2 GLOBAL io_read GLOBAL io_write section .text io_read: push rbp mov rbp, rsp mov rax, 0 push rdx mov rdx, rdi in al, dx pop rdx pop rbp ret io_write: push rbp mov rbp, rsp push rdx push rax mov rdx, rdi mov rax, rsi out dx, al pop rax pop rdx pop rbp ret
Transynther/x86/_processed/US/_un_/i7-7700_9_0x48.log_1_689.asm
ljhsiun2/medusa
9
46933
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %r8 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_D_ht+0x1629f, %r10 nop nop and %r14, %r14 mov $0x6162636465666768, %rbp movq %rbp, %xmm6 movups %xmm6, (%r10) nop nop nop nop nop xor $14655, %rax lea addre...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_680.asm
ljhsiun2/medusa
9
46934
<filename>Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_680.asm .global s_prepare_buffers s_prepare_buffers: push %r12 push %r15 push %r8 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_normal_ht+0xaf74, %r15 add %rbp, %rbp mov $0x6162636465666768, %rax movq %rax, (%r15) nop nop ...
P6/data_P6_2/MDTest14.asm
alxzzhou/BUAA_CO_2020
1
46935
<filename>P6/data_P6_2/MDTest14.asm ori $ra,$ra,0xf div $3,$ra lb $6,2($0) ori $0,$4,7454 multu $1,$1 mult $3,$3 mult $4,$2 addu $1,$2,$1 div $6,$ra divu $5,$ra sll $4,$4,30 mthi $1 mfhi $1 mtlo $1 mfhi $2 lb $0,10($0) mtlo $4 mtlo $2 ori $4,$4,54880 divu $0,$ra mflo $5 mult $0,$2 mthi $6 mflo $5 mult $0,$2 div $1,$ra ...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_1753.asm
ljhsiun2/medusa
9
46936
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r9 push %rax push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x1910f, %rdx nop nop sub %r12, %r12 movw $0x6162, (%rdx) nop nop add $50538, %rbp lea addresses_WT_ht+0x1eaef, %rax nop nop nop nop nop xor $62819, %r10 mov $0x616263...
_incObj/0A Drowning Countdown.asm
kodishmediacenter/msu-md-sonic
9
46937
<gh_stars>1-10 ; --------------------------------------------------------------------------- ; Object 0A - drowning countdown numbers and small bubbles that float out of ; Sonic's mouth (LZ) ; --------------------------------------------------------------------------- DrownCount: moveq #0,d0 move.b obRoutine(a0),d...
Transynther/x86/_processed/NONE/_zr_/i3-7100_9_0x84_notsx.log_75_259.asm
ljhsiun2/medusa
9
46938
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r15 push %r8 push %rbx push %rcx push %rdi push %rsi lea addresses_A_ht+0x17e84, %rsi lea addresses_WC_ht+0x1e004, %rdi nop nop dec %r15 mov $47, %rcx rep movsq dec %r15 lea addresses_UC_ht+0x9e04, %rsi lea addresses_normal_ht+0x7604, %rdi clfl...
pkgs/tools/yasm/src/modules/arch/x86/tests/gas32/gas-movdq32.asm
manggoguy/parsec-modified
2,151
46939
<reponame>manggoguy/parsec-modified<filename>pkgs/tools/yasm/src/modules/arch/x86/tests/gas32/gas-movdq32.asm movd %mm0, %eax movd %eax, %mm0 movd %mm0, 0 movd 0, %mm(0) movd %xmm0, %eax movd %eax, %xmm0 movd %xmm0, 0 movd 0, %xmm0 movq %xmm0, 0 movq 0, %xmm0 movq %xmm1, %xmm0 movq %xmm0, %xmm1 movq %mm0, 0 movq 0, ...
chap18/ex21/lookup_novbmi.asm
JamesType/optimization-manual
374
46940
<reponame>JamesType/optimization-manual<gh_stars>100-1000 ; ; Copyright (C) 2021 by Intel Corporation ; ; Permission to use, copy, modify, and/or distribute this software for any ; purpose with or without fee is hereby granted. ; ; THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH ; REGARD T...
oeis/102/A102397.asm
neoneye/loda-programs
11
46943
; A102397: a(n) = concatenation of first n elements of Thue-Morse sequence A010059. ; Submitted by <NAME> ; 1,10,100,1001,10010,100101,1001011,10010110,100101100,1001011001,10010110011,100101100110,1001011001101,10010110011010,100101100110100,1001011001101001,10010110011010010,100101100110100101 seq $0,19299 ; First n...
P6/data_P6_2/ALUTest64.asm
alxzzhou/BUAA_CO_2020
1
46945
<gh_stars>1-10 subu $3,$1,$3 and $3,$4,$3 srlv $1,$1,$3 and $3,$0,$3 sltiu $3,$4,9540 lb $3,14($0) lw $5,16($0) srlv $6,$0,$3 slt $3,$6,$3 srav $3,$0,$3 subu $3,$3,$3 sltiu $1,$4,-10224 addu $6,$6,$3 lbu $1,2($0) andi $3,$1,35762 addu $3,$3,$3 or $3,$3,$3 addu $4,$4,$3 sra $5,$3,28 sw $6,0($0) sll $1,$3,12 sw $5,8($0) ...
Appl/Art/Decks/GeoDeck/LCJoker.asm
steakknife/pcgeos
504
46946
<reponame>steakknife/pcgeos LCJoker label byte word C_BLACK Bitmap <71,100,BMC_PACKBITS,BMF_4BIT or mask BMT_MASK> db 0x00, 0x1f, 0xfa, 0xff, 0x00, 0xf0 db 0x01, 0xdd, 0xd0, 0xe1, 0x00, 0x01, 0xdd, 0xd0 db 0x00, 0x7f, 0xfa, 0xff, 0x00, 0xfc db 0x01, 0xd0, 0x0f, 0xe1, 0xff, 0x01, 0x00, 0xd0 db 0x00, 0x7f, ...
MicroProcessor Lab Programs/7a.asm
MyCollegeForums/4thSemISE
0
46947
<gh_stars>0 assume cs:code,ds:data data segment Fibo db 10 dup(?) N db 0ah data ends code segment start: mov ax,data mov ds,ax lea si,fibo mov al,00h mov [si],al inc si mov bl,01h mov [si],bl inc si m...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_749.asm
ljhsiun2/medusa
9
46948
<filename>Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_749.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %rax push %rbp push %rcx push %rdi lea addresses_WT_ht+0x14653, %rbp add $63974, %rdi movb $0x61, (%rbp) nop add $24947, %r11 lea addresses_A_ht+0x1e388...
worker/deps/openssl/config/archs/VC-WIN32/asm_avx2/engines/e_padlock-x86.asm
vanga-top/mediasoup
1,666
46949
%ifidn __OUTPUT_FORMAT__,obj section code use32 class=code align=64 %elifidn __OUTPUT_FORMAT__,win32 $@feat.00 equ 1 section .text code align=64 %else section .text code %endif global _padlock_capability align 16 _padlock_capability: L$_padlock_capability_begin: push ebx pushfd pop eax mov ecx,eax xor eax,2097152 ...
boot/stage2.asm
zapstar/metios
0
46950
;****************************************************************************** ; MiteOS Stage 2 Bootloader main source file ; @author: <NAME> ; @pre: We are loaded at linear address 0x500 ;****************************************************************************** bits 16 ; Let's assume that our code is aligned t...
test.asm
stavros-avramidis/Assembler
0
46951
<reponame>stavros-avramidis/Assembler /* test.asm */ section .data // Nothing to see here section .text int e 4 section .start RI ADD r1,r2,r1 ADDI r1,r2,r3 HLT ADD r1,r2,r1 HLT
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_714.asm
ljhsiun2/medusa
9
46952
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r15 push %r9 push %rax push %rcx push %rdi push %rsi lea addresses_D_ht+0x10720, %r10 add $27367, %rdi mov $0x6162636465666768, %rcx movq %rcx, %xmm0 vmovups %ymm0, (%r10) nop nop nop nop sub $15583, %rdi lea addresses_A_ht+0x7e20, %rax nop nop sub ...
reset.asm
SchoolSpaceTelescope/telemetry-firmware-atmega8
0
46953
RESET: ldi temp, high(RAMEND) out SPH, temp ldi temp, low(RAMEND) out SPL, temp ;================= USART ldi temp, high(UBRR_CONST) ;BAUDRATE out UBRRH, temp ldi temp, low(UBRR_CONST) out UBRRL, temp ldi temp, (1<<RXCIE)|(1<<TXCIE)|(1<<RXEN)|(1<<TXEN) ;enable USART and interrupts out UCSRB, temp ldi tem...
Transynther/x86/_processed/NC/_zr_/i7-8650U_0xd2_notsx.log_19318_155.asm
ljhsiun2/medusa
9
46955
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r15 push %rcx push %rdi push %rsi lea addresses_normal_ht+0x11a3e, %rsi lea addresses_A_ht+0xb152, %rdi clflush (%rsi) cmp $49684, %r15 mov $118, %rcx rep movsb nop cmp $25123, %r13 lea addresses_D_ht+0x1b382, %rsi nop nop nop nop and $48918, %r11 m...
oeis/032/A032826.asm
neoneye/loda-programs
11
46956
; A032826: Numbers whose set of base-14 digits is {1,4}. ; Submitted by <NAME> ; 1,4,15,18,57,60,211,214,253,256,799,802,841,844,2955,2958,2997,3000,3543,3546,3585,3588,11187,11190,11229,11232,11775,11778,11817,11820,41371,41374,41413,41416,41959,41962,42001,42004,49603,49606,49645,49648,50191,50194,50233,50236,156619,...
Driver/Printer/PrintCom/Job/Custom/customTotalResetPCL.asm
steakknife/pcgeos
504
46957
<reponame>steakknife/pcgeos<gh_stars>100-1000 COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) Geoworks 1994 -- All Rights Reserved PROJECT: PC GEOS MODULE: Printer Drivers FILE: customTotalResetPCL.asm AUTHOR: <NAME>, 7/25/94 ROUTINES: Name Descriptio...
AOC/Meus Exercicios/Aula10/exercicio5.asm
joao-frohlich/BCC
10
46958
.data ponto_x_text: .asciiz "Insira as coordenadas do ponto em X " ponto_y_text: .asciiz "Insira as coordenadas do ponto em Y " quad_text: .asciiz " quadrante" eixo_x_text: .asciiz "Eixo x" eixo_y_text: .asciiz "Eixo y" origem_text: .asciiz "Origem" .text # <NAME> .globl main main: li $v0, 4 # call code p...
programs/oeis/228/A228071.asm
neoneye/loda
22
46959
; A228071: Write n in binary and interpret as a decimal number; a(n) is this quantity minus n. ; 0,0,8,8,96,96,104,104,992,992,1000,1000,1088,1088,1096,1096,9984,9984,9992,9992,10080,10080,10088,10088,10976,10976,10984,10984,11072,11072,11080,11080,99968,99968,99976,99976,100064,100064,100072,100072,100960,100960,10096...
sw/552tests/rand_simple/t_3_roli.asm
JPShen-UWM/ThreadKraken
1
46960
<filename>sw/552tests/rand_simple/t_3_roli.asm // seed 3 lbi r0, 29 // icount 0 slbi r0, 93 // icount 1 lbi r1, 29 // icount 2 slbi r1, 89 // icount 3 lbi r2, 102 // icount 4 slbi r2, 250 // icount 5 lbi r3, 199 // icount 6 slbi r3, 168 // icount 7 lbi r4, 83 // icount 8 slbi r4, 148 // icount 9 lbi r5, 28 // icount 10...
wc.asm
pradnyanavale200/SPOS_mini_project
0
46962
_wc: file format elf32-i386 Disassembly of section .text: 00000000 <main>: printf(1, "%d %d %d %s\n", l, w, c, name); } int main(int argc, char *argv[]) { 0: 8d 4c 24 04 lea 0x4(%esp),%ecx 4: 83 e4 f0 and $0xfffffff0,%esp 7: ff 71 fc pushl -0x4(%ecx) a: ...
data/pokemon/base_stats/remoraid.asm
AtmaBuster/pokeplat-gen2
6
46963
<filename>data/pokemon/base_stats/remoraid.asm<gh_stars>1-10 db 0 ; species ID placeholder db 35, 65, 35, 65, 65, 35 ; hp atk def spd sat sdf db WATER, WATER ; type db 190 ; catch rate db 78 ; base exp db NO_ITEM, NO_ITEM ; items db GENDER_F50 ; gender ratio db 20 ; step cycles to hatch INCBIN ...
programs/oeis/179/A179298.asm
karttu/loda
0
46964
<reponame>karttu/loda ; A179298: a(n)=n^3-(n-1)^3-(n-2)^3-...-1. ; 1,7,18,28,25,-9,-98,-272,-567,-1025,-1694,-2628,-3887,-5537,-7650,-10304,-13583,-17577,-22382,-28100,-34839,-42713,-51842,-62352,-74375,-88049,-103518,-120932,-140447,-162225,-186434,-213248,-242847,-275417 mov $1,$0 bin $1,2 mov $4,$0 mov $0,50 mov $3...
programs/oeis/058/A058195.asm
jmorken/loda
1
46965
<reponame>jmorken/loda<filename>programs/oeis/058/A058195.asm ; A058195: Areas of a sequence of right-angled figures described below. ; 1,7,23,57,118,218,370,590,895,1305,1841,2527,3388,4452,5748,7308,9165,11355,13915,16885,20306,24222,28678,33722,39403,45773,52885,60795,69560,79240,89896,101592,114393,128367,143583,16...
libsrc/_DEVELOPMENT/temp/sp1/zx/updater/asm_sp1_ValUpdateStruct.asm
jpoikela/z88dk
640
46966
<reponame>jpoikela/z88dk<filename>libsrc/_DEVELOPMENT/temp/sp1/zx/updater/asm_sp1_ValUpdateStruct.asm ; sp1_ValUpdateStruct ; 03.2006 aralbrec, Sprite Pack v3.0 ; sinclair spectrum version SECTION code_clib SECTION code_temp_sp1 PUBLIC asm_sp1_ValUpdateStruct ; FASTCALL ; Validate struct_sp1_update so that it is n...
src/zrdxe.asm
DosWorld/zrdx
12
46967
; This file is part of the ZRDX 0.50 project ; (C) 1998, <NAME> XLE = 1 .386P Locals @@ include autolbl.inc include prot.inc include gmacros.asm include segdefs.asm include realhand.asm include protdata.asm include protinit.asm include vcpiemu.asm include dpmifunc.asm inclu...
test/nasmformat.asm
bitwiseworks/nasm-os2
3
46968
<filename>test/nasmformat.asm<gh_stars>1-10 ;Testname=obj; Arguments=-fobj -onasmfomat.o; Files=stdout stderr nasmfomat.o ;Testname=bin; Arguments=-fbin -onasmfomat.o; Files=stdout stderr nasmfomat.o ;Testname=rdf; Arguments=-frdf -onasmfomat.o; Files=stdout stderr nasmfomat.o %if __OUTPUT_FORMAT__ == 'bin' db ...
core/x64/api/iat_api.asm
mshafiqsb/Amber
20
46970
;-----------------------------------------------------------------------------; ; Author: <NAME> (ege.balci[at]invictuseurope[dot]com) ; Compatible: Windows 7, 2003 ; Architecture: x64 ; Size: 200 bytes ;-----------------------------------------------------------------------------; [BITS 64] ; Windows x64 calling con...