commit stringlengths 40 40 | subject stringlengths 6 199 | message stringlengths 11 1.33k | repos stringlengths 15 11.5k | file_path stringlengths 6 59 | license stringclasses 9
values | unix_time int64 1.33B 1.61B | new_contents stringlengths 151 211k | old_contents stringlengths 151 208k |
|---|---|---|---|---|---|---|---|---|
800a1745ad4dda499d38471ee51062c22002105f | More asm span | More asm span
| reenigne/reenigne,reenigne/reenigne,reenigne/reenigne,reenigne/reenigne | 8088/demo/cga/span/asm/span.asm | unlicense | 1,492,896,604 | cpu 8086
mov ax,4
int 0x10
mov di,spanBuffer0
call clearSpanBuffer
mov di,spanBuffer1
call clearSpanBuffer
frameLoop:
; Update rotation angles
mov bx,[theta]
add bx,[dTheta]
mov [theta],bx
add bx,bx
mov si,[phi]
add si,[dPhi]
mov [phi],si
add si,si
; Compute scaled rotation matrix el... | cpu 8086
mov ax,4
int 0x10
mov di,spanBuffer0
call clearSpanBuffer
mov di,spanBuffer1
call clearSpanBuffer
frameLoop:
; Update rotation angles
mov bx,[theta]
add bx,[dTheta]
mov [theta],bx
add bx,bx
mov si,[phi]
add si,[dPhi]
mov [phi],si
add si,si
; Compute scaled rotation matrix el... |
e6d08f4eccf10e6a376c9642fbd0bf2cb0b6ca3e | More asm span | More asm span
| reenigne/reenigne,reenigne/reenigne,reenigne/reenigne,reenigne/reenigne | 8088/demo/cga/span/asm/span.asm | unlicense | 1,492,808,422 | cpu 8086
mov ax,4
int 0x10
mov di,spanBuffer0
call clearSpanBuffer
mov di,spanBuffer1
call clearSpanBuffer
frameLoop:
; Update rotation angles
mov bx,[theta]
add bx,[dTheta]
mov [theta],bx
add bx,bx
mov si,[phi]
add si,[dPhi]
mov [phi],si
add si,si
; Compute scaled rotation matrix el... | cpu 8086
mov ax,4
int 0x10
mov di,spanBuffer0
call clearSpanBuffer
mov di,spanBuffer1
call clearSpanBuffer
frameLoop:
; Update rotation angles
mov bx,[theta]
add bx,[dTheta]
mov [theta],bx
add bx,bx
mov si,[phi]
add si,[dPhi]
mov [phi],si
add si,si
; Compute scaled rotation matrix el... |
eba1e6885019010e8c8bd8f4ccf6cb76cd4a855f | More asm span | More asm span
| reenigne/reenigne,reenigne/reenigne,reenigne/reenigne,reenigne/reenigne | 8088/demo/cga/span/asm/span.asm | unlicense | 1,492,723,721 | cpu 8086
mov ax,4
int 0x10
mov di,spanBuffer0
call clearSpanBuffer
mov di,spanBuffer1
call clearSpanBuffer
frameLoop:
; Update rotation angles
mov bx,[theta]
add bx,[dTheta]
mov [theta],bx
add bx,bx
mov si,[phi]
add si,[dPhi]
mov [phi],si
add si,si
; Compute scaled rotation matrix el... | cpu 8086
mov ax,4
int 0x10
mov di,spanBuffer0
call clearSpanBuffer
mov di,spanBuffer1
call clearSpanBuffer
frameLoop:
; Update rotation angles
mov bx,[theta]
add bx,[dTheta]
mov [theta],bx
add bx,bx
mov si,[phi]
add si,[dPhi]
mov [phi],si
add si,si
; Compute scaled rotation matrix el... |
b85007e535dc390e54b102c690bd395bd5d7269b | x86_64: clear exactly 3 pages to avoid multiboot overwrite | x86_64: clear exactly 3 pages to avoid multiboot overwrite
| AndreasAakesson/IncludeOS,ingve/IncludeOS,ingve/IncludeOS,AnnikaH/IncludeOS,alfred-bratterud/IncludeOS,AnnikaH/IncludeOS,hioa-cs/IncludeOS,AndreasAakesson/IncludeOS,mnordsletten/IncludeOS,hioa-cs/IncludeOS,alfred-bratterud/IncludeOS,alfred-bratterud/IncludeOS,ingve/IncludeOS,AndreasAakesson/IncludeOS,ingve/IncludeOS,in... | src/arch/x86_64/arch_start.asm | apache-2.0 | 1,492,683,348 | ; This file is a part of the IncludeOS unikernel - www.includeos.org
;
; Copyright 2015 Oslo and Akershus University College of Applied Sciences
; and Alfred Bratterud
;
; Licensed under the Apache License, Version 2.0 (the "License");
; you may not use this file except in compliance with the License.
; You may obtain ... | ; This file is a part of the IncludeOS unikernel - www.includeos.org
;
; Copyright 2015 Oslo and Akershus University College of Applied Sciences
; and Alfred Bratterud
;
; Licensed under the Apache License, Version 2.0 (the "License");
; you may not use this file except in compliance with the License.
; You may obtain ... |
b299f98e04e3f50e745399ec4b107b66d3e77343 | x86_64: properly 0-initialize page addresses | x86_64: properly 0-initialize page addresses
| mnordsletten/IncludeOS,alfred-bratterud/IncludeOS,mnordsletten/IncludeOS,hioa-cs/IncludeOS,mnordsletten/IncludeOS,mnordsletten/IncludeOS,AndreasAakesson/IncludeOS,hioa-cs/IncludeOS,AnnikaH/IncludeOS,hioa-cs/IncludeOS,AnnikaH/IncludeOS,ingve/IncludeOS,AndreasAakesson/IncludeOS,ingve/IncludeOS,AndreasAakesson/IncludeOS,h... | src/arch/x86_64/arch_start.asm | apache-2.0 | 1,492,678,350 | ; This file is a part of the IncludeOS unikernel - www.includeos.org
;
; Copyright 2015 Oslo and Akershus University College of Applied Sciences
; and Alfred Bratterud
;
; Licensed under the Apache License, Version 2.0 (the "License");
; you may not use this file except in compliance with the License.
; You may obtain ... | ; This file is a part of the IncludeOS unikernel - www.includeos.org
;
; Copyright 2015 Oslo and Akershus University College of Applied Sciences
; and Alfred Bratterud
;
; Licensed under the Apache License, Version 2.0 (the "License");
; you may not use this file except in compliance with the License.
; You may obtain ... |
1968a702ca54a0d98661449daffc8bd012bf5acf | More asm span | More asm span
| reenigne/reenigne,reenigne/reenigne,reenigne/reenigne,reenigne/reenigne | 8088/demo/cga/span/asm/span.asm | unlicense | 1,492,637,440 | cpu 8086
mov ax,4
int 0x10
mov di,spanBuffer0
call clearSpanBuffer
mov di,spanBuffer1
call clearSpanBuffer
frameLoop:
; Update rotation angles
mov bx,[theta]
add bx,[dTheta]
mov [theta],bx
add bx,bx
mov si,[phi]
add si,[dPhi]
mov [phi],si
add si,si
; Compute scaled rotation matrix el... | cpu 8086
mov ax,4
int 0x10
mov di,spanBuffer0
call clearSpanBuffer
mov di,spanBuffer1
call clearSpanBuffer
frameLoop:
; Update rotation angles
mov bx,[theta]
add bx,[dTheta]
mov [theta],bx
add bx,bx
mov si,[phi]
add si,[dPhi]
mov [phi],si
add si,si
; Compute scaled rotation matrix el... |
ec493923dcc31a3b451a6401d3c3065dedb45ce4 | x64: Properly pass multiboot arguments to kernel_start | x64: Properly pass multiboot arguments to kernel_start
| alfred-bratterud/IncludeOS,AndreasAakesson/IncludeOS,hioa-cs/IncludeOS,ingve/IncludeOS,AndreasAakesson/IncludeOS,alfred-bratterud/IncludeOS,AnnikaH/IncludeOS,AndreasAakesson/IncludeOS,hioa-cs/IncludeOS,AndreasAakesson/IncludeOS,alfred-bratterud/IncludeOS,hioa-cs/IncludeOS,AnnikaH/IncludeOS,AndreasAakesson/IncludeOS,Ann... | src/arch/x86_64/arch_start.asm | apache-2.0 | 1,492,594,626 | ; This file is a part of the IncludeOS unikernel - www.includeos.org
;
; Copyright 2015 Oslo and Akershus University College of Applied Sciences
; and Alfred Bratterud
;
; Licensed under the Apache License, Version 2.0 (the "License");
; you may not use this file except in compliance with the License.
; You may obtain ... | ; This file is a part of the IncludeOS unikernel - www.includeos.org
;
; Copyright 2015 Oslo and Akershus University College of Applied Sciences
; and Alfred Bratterud
;
; Licensed under the Apache License, Version 2.0 (the "License");
; you may not use this file except in compliance with the License.
; You may obtain ... |
50055e6a99b1b75f113ddcde708ed4a972a18443 | More asm span | More asm span
| reenigne/reenigne,reenigne/reenigne,reenigne/reenigne,reenigne/reenigne | 8088/demo/cga/span/asm/span.asm | unlicense | 1,492,548,653 | cpu 8086
mov ax,4
int 0x10
mov di,spanBuffer0
call clearSpanBuffer
mov di,spanBuffer1
call clearSpanBuffer
frameLoop:
; Update rotation angles
mov bx,[theta]
add bx,[dTheta]
mov [theta],bx
add bx,bx
mov si,[phi]
add si,[dPhi]
mov [phi],si
add si,si
; Compute scaled rotation matrix el... | cpu 8086
mov ax,4
int 0x10
mov di,spanBuffer0
call clearSpanBuffer
mov di,spanBuffer1
call clearSpanBuffer
frameLoop:
; Update rotation angles
mov bx,[theta]
add bx,[dTheta]
mov [theta],bx
add bx,bx
mov si,[phi]
add si,[dPhi]
mov [phi],si
add si,si
; Compute scaled rotation matrix el... |
154142afa5dce16381fcf24ce5507b1114de4988 | More asm span | More asm span
| reenigne/reenigne,reenigne/reenigne,reenigne/reenigne,reenigne/reenigne | 8088/demo/cga/span/asm/span.asm | unlicense | 1,492,464,026 | cpu 8086
mov ax,4
int 0x10
mov di,spanBuffer0
call clearSpanBuffer
mov di,spanBuffer1
call clearSpanBuffer
frameLoop:
; Update rotation angles
mov bx,[theta]
add bx,[dTheta]
mov [theta],bx
add bx,bx
mov si,[phi]
add si,[dPhi]
mov [phi],si
add si,si
; Compute scaled rotation matrix el... | cpu 8086
mov ax,4
int 0x10
mov di,spanBuffer0
call clearSpanBuffer
mov di,spanBuffer1
call clearSpanBuffer
frameLoop:
; Update rotation angles
mov bx,[theta]
add bx,[dTheta]
mov [theta],bx
add bx,bx
mov si,[phi]
add si,[dPhi]
mov [phi],si
add si,si
; Compute scaled rotation matrix el... |
87881717a461b69c11f8979457965dce485ae0f6 | More asm span | More asm span
| reenigne/reenigne,reenigne/reenigne,reenigne/reenigne,reenigne/reenigne | 8088/demo/cga/span/asm/span.asm | unlicense | 1,492,378,354 | cpu 8086
mov ax,4
int 0x10
mov di,spanBuffer0
call clearSpanBuffer
mov di,spanBuffer1
call clearSpanBuffer
frameLoop:
; Update rotation angles
mov bx,[theta]
add bx,[dTheta]
mov [theta],bx
add bx,bx
mov si,[phi]
add si,[dPhi]
mov [phi],si
add si,si
; Compute scaled rotation matrix el... | cpu 8086
mov ax,4
int 0x10
mov di,spanBuffer0
call clearSpanBuffer
mov di,spanBuffer1
call clearSpanBuffer
frameLoop:
; Update rotation angles
mov bx,[theta]
add bx,[dTheta]
mov [theta],bx
add bx,bx
mov si,[phi]
add si,[dPhi]
mov [phi],si
add si,si
; Compute scaled rotation matrix el... |
28909243e8f4ed415c69f8c221a9127fcb3b3c28 | More asm span | More asm span
| reenigne/reenigne,reenigne/reenigne,reenigne/reenigne,reenigne/reenigne | 8088/demo/cga/span/asm/span.asm | unlicense | 1,492,292,058 | cpu 8086
mov ax,4
int 0x10
mov di,spanBuffer0
call clearSpanBuffer
mov di,spanBuffer1
call clearSpanBuffer
frameLoop:
; Update rotation angles
mov bx,[theta]
add bx,[dTheta]
mov [theta],bx
add bx,bx
mov si,[phi]
add si,[dPhi]
mov [phi],si
add si,si
; Compute scaled rotation matrix el... | cpu 8086
mov ax,4
int 0x10
mov di,spanBuffer0
call clearSpanBuffer
mov di,spanBuffer1
call clearSpanBuffer
frameLoop:
; Update rotation angles
mov bx,[theta]
add bx,[dTheta]
mov [theta],bx
add bx,bx
mov si,[phi]
add si,[dPhi]
mov [phi],si
add si,si
; Compute scaled rotation matrix el... |
94c335a320ab68003ce523719394bc8ee13e0889 | More asm span | More asm span
| reenigne/reenigne,reenigne/reenigne,reenigne/reenigne,reenigne/reenigne | 8088/demo/cga/span/asm/span.asm | unlicense | 1,492,206,434 | cpu 8086
mov ax,4
int 0x10
mov di,spanBuffer0
call clearSpanBuffer
mov di,spanBuffer1
call clearSpanBuffer
frameLoop:
; Update rotation angles
mov bx,[theta]
add bx,[dTheta]
mov [theta],bx
add bx,bx
mov si,[phi]
add si,[dPhi]
mov [phi],si
add si,si
; Compute scaled rotation matrix el... | cpu 8086
mov ax,4
int 0x10
mov di,spanBuffer0
call clearSpanBuffer
mov di,spanBuffer1
call clearSpanBuffer
frameLoop:
; Update rotation angles
mov bx,[theta]
add bx,[dTheta]
mov [theta],bx
add bx,bx
mov si,[phi]
add si,[dPhi]
mov [phi],si
add si,si
; Compute scaled rotation matrix el... |
bd2e2f784676d8bcfd378d0300aaecedaae5d940 | More asm span | More asm span
| reenigne/reenigne,reenigne/reenigne,reenigne/reenigne,reenigne/reenigne | 8088/demo/cga/span/asm/span.asm | unlicense | 1,492,032,386 | cpu 8086
mov ax,4
int 0x10
mov di,spanBuffer0
call clearSpanBuffer
mov di,spanBuffer1
call clearSpanBuffer
frameLoop:
; Update rotation angles
mov bx,[theta]
add bx,[dTheta]
mov [theta],bx
add bx,bx
mov si,[phi]
add si,[dPhi]
mov [phi],si
add si,si
; Compute scaled rotation matrix el... | cpu 8086
mov ax,4
int 0x10
mov di,spanBuffer0
call clearSpanBuffer
mov di,spanBuffer1
call clearSpanBuffer
frameLoop:
; Update rotation angles
mov bx,[theta]
add bx,[dTheta]
mov [theta],bx
add bx,bx
mov si,[phi]
add si,[dPhi]
mov [phi],si
add si,si
; Compute scaled rotation matrix el... |
9e361153bd8ba9f12262e24ad2db0f13fb4741f3 | x64: Clear PG bit properly | x64: Clear PG bit properly
| mnordsletten/IncludeOS,mnordsletten/IncludeOS,hioa-cs/IncludeOS,ingve/IncludeOS,AndreasAakesson/IncludeOS,AnnikaH/IncludeOS,AnnikaH/IncludeOS,alfred-bratterud/IncludeOS,ingve/IncludeOS,mnordsletten/IncludeOS,alfred-bratterud/IncludeOS,alfred-bratterud/IncludeOS,hioa-cs/IncludeOS,alfred-bratterud/IncludeOS,AndreasAakess... | src/arch/x64/arch_start.asm | apache-2.0 | 1,491,578,674 | ; This file is a part of the IncludeOS unikernel - www.includeos.org
;
; Copyright 2015 Oslo and Akershus University College of Applied Sciences
; and Alfred Bratterud
;
; Licensed under the Apache License, Version 2.0 (the "License");
; you may not use this file except in compliance with the License.
; You may obtain ... | ; This file is a part of the IncludeOS unikernel - www.includeos.org
;
; Copyright 2015 Oslo and Akershus University College of Applied Sciences
; and Alfred Bratterud
;
; Licensed under the Apache License, Version 2.0 (the "License");
; you may not use this file except in compliance with the License.
; You may obtain ... |
130eb1ad4215a1bd6278c3a820f8cbc6e1085912 | x86: Detect and enable XSAVE and AVX properly and separately | x86: Detect and enable XSAVE and AVX properly and separately
| alfred-bratterud/IncludeOS,AndreasAakesson/IncludeOS,hioa-cs/IncludeOS,mnordsletten/IncludeOS,mnordsletten/IncludeOS,hioa-cs/IncludeOS,alfred-bratterud/IncludeOS,alfred-bratterud/IncludeOS,alfred-bratterud/IncludeOS,AnnikaH/IncludeOS,hioa-cs/IncludeOS,AndreasAakesson/IncludeOS,mnordsletten/IncludeOS,ingve/IncludeOS,hio... | src/arch/x86/start.asm | apache-2.0 | 1,490,959,091 | ;; This file is a part of the IncludeOS unikernel - www.includeos.org
;;
;; Copyright 2015-2016 Oslo and Akershus University College of Applied Sciences
;; and Alfred Bratterud
;;
;; Licensed under the Apache License, Version 2.0 (the "License");
;; you may not use this file except in compliance with the License.
;; Yo... | ;; This file is a part of the IncludeOS unikernel - www.includeos.org
;;
;; Copyright 2015-2016 Oslo and Akershus University College of Applied Sciences
;; and Alfred Bratterud
;;
;; Licensed under the Apache License, Version 2.0 (the "License");
;; you may not use this file except in compliance with the License.
;; Yo... |
68a457734203f1908e6052b304029da5f5c437c3 | arch: Temp disabled avx and xsave.. | arch: Temp disabled avx and xsave..
| hioa-cs/IncludeOS,ingve/IncludeOS,mnordsletten/IncludeOS,ingve/IncludeOS,ingve/IncludeOS,mnordsletten/IncludeOS,AndreasAakesson/IncludeOS,mnordsletten/IncludeOS,AndreasAakesson/IncludeOS,AnnikaH/IncludeOS,AnnikaH/IncludeOS,hioa-cs/IncludeOS,AndreasAakesson/IncludeOS,AndreasAakesson/IncludeOS,ingve/IncludeOS,AnnikaH/Inc... | src/arch/x86/start.asm | apache-2.0 | 1,490,603,301 | ;; This file is a part of the IncludeOS unikernel - www.includeos.org
;;
;; Copyright 2015-2016 Oslo and Akershus University College of Applied Sciences
;; and Alfred Bratterud
;;
;; Licensed under the Apache License, Version 2.0 (the "License");
;; you may not use this file except in compliance with the License.
;; Yo... | ;; This file is a part of the IncludeOS unikernel - www.includeos.org
;;
;; Copyright 2015-2016 Oslo and Akershus University College of Applied Sciences
;; and Alfred Bratterud
;;
;; Licensed under the Apache License, Version 2.0 (the "License");
;; you may not use this file except in compliance with the License.
;; Yo... |
0dbbd71bdbbfa493823f44fa426752a12b239879 | Update x86inc.asm | Update x86inc.asm
| vapoursynth/vapoursynth,Kamekameha/vapoursynth,Kamekameha/vapoursynth,Kamekameha/vapoursynth,Kamekameha/vapoursynth,vapoursynth/vapoursynth,vapoursynth/vapoursynth,Kamekameha/vapoursynth,vapoursynth/vapoursynth | include/asm/x86/x86inc.asm | lgpl-2.1 | 1,489,926,955 | ;*****************************************************************************
;* x86inc.asm: x264asm abstraction layer
;*****************************************************************************
;* Copyright (C) 2005-2017 x264 project
;*
;* Authors: Loren Merritt <lorenm@u.washington.edu>
;* Anton Mitrofan... | ;*****************************************************************************
;* x86inc.asm: x264asm abstraction layer
;*****************************************************************************
;* Copyright (C) 2005-2016 x264 project
;*
;* Authors: Loren Merritt <lorenm@u.washington.edu>
;* Anton Mitrofan... |
39956e7f2657ab217fe9794c5ac9911a68b49f23 | start: renamed reload_segs for clearer stacktrace | start: renamed reload_segs for clearer stacktrace
| AndreasAakesson/IncludeOS,ingve/IncludeOS,hioa-cs/IncludeOS,hioa-cs/IncludeOS,ingve/IncludeOS,hioa-cs/IncludeOS,alfred-bratterud/IncludeOS,hioa-cs/IncludeOS,AnnikaH/IncludeOS,alfred-bratterud/IncludeOS,alfred-bratterud/IncludeOS,mnordsletten/IncludeOS,mnordsletten/IncludeOS,AndreasAakesson/IncludeOS,ingve/IncludeOS,mno... | src/arch/x86/start.asm | apache-2.0 | 1,489,696,352 | ;; This file is a part of the IncludeOS unikernel - www.includeos.org
;;
;; Copyright 2015-2016 Oslo and Akershus University College of Applied Sciences
;; and Alfred Bratterud
;;
;; Licensed under the Apache License, Version 2.0 (the "License");
;; you may not use this file except in compliance with the License.
;; Yo... | ;; This file is a part of the IncludeOS unikernel - www.includeos.org
;;
;; Copyright 2015-2016 Oslo and Akershus University College of Applied Sciences
;; and Alfred Bratterud
;;
;; Licensed under the Apache License, Version 2.0 (the "License");
;; you may not use this file except in compliance with the License.
;; Yo... |
f711d0a2a838691f3695595149de982f9b8a56c7 | [Common/x86] Add some documentation for X86_32_PICASM helpers | [Common/x86] Add some documentation for X86_32_PICASM helpers
| mstorsjo/openh264,sijchen/openh264,sijchen/openh264,ruil2/openh264,shihuade/openh264,mstorsjo/openh264,shihuade/openh264,mstorsjo/openh264,GuangweiWang/openh264,ruil2/openh264,GuangweiWang/openh264,cisco/openh264,shihuade/openh264,cisco/openh264,shihuade/openh264,sijchen/openh264,sijchen/openh264,cisco/openh264,Guangwe... | codec/common/x86/asm_inc.asm | bsd-2-clause | 1,488,958,768 | ;*!
;* \copy
;* Copyright (c) 2009-2013, Cisco Systems
;* All rights reserved.
;*
;* 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 abo... | ;*!
;* \copy
;* Copyright (c) 2009-2013, Cisco Systems
;* All rights reserved.
;*
;* 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 abo... |
578535509a789530c6bb9de061419a34fc8a1447 | [Processing/x86] Simplify downsample_bilinear X86_32_PICASM handling | [Processing/x86] Simplify downsample_bilinear X86_32_PICASM handling
Utilize program counter-relative offsets to simplify X86_32_PICASM
code.
In order for this to work with nasm, data constants are placed in
the text segment.
Avoid this for some routines where putting constants on the stack
is convenient and efficie... | ruil2/openh264,ruil2/openh264,mstorsjo/openh264,sijchen/openh264,mstorsjo/openh264,ruil2/openh264,ruil2/openh264,cisco/openh264,sijchen/openh264,mstorsjo/openh264,GuangweiWang/openh264,sijchen/openh264,shihuade/openh264,mstorsjo/openh264,ruil2/openh264,sijchen/openh264,sijchen/openh264,GuangweiWang/openh264,sijchen/ope... | codec/processing/src/x86/downsample_bilinear.asm | bsd-2-clause | 1,488,908,712 | ;*!
;* \copy
;* Copyright (c) 2009-2013, Cisco Systems
;* All rights reserved.
;*
;* 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 abo... | ;*!
;* \copy
;* Copyright (c) 2009-2013, Cisco Systems
;* All rights reserved.
;*
;* 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 abo... |
4769d4d0b8917e16106747442e24336cf44f5ad8 | [Processing/x86] Simplify denoisefilter X86_32_PICASM handling | [Processing/x86] Simplify denoisefilter X86_32_PICASM handling
Utilize program counter-relative offsets to simplify X86_32_PICASM
code.
In order for this to work with nasm, data constants are placed in
the text segment.
| shihuade/openh264,sijchen/openh264,sijchen/openh264,cisco/openh264,mstorsjo/openh264,cisco/openh264,mstorsjo/openh264,shihuade/openh264,ruil2/openh264,shihuade/openh264,cisco/openh264,cisco/openh264,GuangweiWang/openh264,ruil2/openh264,cisco/openh264,mstorsjo/openh264,ruil2/openh264,GuangweiWang/openh264,shihuade/openh... | codec/processing/src/x86/denoisefilter.asm | bsd-2-clause | 1,488,908,707 | ;*!
;* \copy
;* Copyright (c) 2010-2013, Cisco Systems
;* All rights reserved.
;*
;* 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 abo... | ;*!
;* \copy
;* Copyright (c) 2010-2013, Cisco Systems
;* All rights reserved.
;*
;* 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 abo... |
36ee29037b3ebc36e848561392c05bbf2cb4cab8 | [Encoder/x86] Simplify sample_sc X86_32_PICASM handling | [Encoder/x86] Simplify sample_sc X86_32_PICASM handling
Utilize program counter-relative offsets to simplify X86_32_PICASM
code.
In order for this to work with nasm, data constants are placed in
the text segment.
| sijchen/openh264,shihuade/openh264,cisco/openh264,mstorsjo/openh264,GuangweiWang/openh264,cisco/openh264,cisco/openh264,sijchen/openh264,shihuade/openh264,GuangweiWang/openh264,GuangweiWang/openh264,ruil2/openh264,shihuade/openh264,mstorsjo/openh264,mstorsjo/openh264,GuangweiWang/openh264,GuangweiWang/openh264,sijchen/... | codec/encoder/core/x86/sample_sc.asm | bsd-2-clause | 1,488,908,689 | ;*!
;* \copy
;* Copyright (c) 2009-2013, Cisco Systems
;* All rights reserved.
;*
;* 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 abo... | ;*!
;* \copy
;* Copyright (c) 2009-2013, Cisco Systems
;* All rights reserved.
;*
;* 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 abo... |
659ff14af50bc184bac74dd058010143cf9e5734 | [Encoder/x86] Simplify intra_pred X86_32_PICASM handling | [Encoder/x86] Simplify intra_pred X86_32_PICASM handling
Utilize program counter-relative offsets to simplify X86_32_PICASM
code.
In order for this to work with nasm, data constants are placed in
the text segment.
| mstorsjo/openh264,cisco/openh264,shihuade/openh264,mstorsjo/openh264,cisco/openh264,sijchen/openh264,ruil2/openh264,GuangweiWang/openh264,shihuade/openh264,sijchen/openh264,shihuade/openh264,mstorsjo/openh264,ruil2/openh264,ruil2/openh264,sijchen/openh264,ruil2/openh264,GuangweiWang/openh264,shihuade/openh264,cisco/ope... | codec/encoder/core/x86/intra_pred.asm | bsd-2-clause | 1,488,908,677 | ;*!
;* \copy
;* Copyright (c) 2009-2013, Cisco Systems
;* All rights reserved.
;*
;* 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 abo... | ;*!
;* \copy
;* Copyright (c) 2009-2013, Cisco Systems
;* All rights reserved.
;*
;* 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 abo... |
c82c19022b5a0bed5845a4e6dcb03a36991224b9 | [Decoder/x86] Simplify intra_pred X86_32_PICASM handling | [Decoder/x86] Simplify intra_pred X86_32_PICASM handling
Utilize program counter-relative offsets to simplify X86_32_PICASM
code.
In order for this to work with nasm, data constants are placed in
the text segment.
| GuangweiWang/openh264,ruil2/openh264,sijchen/openh264,ruil2/openh264,GuangweiWang/openh264,sijchen/openh264,ruil2/openh264,cisco/openh264,ruil2/openh264,shihuade/openh264,shihuade/openh264,mstorsjo/openh264,GuangweiWang/openh264,cisco/openh264,GuangweiWang/openh264,sijchen/openh264,mstorsjo/openh264,shihuade/openh264,c... | codec/decoder/core/x86/intra_pred.asm | bsd-2-clause | 1,488,908,676 | ;*!
;* \copy
;* Copyright (c) 2009-2013, Cisco Systems
;* All rights reserved.
;*
;* 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 abo... | ;*!
;* \copy
;* Copyright (c) 2009-2013, Cisco Systems
;* All rights reserved.
;*
;* 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 abo... |
f36959bf4b897b66e54bf5e236618aaff517ec67 | [Common/x86] Simplify satd_sad X86_32_PICASM handling | [Common/x86] Simplify satd_sad X86_32_PICASM handling
Utilize program counter-relative offsets to simplify X86_32_PICASM
code.
In order for this to work with nasm, data constants are placed in
the text segment.
| ruil2/openh264,sijchen/openh264,shihuade/openh264,sijchen/openh264,mstorsjo/openh264,shihuade/openh264,mstorsjo/openh264,shihuade/openh264,cisco/openh264,sijchen/openh264,mstorsjo/openh264,mstorsjo/openh264,ruil2/openh264,GuangweiWang/openh264,GuangweiWang/openh264,GuangweiWang/openh264,sijchen/openh264,cisco/openh264,... | codec/common/x86/satd_sad.asm | bsd-2-clause | 1,488,908,675 | ;*!
;* \copy
;* Copyright (c) 2009-2013, Cisco Systems
;* All rights reserved.
;*
;* 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 abo... | ;*!
;* \copy
;* Copyright (c) 2009-2013, Cisco Systems
;* All rights reserved.
;*
;* 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 abo... |
a63e13eecdf495b6b4880a4dc4b03715e6640a55 | [Common/x86] Simplify mc_luma X86_32_PICASM handling | [Common/x86] Simplify mc_luma X86_32_PICASM handling
Utilize program counter-relative offsets to simplify X86_32_PICASM
code.
In order for this to work with nasm, data constants are placed in
the text segment.
| mstorsjo/openh264,sijchen/openh264,cisco/openh264,GuangweiWang/openh264,sijchen/openh264,shihuade/openh264,sijchen/openh264,cisco/openh264,GuangweiWang/openh264,GuangweiWang/openh264,cisco/openh264,sijchen/openh264,mstorsjo/openh264,sijchen/openh264,ruil2/openh264,mstorsjo/openh264,ruil2/openh264,cisco/openh264,sijchen... | codec/common/x86/mc_luma.asm | bsd-2-clause | 1,488,908,673 | ;*!
;* \copy
;* Copyright (c) 2009-2013, Cisco Systems
;* All rights reserved.
;*
;* 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 abo... | ;*!
;* \copy
;* Copyright (c) 2009-2013, Cisco Systems
;* All rights reserved.
;*
;* 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 abo... |
4dd64f06beec5301c02efce225e9d8ffe66c47ff | [Common/x86] Simplify deblocking X86_32_PICASM handling | [Common/x86] Simplify deblocking X86_32_PICASM handling
Utilize program counter-relative offsets to simplify X86_32_PICASM
code.
In order for this to work with nasm, data constants are placed in
the text segment.
| GuangweiWang/openh264,sijchen/openh264,cisco/openh264,GuangweiWang/openh264,mstorsjo/openh264,cisco/openh264,sijchen/openh264,shihuade/openh264,mstorsjo/openh264,shihuade/openh264,sijchen/openh264,cisco/openh264,sijchen/openh264,ruil2/openh264,shihuade/openh264,GuangweiWang/openh264,cisco/openh264,GuangweiWang/openh264... | codec/common/x86/deblock.asm | bsd-2-clause | 1,488,908,669 | ;*!
;* \copy
;* Copyright (c) 2009-2013, Cisco Systems
;* All rights reserved.
;*
;* 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 abo... | ;*!
;* \copy
;* Copyright (c) 2009-2013, Cisco Systems
;* All rights reserved.
;*
;* 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 abo... |
4db01d95183b9a163500177b2920cd99da154dcb | [Common/x86] Simplify DCT X86_32_PICASM handling | [Common/x86] Simplify DCT X86_32_PICASM handling
Utilize program counter-relative offsets to simplify X86_32_PICASM
code.
In order for this to work with nasm, data constants are placed in
the text segment.
| GuangweiWang/openh264,cisco/openh264,shihuade/openh264,GuangweiWang/openh264,GuangweiWang/openh264,sijchen/openh264,shihuade/openh264,mstorsjo/openh264,ruil2/openh264,sijchen/openh264,ruil2/openh264,shihuade/openh264,GuangweiWang/openh264,GuangweiWang/openh264,mstorsjo/openh264,sijchen/openh264,shihuade/openh264,Guangw... | codec/common/x86/dct.asm | bsd-2-clause | 1,488,908,629 | ;*!
;* \copy
;* Copyright (c) 2009-2013, Cisco Systems
;* All rights reserved.
;*
;* 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 abov... | ;*!
;* \copy
;* Copyright (c) 2009-2013, Cisco Systems
;* All rights reserved.
;*
;* 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 abov... |
208688ed348feeb8dd877bae6b5ec24e28b0c8b3 | [Common/x86] Add utility macros for X86_32 PIC support | [Common/x86] Add utility macros for X86_32 PIC support
Add utility macros that enable offsetting from the program counter
to avoid absolute addresses when X86_32_PICASM is enabled.
| shihuade/openh264,shihuade/openh264,cisco/openh264,ruil2/openh264,sijchen/openh264,mstorsjo/openh264,sijchen/openh264,mstorsjo/openh264,shihuade/openh264,cisco/openh264,mstorsjo/openh264,cisco/openh264,GuangweiWang/openh264,shihuade/openh264,sijchen/openh264,cisco/openh264,shihuade/openh264,mstorsjo/openh264,ruil2/open... | codec/common/x86/asm_inc.asm | bsd-2-clause | 1,488,908,619 | ;*!
;* \copy
;* Copyright (c) 2009-2013, Cisco Systems
;* All rights reserved.
;*
;* 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 abo... | ;*!
;* \copy
;* Copyright (c) 2009-2013, Cisco Systems
;* All rights reserved.
;*
;* 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 abo... |
f84b9f5e8e967093bd443047b7b4627d55454220 | fix unreachable code, add more LC tests | fix unreachable code, add more LC tests
| zellyn/a2audit,zellyn/a2audit,zellyn/a2audit | audit/langcard.asm | mit | 1,487,959,231 | ;;; Apple II Language Card audit routines
;;; Copyright © 2016 Zellyn Hunter <zellyn@gmail.com>
!zone langcard {
LANGCARDTESTS
lda #0
sta LCRESULT
lda MEMORY
cmp #49
bcs LANGCARDTESTS_NO_CHECK
+print
!text "48K:SKIPPING LANGUAGE CARD TEST",$8D
+printed
sec
rts
LANGCARDTESTS_NO_CHECK:
+print
!text "TESTING... | ;;; Apple II Language Card audit routines
;;; Copyright © 2016 Zellyn Hunter <zellyn@gmail.com>
!zone langcard {
LANGCARDTESTS
lda #0
sta LCRESULT
lda MEMORY
cmp #49
bcs LANGCARDTESTS_NO_CHECK
+print
!text "48K:SKIPPING LANGUAGE CARD TEST",$8D
+printed
sec
rts
LANGCARDTESTS_NO_CHECK:
+print
!text "TESTING... |
eaedfac6403d11bee39953015b3b7a2671e6f223 | bitShift primitive fails unnecessarily for expression '0 bitShift: 32' (#120) | bitShift primitive fails unnecessarily for expression '0 bitShift: 32' (#120)
| dolphinsmalltalk/Dolphin,shoshanatech/Dolphin,shoshanatech/Dolphin,blairmcg/Dolphin,dolphinsmalltalk/DolphinVM,dolphinsmalltalk/DolphinVM,dolphinsmalltalk/DolphinVM,jgfoster/Dolphin,dolphinsmalltalk/Dolphin,dolphinsmalltalk/Dolphin,objectarts/DolphinVM,objectarts/DolphinVM,jgfoster/Dolphin,dolphinsmalltalk/Dolphin,obje... | SmallIntPrim.asm | mit | 1,485,368,932 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;; Dolphin Smalltalk
;;
;; SmallInteger Primitives
;; - arithmetic
;; - relational
;; - bit manipulation
;; - byte accessing
;;
;; N.B. It is worth bearing in mind that these primitives are not actually much
;; used, because of the inline... | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;; Dolphin Smalltalk
;;
;; SmallInteger Primitives
;; - arithmetic
;; - relational
;; - bit manipulation
;; - byte accessing
;;
;; N.B. It is worth bearing in mind that these primitives are not actually much
;; used, because of the inline... |
8f8b46a9b66175280adb4a225050deed2de8fe0a | Load null selectors to all data registers | Load null selectors to all data registers
This is required for some instructions such as iretq (ss must be valid or 0).
| phil-opp/blogOS,phil-opp/blog_os,phil-opp/blogOS,phil-opp/blog_os,phil-opp/blogOS,phil-opp/blog_os | src/arch/x86_64/long_mode_init.asm | apache-2.0 | 1,484,408,313 | ; Copyright 2016 Philipp Oppermann. See the README.md
; file at the top-level directory of this distribution.
;
; Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
; http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
; <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
; option. Th... | ; Copyright 2016 Philipp Oppermann. See the README.md
; file at the top-level directory of this distribution.
;
; Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
; http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
; <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
; option. Th... |
e179dadf70eb4c30d5d7290859a6ff110b7ed4ab | Data segments aren't needed for 64-bit mode | Data segments aren't needed for 64-bit mode
| phil-opp/blog_os,phil-opp/blog_os,phil-opp/blogOS,phil-opp/blogOS,phil-opp/blogOS,phil-opp/blog_os | src/arch/x86_64/boot.asm | apache-2.0 | 1,484,238,230 | ; Copyright 2016 Philipp Oppermann. See the README.md
; file at the top-level directory of this distribution.
;
; Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
; http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
; <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
; option. Th... | ; Copyright 2016 Philipp Oppermann. See the README.md
; file at the top-level directory of this distribution.
;
; Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
; http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
; <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
; option. Th... |
d9d941c5970d0531d66d079d359088d47687662c | Fix #113: Stepping into method with args that ^true/false/nil, corrupts SP (#114) | Fix #113: Stepping into method with args that ^true/false/nil, corrupts SP (#114)
| dolphinsmalltalk/DolphinVM,dolphinsmalltalk/DolphinVM,shoshanatech/Dolphin,shoshanatech/Dolphin,blairmcg/Dolphin,jgfoster/Dolphin,objectarts/DolphinVM,jgfoster/Dolphin,blairmcg/Dolphin,shoshanatech/Dolphin,dolphinsmalltalk/Dolphin,blairmcg/Dolphin,objectarts/Dolphin,objectarts/DolphinVM,objectarts/Dolphin,blairmcg/Dolp... | byteasm.asm | mit | 1,483,295,550 | ;
; IDEAS:
; 1: Increment often succeeds a push of temporary, e.g. in the optimized version of #to:do: generated by the compiler,
; so add a Push Temp N and Increment - Shame can't do "push, inc and store" (because of failure case?).
;
; Dolphin Smalltalk
; Byte code Interpreter routines and helpers in Assembler for I... | ;
; IDEAS:
; 1: Increment often succeeds a push of temporary, e.g. in the optimized version of #to:do: generated by the compiler,
; so add a Push Temp N and Increment - Shame can't do "push, inc and store" (because of failure case?).
;
; Dolphin Smalltalk
; Byte code Interpreter routines and helpers in Assembler for I... |
58e7cc77d08fd3fb73a8ffd16e397fb93e1b1d94 | Data segment descriptors are not needed in 64-bit mode | Data segment descriptors are not needed in 64-bit mode
| phil-opp/blogOS,phil-opp/blog_os,phil-opp/blog_os,phil-opp/blog_os,phil-opp/blogOS,phil-opp/blogOS | src/arch/x86_64/boot.asm | apache-2.0 | 1,483,105,924 | ; Copyright 2016 Philipp Oppermann. See the README.md
; file at the top-level directory of this distribution.
;
; Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
; http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
; <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
; option. Th... | ; Copyright 2016 Philipp Oppermann. See the README.md
; file at the top-level directory of this distribution.
;
; Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
; http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
; <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
; option. Th... |
2414f0d1114e2995adb281196915c655e0af9298 | primitiveIndirectDwordAtPut corrupts stack if can't write to memory | primitiveIndirectDwordAtPut corrupts stack if can't write to memory
The ExternalAddress>>dwordAtOffset:put: primitive adjusts the stack to
early, assuming that the attempt to write to a memory location will
succeed, but if it doesn't (i.e. the memory is inaccessible), when the GP
fault is reported the Smalltalk stack ... | shoshanatech/Dolphin,dolphinsmalltalk/Dolphin,blairmcg/Dolphin,objectarts/Dolphin,shoshanatech/Dolphin,jgfoster/Dolphin,blairmcg/Dolphin,shoshanatech/Dolphin,dolphinsmalltalk/Dolphin,dolphinsmalltalk/Dolphin,objectarts/DolphinVM,shoshanatech/Dolphin,dolphinsmalltalk/Dolphin,dolphinsmalltalk/DolphinVM,jgfoster/Dolphin,b... | ExternalBytes.asm | mit | 1,482,228,150 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Dolphin Smalltalk
; External Buffer Primitive routines and helpers in Assembler for IX86
;
; See also flotprim.cpp, as the floating point buffer accessing primitives
; (rarely used by anybody except Mr Bower [and therefore unimportant, te... | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Dolphin Smalltalk
; External Buffer Primitive routines and helpers in Assembler for IX86
;
; See also flotprim.cpp, as the floating point buffer accessing primitives
; (rarely used by anybody except Mr Bower [and therefore unimportant, te... |
afa95f98a39c0247d774596df3c42324b592ed99 | primitiveEnableInterrupts always returns false | primitiveEnableInterrupts always returns false
The underlying C++ function called by the assembler primitive is declared
as returning the C++ type "bool", which is a single byte type. The C++
compiler generates code that does not clear the upper registers of EAX -
it just sets AL. The primitive assumes it is getting a... | jgfoster/Dolphin,shoshanatech/Dolphin,jgfoster/Dolphin,jgfoster/Dolphin,blairmcg/Dolphin,shoshanatech/Dolphin,objectarts/Dolphin,dolphinsmalltalk/Dolphin,blairmcg/Dolphin,dolphinsmalltalk/Dolphin,dolphinsmalltalk/DolphinVM,dolphinsmalltalk/Dolphin,dolphinsmalltalk/Dolphin,objectarts/DolphinVM,shoshanatech/Dolphin,dolph... | primasm.asm | mit | 1,482,228,150 | ; Dolphin Smalltalk
; Primitive routines and helpers in Assembler for IX86
; (Blair knows how these work, honest)
;
; DEBUG Build syntax:
; ml /coff /c /Zi /Fr /Fl /Sc /Fo /D_DEBUG /Fo WinDebug\primasm.obj primasm.asm
; RELEASE Build syntax:
; ml /coff /c /Zi /Fr /Fl /Sc /Fo WinRel\primasm.obj primasm.asm
;
; this wi... | ; Dolphin Smalltalk
; Primitive routines and helpers in Assembler for IX86
; (Blair knows how these work, honest)
;
; DEBUG Build syntax:
; ml /coff /c /Zi /Fr /Fl /Sc /Fo /D_DEBUG /Fo WinDebug\primasm.obj primasm.asm
; RELEASE Build syntax:
; ml /coff /c /Zi /Fr /Fl /Sc /Fo WinRel\primasm.obj primasm.asm
;
; this wi... |
a0c8665e27304b7a6c7b25bc07d41b60945c9e01 | Fix performance of the interface resolving on ARM32 | Fix performance of the interface resolving on ARM32
This change fixes the performance of the interface resolving on ARM32 that was made worse by my previous fix of a bug in that area. Now the performance is back at the same level as before my change.
[tfs-changeset: 1641570]
| sandreenko/corert,yizhang82/corert,yizhang82/corert,yizhang82/corert,shrah/corert,gregkalapos/corert,tijoytom/corert,shrah/corert,shrah/corert,yizhang82/corert,sandreenko/corert,krytarowski/corert,sandreenko/corert,yizhang82/corert,yizhang82/corert,krytarowski/corert,gregkalapos/corert,gregkalapos/corert,shrah/corert,s... | src/Native/Runtime/arm/StubDispatch.asm | mit | 1,481,741,588 | ;; Licensed to the .NET Foundation under one or more agreements.
;; The .NET Foundation licenses this file to you under the MIT license.
;; See the LICENSE file in the project root for more information.
#include "AsmMacros.h"
TEXTAREA
#ifdef FEATURE_CACHED_INTERFACE_DISPATCH
EXTERN RhpCastableObjectRes... | ;; Licensed to the .NET Foundation under one or more agreements.
;; The .NET Foundation licenses this file to you under the MIT license.
;; See the LICENSE file in the project root for more information.
#include "AsmMacros.h"
TEXTAREA
#ifdef FEATURE_CACHED_INTERFACE_DISPATCH
EXTERN RhpCastableObjectRes... |
4c228cf70f80064e1e1de7fb839b6eec50b377e2 | boot: reload segment registers from GDT | boot: reload segment registers from GDT
| alfred-bratterud/IncludeOS,AndreasAakesson/IncludeOS,hioa-cs/IncludeOS,AndreasAakesson/IncludeOS,ingve/IncludeOS,alfred-bratterud/IncludeOS,ingve/IncludeOS,hioa-cs/IncludeOS,AnnikaH/IncludeOS,alfred-bratterud/IncludeOS,alfred-bratterud/IncludeOS,ingve/IncludeOS,mnordsletten/IncludeOS,AndreasAakesson/IncludeOS,alfred-br... | src/kernel/start.asm | apache-2.0 | 1,480,898,537 | ;; This file is a part of the IncludeOS unikernel - www.includeos.org
;;
;; Copyright 2015-2016 Oslo and Akershus University College of Applied Sciences
;; and Alfred Bratterud
;;
;; Licensed under the Apache License, Version 2.0 (the "License");
;; you may not use this file except in compliance with the License.
;; Yo... | ;; This file is a part of the IncludeOS unikernel - www.includeos.org
;;
;; Copyright 2015-2016 Oslo and Akershus University College of Applied Sciences
;; and Alfred Bratterud
;;
;; Licensed under the Apache License, Version 2.0 (the "License");
;; you may not use this file except in compliance with the License.
;; Yo... |
780d0e70d93bebf289c51b719328e3c3535cddfa | Fix continuation character in ZUIDPLT | Fix continuation character in ZUIDPLT
| walmart/zUID,walmart/zUID | Source/ZUIDPLT.asm | apache-2.0 | 1,480,431,775 | *
* PROGRAM: ZUIDPLT
* AUTHOR: Randy Frerking and Rich Jackson
* DATE: April 14, 2014
* COMMENTS: This program is designed to execute in both the PLT and
* as a terminal transaction.
*
* Create zUID 'named counter' to qualify a Site ID and
* time with uniqueness... | *
* PROGRAM: ZUIDPLT
* AUTHOR: Randy Frerking and Rich Jackson
* DATE: April 14, 2014
* COMMENTS: This program is designed to execute in both the PLT and
* as a terminal transaction.
*
* Create zUID 'named counter' to qualify a Site ID and
* time with uniqueness... |
8ca7ef4b6487002fa84bc1f7f100674854547a6f | Do not include filesystem image in harddrive | Do not include filesystem image in harddrive
| Yoric/redox,k0pernicus/redox,Yoric/redox,jackpot51/redox,redox-os/redox,Stephen-Seo/redox,Yoric/redox,jackpot51/redox,Yoric/redox,jackpot51/redox,jackpot51/redox | bootloader/x86_64/harddrive.asm | mit | 1,479,483,971 | %include "bootsector.asm"
startup_start:
%ifdef ARCH_i386
%include "startup-i386.asm"
%endif
%ifdef ARCH_x86_64
%include "startup-x86_64.asm"
%endif
align 512, db 0
startup_end:
kernel_file:
incbin "build/kernel/kernel"
align 512, db 0
.end:
.length equ kernel_file.end - kernel_file
.length_sectors equ .... | %include "bootsector.asm"
startup_start:
%ifdef ARCH_i386
%include "startup-i386.asm"
%endif
%ifdef ARCH_x86_64
%include "startup-x86_64.asm"
%endif
align 512, db 0
startup_end:
kernel_file:
incbin "build/kernel/kernel"
align 512, db 0
.end:
.length equ kernel_file.end - kernel_file
.length_sectors equ .... |
8efbd9b17717614cc4aa1988a1d8151608a847e0 | Bootloader messages | Bootloader messages
| redox-os/redox,k0pernicus/redox,Yoric/redox,jackpot51/redox,jackpot51/redox,Yoric/redox,Yoric/redox,jackpot51/redox,jackpot51/redox,Stephen-Seo/redox,Yoric/redox | bootloader/x86_64/startup-common.asm | mit | 1,479,483,971 | SECTION .text
USE16
startup:
; enable A20-Line via IO-Port 92, might not work on all motherboards
in al, 0x92
or al, 2
out 0x92, al
; loading kernel to 1MiB
; move part of kernel to startup_end via bootsector#load and then copy it up
; repeat until all of the kernel is loaded
; buffersize in multiple... | SECTION .text
USE16
startup:
; enable A20-Line via IO-Port 92, might not work on all motherboards
in al, 0x92
or al, 2
out 0x92, al
; loading kernel to 1MiB
; move part of kernel to startup_end via bootsector#load and then copy it up
; repeat until all of the kernel is loaded
; buffersize in multiple... |
b846875473b0f87adc21e94d50cc6f9c5935dbdb | Ensured all registers are set to 0 at start | Ensured all registers are set to 0 at start
Added CLEAR_REGISTERS which ensures that every register is set to 0 at the beginning of the execution of the code. Just to ensure proper operation in the event that the registers aren't automatically at 0 at the start of execution | Pyxxil/Ncurses-LC3-Simulator,Pyxxil/Ncurses-LC3-Simulator,Pyxxil/Ncurses-LC3-Simulator,Pyxxil/Ncurses-LC3-Simulator | Examples/Compare.asm | mit | 1,476,942,374 | ;
; This program takes two inputs in succession, between -999 and 999, stores them
; in R1 and R2 after processing of input and then calculates the relation between
; the two numbers, prints the value of R0 and then sets the correct value into R0,
; the value of R0 being one of the below (mentioned in Calculation M... | ;
; This program takes two inputs in succession, between -999 and 999, stores them
; in R1 and R2 after processing of input and then calculates the relation between
; the two numbers, prints the value of R0 and then sets the correct value into R0,
; the value of R0 being one of the below (mentioned in Calculation M... |
f00f7e4bf4ee6d00c2a53fd687efa2610e093512 | Update Compare.asm | Update Compare.asm | Pyxxil/Ncurses-LC3-Simulator,Pyxxil/Ncurses-LC3-Simulator,Pyxxil/Ncurses-LC3-Simulator,Pyxxil/Ncurses-LC3-Simulator | Examples/Compare.asm | mit | 1,476,941,108 | ;
; This program takes two inputs in succession, between -999 and 999, stores them
; in R1 and R2 after processing of input and then calculates the relation between
; the two numbers, prints the value of R0 and then sets the correct value into R0,
; the value of R0 being one of the below (mentioned in Calculation M... | ;
; This program takes two inputs in succession, between -999 and 999, stores them
; in R1 and R2 after processing of input and then calculates the relation between
; the two numbers, prints the value of R0 and then sets the correct value into R0,
; the value of R0 being one of the below (mentioned in Calculation M... |
53ca0f8b659ef8dade21939050e3ade5f27b1814 | [#1] Fix comments breaking build | [#1] Fix comments breaking build
Turns out # comments are not acceptable.
| jm-janzen/asm-hi | hi.asm | mit | 1,476,916,068 | ; export start for linker (nasm specific)
global _start
;
; General 32 bit registers:
; EAX, EBX, ECX, EDX
; Commands:
; mov - assign second part to first part.
; int - software interrupt (0x80 = system call).
;
section .text
_start:
mov eax, 4 ; write
mov ebx, 1 ; stdout
mov ecx, m... | # export start for linker (nasm specific)
global _start
#
# General 32 bit registers:
# EAX, EBX, ECX, EDX
# Commands:
# mov - assign second part to first part.
# int - software interrupt (0x80 = system call).
#
section .text
_start:
mov eax, 4 ; write
mov ebx, 1 ; stdout
mov ecx, m... |
9be28a7d2362de4f40c55199c0b3282029e8df07 | Include bootstrap heap in BSS section | Include bootstrap heap in BSS section
| iankronquist/kernel-of-truth,iankronquist/kernel-of-truth,iankronquist/kernel-of-truth,iankronquist/kernel-of-truth,iankronquist/kernel-of-truth,iankronquist/kernel-of-truth | kernel/arch/x86/boot.asm | mit | 1,475,807,904 | extern bootstrap_paging
extern kernel_main
global _start
global bootstrap_pdpt
global bootstrap_page_dir
global bootstrap_page_table
global bootstrap_pdpt
global bootstrap_stack_canary
global bootstrap_stack_bottom
global bootstrap_stack_top
global bootstrap_heap
; Define symbols used in the multiboot header.
MBALIGN... | extern bootstrap_paging
extern kernel_main
global _start
global bootstrap_pdpt
global bootstrap_page_dir
global bootstrap_page_table
global bootstrap_pdpt
global bootstrap_stack_canary
global bootstrap_stack_bottom
global bootstrap_stack_top
; Define symbols used in the multiboot header.
MBALIGN equ 1 << 0
MEMINFO ... |
227282433f630e3c0f987fe3f0d4a9f03caf5fea | Refactor assembly kernel bootstrap code | Refactor assembly kernel bootstrap code
| iankronquist/kernel-of-truth,iankronquist/kernel-of-truth,iankronquist/kernel-of-truth,iankronquist/kernel-of-truth,iankronquist/kernel-of-truth,iankronquist/kernel-of-truth | kernel/arch/x86/boot.asm | mit | 1,475,807,904 | extern bootstrap_paging
extern kernel_main
global _start
global bootstrap_pdpt
global bootstrap_page_dir
global bootstrap_page_table
global bootstrap_pdpt
global bootstrap_stack_canary
global bootstrap_stack_bottom
global bootstrap_stack_top
; Define symbols used in the multiboot header.
MBALIGN equ 1 << 0
MEMINFO ... | MBALIGN equ 1<<0
MEMINFO equ 1<<1
FLAGS equ MBALIGN | MEMINFO
MAGIC equ 0x1BADB002
CHECKSUM equ -(MAGIC + FLAGS)
section .multiboot
align 4
dd MAGIC
dd FLAGS
dd CHECKSUM
global _start
_start:
; Enter protected mode
mov eax, cr0
or al, 1
mov cr0, eax
mov esp, bootstrap_stack_top
push ebx ; Multibo... |
196c42d6446ecd5d22ed216f3226d71ee8e86cfa | Fix String>>at:put: causes GPFault if argument has no instance variables or slots (#92) | Fix String>>at:put: causes GPFault if argument has no instance variables or slots (#92)
Dolphin issue #234 | dolphinsmalltalk/Dolphin,blairmcg/Dolphin,shoshanatech/Dolphin,objectarts/DolphinVM,blairmcg/Dolphin,dolphinsmalltalk/DolphinVM,jgfoster/Dolphin,jgfoster/Dolphin,objectarts/Dolphin,shoshanatech/Dolphin,blairmcg/Dolphin,shoshanatech/Dolphin,dolphinsmalltalk/DolphinVM,dolphinsmalltalk/Dolphin,jgfoster/Dolphin,blairmcg/Do... | primasm.asm | mit | 1,475,258,760 | ; Dolphin Smalltalk
; Primitive routines and helpers in Assembler for IX86
; (Blair knows how these work, honest)
;
; DEBUG Build syntax:
; ml /coff /c /Zi /Fr /Fl /Sc /Fo /D_DEBUG /Fo WinDebug\primasm.obj primasm.asm
; RELEASE Build syntax:
; ml /coff /c /Zi /Fr /Fl /Sc /Fo WinRel\primasm.obj primasm.asm
;
; this wi... | ; Dolphin Smalltalk
; Primitive routines and helpers in Assembler for IX86
; (Blair knows how these work, honest)
;
; DEBUG Build syntax:
; ml /coff /c /Zi /Fr /Fl /Sc /Fo /D_DEBUG /Fo WinDebug\primasm.obj primasm.asm
; RELEASE Build syntax:
; ml /coff /c /Zi /Fr /Fl /Sc /Fo WinRel\primasm.obj primasm.asm
;
; this wi... |
7914c6915b052103f00e0ee61b23b1968f61dcc4 | implemented rename | implemented rename
| KnightOS/fileman | src/actions.asm | mit | 1,473,107,888 | action_menu:
push bc
push hl
push de
ld c, 40
kld(hl, menuOptions)
corelib(showMenu)
cp 0xFF
kjp(z, freeAndLoopBack)
add a, a ; A *= 2
kld(hl, menu_functions)
add a, l \ ld l, a \ jr nc, $+3 \ inc h
ld e, (hl) \ inc hl \ ld d, (hl)
... | action_menu:
push bc
push hl
push de
ld c, 40
kld(hl, menuOptions)
corelib(showMenu)
cp 0xFF
kjp(z, freeAndLoopBack)
add a, a ; A *= 2
kld(hl, menu_functions)
add a, l \ ld l, a \ jr nc, $+3 \ inc h
ld e, (hl) \ inc hl \ ld d, (hl)
... |
60a04af6e3d035b469d2025e33b678b80b5a9bf1 | don't try to paste if nothings been copied | don't try to paste if nothings been copied
| KnightOS/fileman | src/actions.asm | mit | 1,472,958,390 | action_menu:
push bc
push hl
push de
ld c, 40
kld(hl, menuOptions)
corelib(showMenu)
cp 0xFF
kjp(z, freeAndLoopBack)
add a, a ; A *= 2
kld(hl, menu_functions)
add a, l \ ld l, a \ jr nc, $+3 \ inc h
ld e, (hl) \ inc hl \ ld d, (hl)
... | action_menu:
push bc
push hl
push de
ld c, 40
kld(hl, menuOptions)
corelib(showMenu)
cp 0xFF
kjp(z, freeAndLoopBack)
add a, a ; A *= 2
kld(hl, menu_functions)
add a, l \ ld l, a \ jr nc, $+3 \ inc h
ld e, (hl) \ inc hl \ ld d, (hl)
... |
ae1e801b27625e424c2f07b16ae9a04e8a8ba3cb | fixed bug with streamWriteBuffer not increasing FILE_WORKING_SIZE fixes KnightOS/KnightOS#356 | fixed bug with streamWriteBuffer not increasing FILE_WORKING_SIZE
fixes KnightOS/KnightOS#356
| calcdude84se/knightos-kernel,calcdude84se/knightos-kernel,unlimitedbacon/kernel,unlimitedbacon/kernel,KnightOS/kernel,KnightOS/kernel | src/00/filestreams.asm | mit | 1,472,956,991 | initFilesystem:
; Set all file handles to unused
ld hl, fileHandleTable
ld (hl), 0xFF
ld de, fileHandleTable + 1
ld bc, 8 * maxFileStreams
ldir
ret
; If findNode turned up a symlink, this will follow it and
; give the findNode return value for the final destination.
followSymLink:
#define n... | initFilesystem:
; Set all file handles to unused
ld hl, fileHandleTable
ld (hl), 0xFF
ld de, fileHandleTable + 1
ld bc, 8 * maxFileStreams
ldir
ret
; If findNode turned up a symlink, this will follow it and
; give the findNode return value for the final destination.
followSymLink:
#define n... |
8934f747d4566e6f4c26ed25aa1fc484b8b9eb5f | added paste function | added paste function
| KnightOS/fileman | src/actions.asm | mit | 1,472,440,068 | action_menu:
push bc
push hl
push de
ld c, 40
kld(hl, menuOptions)
corelib(showMenu)
cp 0xFF
kjp(z, freeAndLoopBack)
add a, a ; A *= 2
kld(hl, menu_functions)
add a, l \ ld l, a \ jr nc, $+3 \ inc h
ld e, (hl) \ inc hl \ ld d, (hl)
... | action_menu:
push bc
push hl
push de
ld c, 40
kld(hl, menuOptions)
corelib(showMenu)
cp 0xFF
kjp(z, freeAndLoopBack)
add a, a ; A *= 2
kld(hl, menu_functions)
add a, l \ ld l, a \ jr nc, $+3 \ inc h
ld e, (hl) \ inc hl \ ld d, (hl)
... |
64f4e5856f4408e52d3d8cd2aa753593a6c94b50 | start: preserve %eax before stack changes | start: preserve %eax before stack changes
| alfred-bratterud/IncludeOS,mnordsletten/IncludeOS,ingve/IncludeOS,AndreasAakesson/IncludeOS,mnordsletten/IncludeOS,AndreasAakesson/IncludeOS,mnordsletten/IncludeOS,alfred-bratterud/IncludeOS,hioa-cs/IncludeOS,ingve/IncludeOS,mnordsletten/IncludeOS,alfred-bratterud/IncludeOS,AndreasAakesson/IncludeOS,mnordsletten/Includ... | src/kernel/start.asm | apache-2.0 | 1,472,132,627 | ;; This file is a part of the IncludeOS unikernel - www.includeos.org
;;
;; Copyright 2015-2016 Oslo and Akershus University College of Applied Sciences
;; and Alfred Bratterud
;;
;; Licensed under the Apache License, Version 2.0 (the "License");
;; you may not use this file except in compliance with the License.
;; Yo... | ;; This file is a part of the IncludeOS unikernel - www.includeos.org
;;
;; Copyright 2015-2016 Oslo and Akershus University College of Applied Sciences
;; and Alfred Bratterud
;;
;; Licensed under the Apache License, Version 2.0 (the "License");
;; you may not use this file except in compliance with the License.
;; Yo... |
1211ed96c392bbee4c8a4b5e5e76982fb08d88a6 | intr: Store eflags | intr: Store eflags
| hioa-cs/IncludeOS,mnordsletten/IncludeOS,alfred-bratterud/IncludeOS,AnnikaH/IncludeOS,ingve/IncludeOS,AndreasAakesson/IncludeOS,ingve/IncludeOS,ingve/IncludeOS,hioa-cs/IncludeOS,ingve/IncludeOS,hioa-cs/IncludeOS,mnordsletten/IncludeOS,mnordsletten/IncludeOS,AndreasAakesson/IncludeOS,mnordsletten/IncludeOS,ingve/Include... | src/kernel/interrupts.asm | apache-2.0 | 1,471,350,843 | ; This file is a part of the IncludeOS unikernel - www.includeos.org
;
; Copyright 2015 Oslo and Akershus University College of Applied Sciences
; and Alfred Bratterud
;
; Licensed under the Apache License, Version 2.0 (the "License");
; you may not use this file except in compliance with the License.
; You may obtain ... | ; This file is a part of the IncludeOS unikernel - www.includeos.org
;
; Copyright 2015 Oslo and Akershus University College of Applied Sciences
; and Alfred Bratterud
;
; Licensed under the Apache License, Version 2.0 (the "License");
; you may not use this file except in compliance with the License.
; You may obtain ... |
5cf9ea990305679c40ced794e5c6e0a0ac6dc84b | support 32-bit arguments | support 32-bit arguments
Before, calc.asm couldn't read numbers larger than 8-bit:
$ ./calc + 256 0
0
Now answers should be correct until 2^32-1.
| flouthoc/calc.asm | calc.asm | bsd-2-clause | 1,471,276,681 | ;author - http://github.com/flouthoc
;Contributers - Add your name here
;; ----------------- calc.asm - Minimal arithmetic calculator in x86 assembly -------------------
section .data
FEW_ARGS: db "Too Few Arguments", 0xA
INVALID_OPERATOR: db "Invalid Operator", 0xA
INVALID_OPERAND: db "Invalid Operand", 0XA
BYTE_B... | ;author - http://github.com/flouthoc
;Contributers - Add your name here
;; ----------------- calc.asm - Minimal arithmetic calculator in x86 assembly -------------------
section .data
FEW_ARGS: db "Too Few Arguments", 0xA
INVALID_OPERATOR: db "Invalid Operator", 0xA
INVALID_OPERAND: db "Invalid Operand", 0XA
BYTE_B... |
4245634bedf0957aa25af130aa12a2b78036d768 | Add modulo operation support | Add modulo operation support
| flouthoc/calc.asm | calc.asm | bsd-2-clause | 1,470,985,816 | ;author - http://github.com/flouthoc
;Contributers - Add your name here
;; ----------------- calc.asm - Minimal arithmetic calculator in x86 assembly -------------------
section .data
FEW_ARGS: db "Too Few Arguments", 0xA
INVALID_OPERATOR: db "Invalid Operator", 0xA
INVALID_OPERAND: db "Invalid Operand", 0XA
BYTE_B... | ;author - http://github.com/flouthoc
;Contributers - Add your name here
;; ----------------- calc.asm - Minimal arithmetic calculator in x86 assembly -------------------
section .data
FEW_ARGS: db "Too Few Arguments", 0xA
INVALID_OPERATOR: db "Invalid Operator", 0xA
INVALID_OPERAND: db "Invalid Operand", 0XA
BYTE_B... |
a23cf44a2754baa089e70fa3f01ee66187ca07ad | i#1569 AArch64: Implement dr_call_on_clean_stack. | i#1569 AArch64: Implement dr_call_on_clean_stack.
Review-URL: https://codereview.appspot.com/305880043
| AmesianX/dynamorio,AmesianX/dynamorio,AmesianX/dynamorio,AmesianX/dynamorio,AmesianX/dynamorio,AmesianX/dynamorio | core/arch/aarch64/aarch64.asm | lgpl-2.1 | 1,469,089,928 | /* **********************************************************
* Copyright (c) 2016 ARM Limited. All rights reserved.
* **********************************************************/
/*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following condit... | /* **********************************************************
* Copyright (c) 2016 ARM Limited. All rights reserved.
* **********************************************************/
/*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following condit... |
6906322e67359a0061b7e034364af3da8a0fb725 | Fixed startup directory check | Fixed startup directory check
| KnightOS/fileman | src/main.asm | mit | 1,467,514,707 | #include "kernel.inc"
#include "corelib.inc"
#include "config.inc"
.db "KEXC"
.db KEXC_ENTRY_POINT
.dw start
.db KEXC_STACK_SIZE
.dw 100
.db KEXC_KERNEL_VER
.db 0, 6
.db KEXC_NAME
.dw window_title
.db KEXC_HEADER_END
window_title:
.db "File Manager", 0
start:
pcall(getLcd... | #include "kernel.inc"
#include "corelib.inc"
#include "config.inc"
.db "KEXC"
.db KEXC_ENTRY_POINT
.dw start
.db KEXC_STACK_SIZE
.dw 100
.db KEXC_KERNEL_VER
.db 0, 6
.db KEXC_NAME
.dw window_title
.db KEXC_HEADER_END
window_title:
.db "File Manager", 0
start:
pcall(getLcd... |
54565a6199d881daa1395b81ef3b2dfe52a00f7f | Make directoryExists work with paths with trailing slashes | Make directoryExists work with paths with trailing slashes
| KnightOS/kernel,calcdude84se/knightos-kernel,unlimitedbacon/kernel,unlimitedbacon/kernel,calcdude84se/knightos-kernel,KnightOS/kernel | src/00/filesystem.asm | mit | 1,467,514,395 | ; DEPRECATED
findFileEntry:
findDirectoryEntry:
ret
; END DEPRECATED
; NOTE: Should we replace this with "deleteNode" and have it work on directories, too?
;; deleteFile [Filesystem]
;; Deletes a file or symbolic link.
;; Inputs:
;; DE: Path to file (string pointer)
;; Outputs:
;; Z: Set if file was deleted, r... | ; DEPRECATED
findFileEntry:
findDirectoryEntry:
ret
; END DEPRECATED
; NOTE: Should we replace this with "deleteNode" and have it work on directories, too?
;; deleteFile [Filesystem]
;; Deletes a file or symbolic link.
;; Inputs:
;; DE: Path to file (string pointer)
;; Outputs:
;; Z: Set if file was deleted, r... |
5719047e6a139e280af2e506774a409f0d2653bc | Fixed calling convention in run_basic. | Fixed calling convention in run_basic.
| I8087/mlib,I8087/mlib,I8087/mlib | src/run_basic.asm | bsd-2-clause | 1,466,496,522 | global _run_basic
_run_basic:
push bp
mov bp, sp
sub sp, 4
mov [bp-2], bx
mov [bp-4], si
mov ax, word [bp+4]
mov bx, word [bp+6]
mov si, word [bp+8]
call os_run_basic
mov si, word [bp-4]
mov bx, word [bp-2]
mov sp, bp
pop bp
ret
| global _run_basic
_run_basic:
push bp
mov bp, sp
sub sp, 2
mov [bp-2], bx
mov ax, word [bp+4]
mov bx, word [bp+6]
mov si, word [bp+8]
call os_run_basic
mov bx, word [bp-2]
mov sp, bp
pop bp
ret
|
dc7ebeb57cab9067dfac924c75dde6f1f478a6c5 | Fixed parameters for calling os_run_basic | Fixed parameters for calling os_run_basic
| I8087/mlib,I8087/mlib,I8087/mlib | src/run_basic.asm | bsd-2-clause | 1,466,486,449 | global _run_basic
_run_basic:
push bp
mov bp, sp
sub sp, 2
mov [bp-2], bx
mov ax, word [bp+4]
mov bx, word [bp+6]
mov si, word [bp+8]
call os_run_basic
mov bx, word [bp-2]
mov sp, bp
pop bp
ret
| global _run_basic
_run_basic:
push bp
mov bp, sp
sub sp, 2
mov [bp-2], bx
mov ax, word [bp+4]
mov bx, word [bp+6]
call os_run_basic
mov bx, word [bp-2]
mov sp, bp
pop bp
ret
|
66045b3730f08059e2e3c5019c9cac2a3292f051 | [x86_64] add stack space | [x86_64] add stack space
| hawkw/sos-kernel,rachlmac/sos-kernel,rachlmac/sos-kernel,hawkw/sos-kernel,rachlmac/sos-kernel,hawkw/sos-kernel,hawkw/sos-kernel,rachlmac/sos-kernel | src/arch/x86_64/boot.asm | apache-2.0 | 1,466,004,417 | %define PAGE_TABLE_SIZE 512 * 8
; page_map: macro to map the first entry in the first argument to the second
%macro page_map 2
mov eax, %2
or eax, 0b11 ; present + writable
mov [%1], eax
%endmacro
global start
global gdt64_offset
global heap_base
global heap_top
global stack_b... | %define PAGE_TABLE_SIZE 512 * 8
; page_map: macro to map the first entry in the first argument to the second
%macro page_map 2
mov eax, %2
or eax, 0b11 ; present + writable
mov [%1], eax
%endmacro
global start
global gdt64_offset
global heap_base
global heap_top
global stack_b... |
c5f03c7b89b9d97a98c8296264c35ac7fa2538cf | [x86_64] improve comments in boot.asm | [x86_64] improve comments in boot.asm
| hawkw/sos-kernel,hawkw/sos-kernel,rachlmac/sos-kernel,rachlmac/sos-kernel,rachlmac/sos-kernel,hawkw/sos-kernel,rachlmac/sos-kernel,hawkw/sos-kernel | src/arch/x86_64/boot.asm | apache-2.0 | 1,465,912,901 | %define PAGE_TABLE_SIZE 512 * 8
%define PAGE_SIZE 4096
; page_map: macro to map the first entry in the first argument to the second
%macro page_map 2
mov eax, %2
or eax, 0b11 ; present + writable
mov [%1], eax
%endmacro
%macro export 1
global %1
%1:
%endmacr... | %define PAGE_TABLE_SIZE 512 * 8
; page_map: macro to map the first entry in the first argument to the second
%macro page_map 2
mov eax, %2
or eax, 0b11 ; present + writable
mov [%1], eax
%endmacro
global start
global gdt64_offset
global heap_base
global heap_top
global stack_b... |
6fc7e7559de55eea96a3b5cf9190f2b280f880c5 | Fix issue 213921 - on ARM, we throw the wrong exception if we allocate an array that needs 8-byte alignment, the element count is non-negative, but so large that the array size computation overflows. | Fix issue 213921 - on ARM, we throw the wrong exception if we allocate an array that needs 8-byte alignment, the element count is non-negative, but so large that the array size computation overflows.
The rules are that if the element count is negative, you get an overflow exception. If the count is too large for the a... | kyulee1/corert,botaberg/corert,yizhang82/corert,krytarowski/corert,shrah/corert,kyulee1/corert,gregkalapos/corert,sandreenko/corert,shrah/corert,kyulee1/corert,sandreenko/corert,gregkalapos/corert,gregkalapos/corert,krytarowski/corert,sandreenko/corert,yizhang82/corert,botaberg/corert,tijoytom/corert,krytarowski/corert... | src/Native/Runtime/arm/AllocFast.asm | mit | 1,465,217,867 | ;; Licensed to the .NET Foundation under one or more agreements.
;; The .NET Foundation licenses this file to you under the MIT license.
;; See the LICENSE file in the project root for more information.
#include "AsmMacros.h"
TEXTAREA
;; Allocate non-array, non-finalizable object. If the allocation doesn't f... | ;; Licensed to the .NET Foundation under one or more agreements.
;; The .NET Foundation licenses this file to you under the MIT license.
;; See the LICENSE file in the project root for more information.
#include "AsmMacros.h"
TEXTAREA
;; Allocate non-array, non-finalizable object. If the allocation doesn't f... |
577cfd1026c6f34a5c9416b9504f9c63539b6ebf | Implement new file creation | Implement new file creation
| KnightOS/fileman | src/actions.asm | mit | 1,465,101,380 | action_menu:
push bc
push hl
push de
ld c, 40
kld(hl, menuOptions)
corelib(showMenu)
cp 0xFF
kjp(z, freeAndLoopBack)
add a, a ; A *= 2
kld(hl, menu_functions)
add a, l \ ld l, a \ jr nc, $+3 \ inc h
ld e, (hl) \ inc hl \ ld d, (hl)
... | action_menu:
push bc
push hl
push de
ld c, 40
kld(hl, menuOptions)
corelib(showMenu)
cp 0xFF
kjp(z, freeAndLoopBack)
add a, a ; A *= 2
kld(hl, menu_functions)
add a, l \ ld l, a \ jr nc, $+3 \ inc h
ld e, (hl) \ inc hl \ ld d, (hl)
... |
f183891c5b0a4a95243e4141f1c7323d9c5572f9 | [Processing/x86] Use lddqu in case we still run on anything that benefits | [Processing/x86] Use lddqu in case we still run on anything that benefits
| huili2/openh264,shihuade/openh264,mstorsjo/openh264,cisco/openh264,mstorsjo/openh264,ruil2/openh264,cisco/openh264,PeterXu/openh264,ruil2/openh264,GuangweiWang/openh264,sijchen/openh264,mstorsjo/openh264,huili2/openh264,GuangweiWang/openh264,GuangweiWang/openh264,shihuade/openh264,cisco/openh264,mstorsjo/openh264,sijch... | codec/processing/src/x86/downsample_bilinear.asm | bsd-2-clause | 1,464,993,695 | ;*!
;* \copy
;* Copyright (c) 2009-2013, Cisco Systems
;* All rights reserved.
;*
;* 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 abo... | ;*!
;* \copy
;* Copyright (c) 2009-2013, Cisco Systems
;* All rights reserved.
;*
;* 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 abo... |
ea14527d0b5aa6f239b9bddfcfb9c38c1d0e4c82 | Fix arm build break | Fix arm build break
[tfs-changeset: 1608951]
| yizhang82/corert,botaberg/corert,tijoytom/corert,botaberg/corert,shrah/corert,mjp41/corert,shrah/corert,gregkalapos/corert,yizhang82/corert,yizhang82/corert,krytarowski/corert,mjp41/corert,shrah/corert,gregkalapos/corert,botaberg/corert,kyulee1/corert,sandreenko/corert,kyulee1/corert,kyulee1/corert,tijoytom/corert,mjp4... | src/Native/Runtime/arm/MiscStubs.asm | mit | 1,464,384,206 | ;; Licensed to the .NET Foundation under one or more agreements.
;; The .NET Foundation licenses this file to you under the MIT license.
;; See the LICENSE file in the project root for more information.
#include "AsmMacros.h"
EXTERN GetClasslibCCtorCheck
EXTERN memcpy
EXTERN memcpyGCRefs
EXTERN memcpy... | ;; Licensed to the .NET Foundation under one or more agreements.
;; The .NET Foundation licenses this file to you under the MIT license.
;; See the LICENSE file in the project root for more information.
#include "AsmMacros.h"
EXTERN GetClasslibCCtorCheck
EXTERN memcpy
EXTERN memcpyGCRefs
EXTERN memcpy... |
fb0b2b3f414fd68307043e50b747e23cb4d92498 | [Encoder/x86] Drop unneeded LOAD_4_PARA in CavlcParamCal_sse42 | [Encoder/x86] Drop unneeded LOAD_4_PARA in CavlcParamCal_sse42
| cisco/openh264,mstorsjo/openh264,GuangweiWang/openh264,mstorsjo/openh264,huili2/openh264,sijchen/openh264,ruil2/openh264,cisco/openh264,shihuade/openh264,mstorsjo/openh264,ruil2/openh264,mstorsjo/openh264,sijchen/openh264,GuangweiWang/openh264,shihuade/openh264,PeterXu/openh264,ganyangbbl/openh264,huili2/openh264,mstor... | codec/encoder/core/x86/coeff.asm | bsd-2-clause | 1,461,531,575 | ;*!
;* \copy
;* Copyright (c) 2010-2013, Cisco Systems
;* All rights reserved.
;*
;* 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 abo... | ;*!
;* \copy
;* Copyright (c) 2010-2013, Cisco Systems
;* All rights reserved.
;*
;* 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 abo... |
d1c7713191900793f7315dbf335d37f47aaa8c7e | [Encoder/x86] Minor CavlcParamCal_sse42 tweak | [Encoder/x86] Minor CavlcParamCal_sse42 tweak
Do more elaborate register allocation to avoid a few mov instructions.
| PeterXu/openh264,PeterXu/openh264,mstorsjo/openh264,sijchen/openh264,huili2/openh264,sijchen/openh264,ganyangbbl/openh264,ganyangbbl/openh264,ganyangbbl/openh264,GuangweiWang/openh264,ruil2/openh264,shihuade/openh264,ruil2/openh264,huili2/openh264,PeterXu/openh264,sijchen/openh264,shihuade/openh264,GuangweiWang/openh26... | codec/encoder/core/x86/coeff.asm | bsd-2-clause | 1,461,530,183 | ;*!
;* \copy
;* Copyright (c) 2010-2013, Cisco Systems
;* All rights reserved.
;*
;* 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 abo... | ;*!
;* \copy
;* Copyright (c) 2010-2013, Cisco Systems
;* All rights reserved.
;*
;* 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 abo... |
f56bdc3aa40de8ea3c03188ef984b316b69fbd74 | [Encoder/x86] Minor CavlcParamCal_sse42 tweak | [Encoder/x86] Minor CavlcParamCal_sse42 tweak
Avoid loading single-use parameter.
| shihuade/openh264,huili2/openh264,PeterXu/openh264,mstorsjo/openh264,ganyangbbl/openh264,PeterXu/openh264,GuangweiWang/openh264,ganyangbbl/openh264,GuangweiWang/openh264,sijchen/openh264,shihuade/openh264,cisco/openh264,cisco/openh264,shihuade/openh264,huili2/openh264,mstorsjo/openh264,cisco/openh264,huili2/openh264,sh... | codec/encoder/core/x86/coeff.asm | bsd-2-clause | 1,461,248,942 | ;*!
;* \copy
;* Copyright (c) 2010-2013, Cisco Systems
;* All rights reserved.
;*
;* 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 abo... | ;*!
;* \copy
;* Copyright (c) 2010-2013, Cisco Systems
;* All rights reserved.
;*
;* 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 abo... |
2eb88007121a85b23bdfe85b16a36b06a3f793ba | [Encoder/x86] Remove a leftover mov instruction in CavlcParamCal_sse42 | [Encoder/x86] Remove a leftover mov instruction in CavlcParamCal_sse42
| mstorsjo/openh264,mstorsjo/openh264,mstorsjo/openh264,ganyangbbl/openh264,cisco/openh264,ruil2/openh264,ruil2/openh264,ganyangbbl/openh264,cisco/openh264,sijchen/openh264,mstorsjo/openh264,ruil2/openh264,huili2/openh264,shihuade/openh264,shihuade/openh264,GuangweiWang/openh264,huili2/openh264,PeterXu/openh264,ruil2/ope... | codec/encoder/core/x86/coeff.asm | bsd-2-clause | 1,461,246,813 | ;*!
;* \copy
;* Copyright (c) 2010-2013, Cisco Systems
;* All rights reserved.
;*
;* 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 abo... | ;*!
;* \copy
;* Copyright (c) 2010-2013, Cisco Systems
;* All rights reserved.
;*
;* 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 abo... |
df01dac9db7757bc3bee4c2c8a50157a3e7da097 | [Arm64]:Fixing the Logic of ResolveWorkerChainLookupAsmStub | [Arm64]:Fixing the Logic of ResolveWorkerChainLookupAsmStub
| KrzysztofCwalina/coreclr,tijoytom/coreclr,wateret/coreclr,sjsinju/coreclr,jhendrixMSFT/coreclr,mmitche/coreclr,bartonjs/coreclr,bartdesmet/coreclr,cshung/coreclr,parjong/coreclr,cshung/coreclr,dasMulli/coreclr,cydhaselton/coreclr,mmitche/coreclr,KrzysztofCwalina/coreclr,wtgodbe/coreclr,sejongoh/coreclr,dasMulli/coreclr... | src/vm/arm64/asmhelpers.asm | mit | 1,460,166,493 | ; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
; See the LICENSE file in the project root for more information.
;; ==++==
;;
;;
;; ==--==
#include "ksarm64.h"
#include "asmconstants.h"
#include "asmmacros.h"
IMPORT VirtualMet... | ; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
; See the LICENSE file in the project root for more information.
;; ==++==
;;
;;
;; ==--==
#include "ksarm64.h"
#include "asmconstants.h"
#include "asmmacros.h"
IMPORT VirtualMet... |
a4e71d6662bf806e6fc55ff5d4b2ec6743dae1e3 | Add missing sign extension for x86_64 in mb_copy.asm | Add missing sign extension for x86_64 in mb_copy.asm
This fixes running the code built for x86_64 OS X with Xcode 7.3.
| cisco/openh264,sijchen/openh264,cisco/openh264,ganyangbbl/openh264,huili2/openh264,sijchen/openh264,ganyangbbl/openh264,GuangweiWang/openh264,ruil2/openh264,PeterXu/openh264,GuangweiWang/openh264,cisco/openh264,mstorsjo/openh264,PeterXu/openh264,huili2/openh264,PeterXu/openh264,PeterXu/openh264,PeterXu/openh264,huili2/... | codec/common/x86/mb_copy.asm | bsd-2-clause | 1,458,807,642 | ;*!
;* \copy
;* Copyright (c) 2009-2013, Cisco Systems
;* All rights reserved.
;*
;* 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 abo... | ;*!
;* \copy
;* Copyright (c) 2009-2013, Cisco Systems
;* All rights reserved.
;*
;* 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 abo... |
a009153741ef3b6a789a546c33a814c002d75fb5 | [Common/x86] DeblockChromaEq4H_ssse3 optimizations | [Common/x86] DeblockChromaEq4H_ssse3 optimizations
Use packed 8-bit operations rather than unpack to 16-bit.
~5.80x speedup on Haswell (x86-64).
~1.69x speedup on Haswell (x86 32-bit).
| GuangweiWang/openh264,cisco/openh264,PeterXu/openh264,cisco/openh264,mstorsjo/openh264,sijchen/openh264,GuangweiWang/openh264,mstorsjo/openh264,huili2/openh264,huili2/openh264,ruil2/openh264,mstorsjo/openh264,sijchen/openh264,shihuade/openh264,sijchen/openh264,huili2/openh264,GuangweiWang/openh264,huili2/openh264,sijch... | codec/common/x86/deblock.asm | bsd-2-clause | 1,456,480,696 | ;*!
;* \copy
;* Copyright (c) 2009-2013, Cisco Systems
;* All rights reserved.
;*
;* 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 abo... | ;*!
;* \copy
;* Copyright (c) 2009-2013, Cisco Systems
;* All rights reserved.
;*
;* 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 abo... |
e96a7b5c92472d8c1e4baf044069aa72931411c2 | [Common/x86] DeblockChromaEq4V_ssse3 optimizations | [Common/x86] DeblockChromaEq4V_ssse3 optimizations
Use packed 8-bit operations rather than unpack to 16-bit.
Avoid spills.
~2.07x speedup on Haswell (x86-64).
~2.12x speedup on Haswell (x86 32-bit).
| ruil2/openh264,ruil2/openh264,PeterXu/openh264,cisco/openh264,shihuade/openh264,cisco/openh264,shihuade/openh264,PeterXu/openh264,ganyangbbl/openh264,shihuade/openh264,GuangweiWang/openh264,GuangweiWang/openh264,nfedera/cisco-openh264,sijchen/openh264,ruil2/openh264,ruil2/openh264,cisco/openh264,mstorsjo/openh264,sijch... | codec/common/x86/deblock.asm | bsd-2-clause | 1,455,498,483 | ;*!
;* \copy
;* Copyright (c) 2009-2013, Cisco Systems
;* All rights reserved.
;*
;* 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 abo... | ;*!
;* \copy
;* Copyright (c) 2009-2013, Cisco Systems
;* All rights reserved.
;*
;* 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 abo... |
fc1601058379affdd1cc3f6d1b3c3d4be7155edf | [Common/x86] DeblockChromaLt4V_ssse3 optimizations | [Common/x86] DeblockChromaLt4V_ssse3 optimizations
Use packed 8-bit operations rather than unpack to 16-bit.
Avoid spills.
~2.68x speedup on Haswell (x86-64).
~2.38x speedup on Haswell (x86 32-bit).
| sijchen/openh264,ruil2/openh264,huili2/openh264,cisco/openh264,ruil2/openh264,ganyangbbl/openh264,sijchen/openh264,GuangweiWang/openh264,GuangweiWang/openh264,cisco/openh264,nfedera/cisco-openh264,mstorsjo/openh264,ganyangbbl/openh264,shihuade/openh264,GuangweiWang/openh264,nfedera/cisco-openh264,cisco/openh264,ganyang... | codec/common/x86/deblock.asm | bsd-2-clause | 1,455,498,445 | ;*!
;* \copy
;* Copyright (c) 2009-2013, Cisco Systems
;* All rights reserved.
;*
;* 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 abo... | ;*!
;* \copy
;* Copyright (c) 2009-2013, Cisco Systems
;* All rights reserved.
;*
;* 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 abo... |
62fb37d0960afd5b98d76c0f05e8174a708120bc | [Common/x86] DeblockLumaEq4_ssse3 optimizations | [Common/x86] DeblockLumaEq4_ssse3 optimizations
Use packed 8-bit operations rather than unpack to 16-bit.
Minimize spills.
~2.31x speedup on Haswell (x86-64).
~2.40x speedup on Haswell (x86 32-bit).
| ganyangbbl/openh264,sijchen/openh264,GuangweiWang/openh264,shihuade/openh264,mstorsjo/openh264,cisco/openh264,GuangweiWang/openh264,ganyangbbl/openh264,cisco/openh264,shihuade/openh264,GuangweiWang/openh264,GuangweiWang/openh264,ganyangbbl/openh264,GuangweiWang/openh264,sijchen/openh264,PeterXu/openh264,mstorsjo/openh2... | codec/common/x86/deblock.asm | bsd-2-clause | 1,455,498,399 | ;*!
;* \copy
;* Copyright (c) 2009-2013, Cisco Systems
;* All rights reserved.
;*
;* 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 abo... | ;*!
;* \copy
;* Copyright (c) 2009-2013, Cisco Systems
;* All rights reserved.
;*
;* 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 abo... |
7486de28442fae3cb6c7a5fe87a30c9e2a80cac5 | [Encoder] AVX2 DCT tweaks | [Encoder] AVX2 DCT tweaks
Do some shuffling in load/store unpack/pack to save some
work in horizontal DCTs.
Use a few 128-bit broadcasts to compact data vectors a bit.
~1.04x speedup for the DCT case on Haswell.
~1.12x speedup for the IDCT case on Haswell.
| PeterXu/openh264,huili2/openh264,PeterXu/openh264,mstorsjo/openh264,sijchen/openh264,cisco/openh264,ruil2/openh264,ganyangbbl/openh264,ganyangbbl/openh264,nfedera/cisco-openh264,nfedera/cisco-openh264,shihuade/openh264,sijchen/openh264,huili2/openh264,sijchen/openh264,ruil2/openh264,cisco/openh264,sijchen/openh264,cisc... | codec/encoder/core/x86/dct.asm | bsd-2-clause | 1,454,430,168 | ;*!
;* \copy
;* Copyright (c) 2009-2013, Cisco Systems
;* All rights reserved.
;*
;* 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 abov... | ;*!
;* \copy
;* Copyright (c) 2009-2013, Cisco Systems
;* All rights reserved.
;*
;* 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 abov... |
e22d731f26ef34d5092a4533a0107f19f4caf2cb | [Encoder] yasm-compatible vinserti128 syntax in DCT asm | [Encoder] yasm-compatible vinserti128 syntax in DCT asm
| mstorsjo/openh264,ruil2/openh264,ruil2/openh264,shihuade/openh264,cisco/openh264,mstorsjo/openh264,ruil2/openh264,mstorsjo/openh264,PeterXu/openh264,shihuade/openh264,shihuade/openh264,nfedera/cisco-openh264,nfedera/cisco-openh264,ruil2/openh264,mstorsjo/openh264,ruil2/openh264,ganyangbbl/openh264,huili2/openh264,Peter... | codec/encoder/core/x86/dct.asm | bsd-2-clause | 1,453,236,503 | ;*!
;* \copy
;* Copyright (c) 2009-2013, Cisco Systems
;* All rights reserved.
;*
;* 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 abov... | ;*!
;* \copy
;* Copyright (c) 2009-2013, Cisco Systems
;* All rights reserved.
;*
;* 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 abov... |
144ff0fd5183633315922ad9954e0790e9ec704f | [Encoder] SSE2 4x4 IDCT optimizations | [Encoder] SSE2 4x4 IDCT optimizations
Use a combination of instruction types that distributes more
evenly across execution ports on common architectures.
Do the horizontal IDCT without transposing back and forth.
Minor tweaks.
~1.14x faster on Haswell. Should be faster on other architectures
as well.
| nfedera/cisco-openh264,huili2/openh264,GuangweiWang/openh264,ganyangbbl/openh264,ganyangbbl/openh264,GuangweiWang/openh264,ganyangbbl/openh264,cisco/openh264,sijchen/openh264,mstorsjo/openh264,shihuade/openh264,ruil2/openh264,cisco/openh264,PeterXu/openh264,GuangweiWang/openh264,ruil2/openh264,ganyangbbl/openh264,mstor... | codec/encoder/core/x86/dct.asm | bsd-2-clause | 1,453,205,549 | ;*!
;* \copy
;* Copyright (c) 2009-2013, Cisco Systems
;* All rights reserved.
;*
;* 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 abov... | ;*!
;* \copy
;* Copyright (c) 2009-2013, Cisco Systems
;* All rights reserved.
;*
;* 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 abov... |
991e344d8c62fc6523d150488b53dea5cdb6456c | [Encoder] SSE2 4x4 DCT optimizations | [Encoder] SSE2 4x4 DCT optimizations
Use a combination of instruction types that distributes more
evenly across execution ports on common architectures.
Do the horizontal DCT without transposing back and forth.
Minor tweaks.
~1.54x faster on Haswell. Should be faster on other architectures
as well.
| shihuade/openh264,PeterXu/openh264,huili2/openh264,shihuade/openh264,cisco/openh264,ruil2/openh264,ganyangbbl/openh264,cisco/openh264,huili2/openh264,PeterXu/openh264,GuangweiWang/openh264,huili2/openh264,GuangweiWang/openh264,ruil2/openh264,nfedera/cisco-openh264,nfedera/cisco-openh264,cisco/openh264,huili2/openh264,s... | codec/encoder/core/x86/dct.asm | bsd-2-clause | 1,453,205,548 | ;*!
;* \copy
;* Copyright (c) 2009-2013, Cisco Systems
;* All rights reserved.
;*
;* 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 abov... | ;*!
;* \copy
;* Copyright (c) 2009-2013, Cisco Systems
;* All rights reserved.
;*
;* 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 abov... |
08c73c4686e3c9e367c9f29672c6653d0201bea8 | Use IRQ-driven raw KB API to show hexcodes. | Use IRQ-driven raw KB API to show hexcodes.
This is for development of the ASCII routines. I need this to discover
the codes delivered by the emulated hardware for shift down and up,
control down and up, etc.
| sam-falvo/kestrel,sam-falvo/kestrel,KestrelComputer/kestrel,sam-falvo/kestrel,KestrelComputer/kestrel,KestrelComputer/kestrel,KestrelComputer/kestrel,sam-falvo/kestrel,sam-falvo/kestrel,KestrelComputer/kestrel | 3/src/bios/bios.asm | mpl-2.0 | 1,451,623,185 | ; Kestrel-3 BIOS (Basic Input/Output System)
; Copyright (C) 2015 Samuel A. Falvo II
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
include "bios.inc.asm"
inclu... | ; Kestrel-3 BIOS (Basic Input/Output System)
; Copyright (C) 2015 Samuel A. Falvo II
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
include "bios.inc.asm"
inclu... |
b859d70d4a04db2e3b39b5c86cb6750d3c5b9593 | bn/asm/bn-c64xplus.asm: update commentary. | bn/asm/bn-c64xplus.asm: update commentary.
Reviewed-by: Rich Salz <c04971a99e5a9ee80eaab4b1deb37e845b0bd697@openssl.org>
| openssl/openssl,openssl/openssl,openssl/openssl,openssl/openssl,openssl/openssl,openssl/openssl,openssl/openssl | crypto/bn/asm/bn-c64xplus.asm | apache-2.0 | 1,450,776,603 | ;;====================================================================
;; Written by Andy Polyakov <appro@openssl.org> for the OpenSSL
;; project.
;;
;; Rights for redistribution and usage in source and binary forms are
;; granted according to the OpenSSL license. Warranty of any kind is
;; disclaimed.
;;==============... | ;;====================================================================
;; Written by Andy Polyakov <appro@openssl.org> for the OpenSSL
;; project.
;;
;; Rights for redistribution and usage in source and binary forms are
;; granted according to the OpenSSL license. Warranty of any kind is
;; disclaimed.
;;==============... |
50d1993d0b2a83f744a016f79eba020f8c6cdcad | Emulate 11px font height, as Kestrel-2 used | Emulate 11px font height, as Kestrel-2 used
| sam-falvo/kestrel,sam-falvo/kestrel,KestrelComputer/kestrel,sam-falvo/kestrel,KestrelComputer/kestrel,sam-falvo/kestrel,KestrelComputer/kestrel,KestrelComputer/kestrel,sam-falvo/kestrel,KestrelComputer/kestrel | 3/src/stsv1/m2.asm | mpl-2.0 | 1,449,476,371 | ; Milestone-2 port for Kestrel-3 ROM Filesystem.
;
; Since this code is sharing space with other ROM-resident firmware,
; all symbols defined for Milestone-2 are prefixed with 'm2'. Sorry.
; I think my next assembler will have actual namespace support.
rombase = $FFFFFFFFFFF00000
include "stsapi.inc"
; Foreign co... | ; Milestone-2 port for Kestrel-3 ROM Filesystem.
;
; Since this code is sharing space with other ROM-resident firmware,
; all symbols defined for Milestone-2 are prefixed with 'm2'. Sorry.
; I think my next assembler will have actual namespace support.
rombase = $FFFFFFFFFFF00000
include "stsapi.inc"
; Foreign co... |
15bc442b88cde1f20c941dd76168f6e6502db264 | Open specified file, read nslides | Open specified file, read nslides
| KestrelComputer/kestrel,KestrelComputer/kestrel,sam-falvo/kestrel,sam-falvo/kestrel,sam-falvo/kestrel,sam-falvo/kestrel,KestrelComputer/kestrel,sam-falvo/kestrel,KestrelComputer/kestrel,KestrelComputer/kestrel | 3/src/stsv1/m2.asm | mpl-2.0 | 1,449,387,411 | ; Milestone-2 port for Kestrel-3 ROM Filesystem.
;
; Since this code is sharing space with other ROM-resident firmware,
; all symbols defined for Milestone-2 are prefixed with 'm2'. Sorry.
; I think my next assembler will have actual namespace support.
rombase = $FFFFFFFFFFF00000
include "stsapi.inc"
; Foreign co... | ; Milestone-2 port for Kestrel-3 ROM Filesystem.
;
; Since this code is sharing space with other ROM-resident firmware,
; all symbols defined for Milestone-2 are prefixed with 'm2'. Sorry.
; I think my next assembler will have actual namespace support.
rombase = $FFFFFFFFFFF00000
include "stsapi.inc"
; Foreign co... |
e8022620caba3bae31f49956eb384824b3e5f4a2 | Fixed ld/lh bugs in m2 | Fixed ld/lh bugs in m2
| KestrelComputer/kestrel,sam-falvo/kestrel,KestrelComputer/kestrel,sam-falvo/kestrel,sam-falvo/kestrel,KestrelComputer/kestrel,KestrelComputer/kestrel,sam-falvo/kestrel,sam-falvo/kestrel,KestrelComputer/kestrel | 3/src/stsv1/m2.asm | mpl-2.0 | 1,449,277,119 | ; Milestone-2 port for Kestrel-3 ROM Filesystem.
;
; Since this code is sharing space with other ROM-resident firmware,
; all symbols defined for Milestone-2 are prefixed with 'm2'. Sorry.
; I think my next assembler will have actual namespace support.
rombase = $FFFFFFFFFFF00000
include "stsapi.inc"
; Foreign co... | ; Milestone-2 port for Kestrel-3 ROM Filesystem.
;
; Since this code is sharing space with other ROM-resident firmware,
; all symbols defined for Milestone-2 are prefixed with 'm2'. Sorry.
; I think my next assembler will have actual namespace support.
rombase = $FFFFFFFFFFF00000
include "stsapi.inc"
; Foreign co... |
3bf994b7340f19168bce1b38c0d8b713a30e29fd | setup paging | setup paging
| cdai/minios,cdai/minios,cdai/minios | system/init/head.asm | apache-2.0 | 1,444,981,075 |
%include "var.inc"
%include "pm.inc"
extern main
global startup_32
pdt:
[SECTION .text]
ALIGN 32
[BITS 32]
startup_32:
mov ax, 16 ; SelectorData
mov ds, ax
mov es, ax
mov ss, ax
mov esp, TopOfStack
; 1) Print welcome message
mov ax, 24 ; SelectorVideo
mov gs, ax
mov ah, 0Ch
mov e... |
%include "var.inc"
%include "pm.inc"
extern main
global startup_32
pg_dir:
[SECTION .text]
ALIGN 32
[BITS 32]
startup_32:
mov ax, 16 ; SelectorData
mov ds, ax
mov es, ax
; 1) Print welcome message
mov ax, 24 ; SelectorVideo
mov gs, ax
mov ah, 0Ch
mov ebx, 0
mov ecx, len
mov edx, ... |
f85575839a8c92389017ebf35165eea2a8adbdb8 | fix load system bug, simplify by reading once | fix load system bug, simplify by reading once
| cdai/minios,cdai/minios,cdai/minios | boot1/bootsect.asm | apache-2.0 | 1,444,964,722 |
%include "var.inc"
; ############################
; Booting Process
; ############################
org 07c00h
; 1) Move bootsect to 0x90000
mov ax, BOOTSEG
mov ds, ax
mov ax, INITSEG
mov es, ax
mov cx, 256 ; cx = counter
xor si, si ; ds:si = source
xor di, di ; es:di = target
rep movsw ... |
%include "var.inc"
; ############################
; Booting Process
; ############################
org 07c00h
; 1) Move bootsect to 0x90000
mov ax, BOOTSEG
mov ds, ax
mov ax, INITSEG
mov es, ax
mov cx, 256 ; cx = counter
xor si, si ; ds:si = source
xor di, di ; es:di = target
rep movsw ... |
e0ac38637ef08fb15c8ee955fa545e2212ec7ef0 | read mem size | read mem size
| cdai/minios,cdai/minios,cdai/minios | boot2/setup.asm | apache-2.0 | 1,444,786,783 |
%include "var.inc"
%include "pm.inc"
; ############################
; Booting Process
; ############################
[SECTION .s16]
[BITS 16]
LABEL_BEGIN:
; 1) Read memory info from BIOS
mov ax, INITSEG
mov ds, ax ; save to bootsect space
mov ah, 0x88
int 0x15
mov [0], ax ; ax=3c00h (15360kb=15mb)
... |
%include "var.inc"
%include "pm.inc"
; ############################
; Booting Process
; ############################
[SECTION .s16]
[BITS 16]
LABEL_BEGIN:
; 1) Read from BIOS
; 2) Move system to 0x0000
mov ax, SYSSEG
mov ds, ax
mov ax, NEWSYSSEG
mov es, ax
mov cx, 1000h ; cx = counter
xor si, si ... |
0c2f601a8e6461c77f2ea83729aa2c576a9ded29 | read mem size | read mem size
| cdai/minios,cdai/minios,cdai/minios | boot2/setup.asm | apache-2.0 | 1,444,746,959 |
; ############################
; Constants & Macro
; ############################
SYSSEG equ 0x1000
NEWSYSSEG equ 0x0000
; 描述符类型
DA_32 equ 4000h ; 32 位段
DA_LIMIT_4K equ 8000h ; 段界限粒度为 4K 字节
; 存储段描述符类型
DA_DR equ 90h ; 存在的只读数据段类型值
DA_DRW equ 92h ; 存在的可读写数据段属性值
DA_C equ 98h ; 存在的只执行代码段属性值
DA_CR equ 9Ah ; 存在的... |
; ############################
; Constants & Macro
; ############################
SYSSEG equ 0x1000
NEWSYSSEG equ 0x0000
; 描述符类型
DA_32 equ 4000h ; 32 位段
DA_LIMIT_4K equ 8000h ; 段界限粒度为 4K 字节
; 存储段描述符类型
DA_DR equ 90h ; 存在的只读数据段类型值
DA_DRW equ 92h ; 存在的可读写数据段属性值
DA_C equ 98h ; 存在的只执行代码段属性值
DA_CR equ 9Ah ; 存在的... |
53cf5df96236ddd1967fba16205cc812efb8c1af | fix ds,es not init bug at head.asm | fix ds,es not init bug at head.asm
| cdai/minios,cdai/minios,cdai/minios | system/init/head.asm | apache-2.0 | 1,444,727,807 |
[section .data]
;[section .text]
global startup_32
[SECTION .text]
ALIGN 32
[BITS 32]
startup_32:
mov ax, 16
mov ds, ax
mov es, ax
mov ax, 24 ; SelectorVideo
mov gs, ax
mov ah, 0Ch
mov ebx, 0
mov ecx, len
mov edx, Message
.loop:
mov edi, ebx
add edi, (80 * 20) ; (80... |
[section .data]
;[section .text]
global startup_32
[SECTION .text]
ALIGN 32
[BITS 32]
startup_32:
mov ax, 24 ; SelectorVideo
mov gs, ax
mov ah, 0Ch
mov ebx, 0
mov ecx, len
mov edx, Message
.loop:
mov edi, ebx
add edi, (80 * 20) ; (80 * row + col) * 2
imul edi, 2
mo... |
efc57c1560df49a6c428e2da11701c71b9b20144 | AUIPC errors | AUIPC errors
| KestrelComputer/kestrel,sam-falvo/kestrel,sam-falvo/kestrel,KestrelComputer/kestrel,sam-falvo/kestrel,KestrelComputer/kestrel,sam-falvo/kestrel,sam-falvo/kestrel,KestrelComputer/kestrel,KestrelComputer/kestrel | 3/src/forth/tests/oint.asm | mpl-2.0 | 1,442,161,805 | ; The interpreter should be able to handle a zero-length line of input.
setup_emptyLine:
sd x0, zpLineLength(x0)
sd x0, zpError(x0)
sd x0, zpCalled(x0)
sd x0, zpWordFound(x0)
s_eL0: auipc t0, 0
addi t0, t0, s_eL__epv-s_eL0
sd t0, zpV(x0)
jalr x0, 0(ra)
s_eL__epv: jal x0, ep_emptyLine_ointGetAndInterpre... | ; The interpreter should be able to handle a zero-length line of input.
setup_emptyLine:
sd x0, zpLineLength(x0)
sd x0, zpError(x0)
sd x0, zpCalled(x0)
sd x0, zpWordFound(x0)
auipc t0, 0
s_eL0: addi t0, t0, s_eL__epv-s_eL0
sd t0, zpV(x0)
jalr x0, 0(ra)
s_eL__epv: jal x0, ep_emptyLine_ointGetAndInterpre... |
bb5d6884f5f6762d562b71e86c2f6d37c5b2eea2 | Support exiting from emulator when tests complete. | Support exiting from emulator when tests complete.
| sam-falvo/kestrel,sam-falvo/kestrel,KestrelComputer/kestrel,KestrelComputer/kestrel,sam-falvo/kestrel,KestrelComputer/kestrel,KestrelComputer/kestrel,KestrelComputer/kestrel,sam-falvo/kestrel,sam-falvo/kestrel | 3/src/forth/asrt.asm | mpl-2.0 | 1,442,160,219 | ; Cold boot entry point.
;
; A0 must, when rounded up to a multiple of eight, point to a table of tests to run.
; See documentation for asrtRunI and asrtRun for more information.
align 8
asrtBoot: or x0, x0, x0
jal ra, L1
dword $0E00000000000000 ; Pointer to debugger UART registers
dword uboundRS ; Initial... | ; Cold boot entry point.
;
; A0 must, when rounded up to a multiple of eight, point to a table of tests to run.
; See documentation for asrtRunI and asrtRun for more information.
align 8
asrtBoot: or x0, x0, x0
jal ra, L1
dword $0E00000000000000 ; Pointer to debugger UART registers
dword uboundRS ; Initial... |
804952978e4de33d97b33395585599fe50c12ad1 | comment fixes | comment fixes
| utz82/pcmplay,utz82/pcmplay,utz82/pcmplay,utz82/pcmplay | main.asm | bsd-3-clause | 1,441,868,212 | ; PCMplay 1.0
; 4 channel pcm sound player for CoCo/Dragon computers
; by utz 09'2015 * http://irrlichtproject.de
;
; Copyright (c) 2015, utz / irrlicht project
; All rights reserved.
;
; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided that the following condit... | ; PCMplay 1.0
; 4 channel pcm sound player for CoCo/Dragon computers
; by utz 09'2015 * http://irrlichtproject.de
;
; Copyright (c) 2015, utz / irrlicht project
; All rights reserved.
;
; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided that the following condit... |
e320719ffcfe6eaf50ef3c4e96a9cd721314d6a3 | Add useful tools to assert package | Add useful tools to assert package
| KestrelComputer/kestrel,sam-falvo/kestrel,sam-falvo/kestrel,KestrelComputer/kestrel,KestrelComputer/kestrel,KestrelComputer/kestrel,KestrelComputer/kestrel,sam-falvo/kestrel,sam-falvo/kestrel,sam-falvo/kestrel | 3/src/forth/asrt.asm | mpl-2.0 | 1,440,620,471 | ; Cold boot entry point.
;
; A0 must, when rounded up to a multiple of eight, point to a table of tests to run.
; See documentation for asrtRunI and asrtRun for more information.
align 8
asrtBoot: or x0, x0, x0
jal ra, L1
dword $0E00000000000000 ; Pointer to debugger UART registers
dword uboundRS ; Initial... | ; Cold boot entry point.
;
; A0 must, when rounded up to a multiple of eight, point to a table of tests to run.
; See documentation for asrtRunI and asrtRun for more information.
align 8
asrtBoot: or x0, x0, x0
jal ra, L1
dword $0E00000000000000 ; Pointer to debugger UART registers
dword uboundRS ; Initial... |
e0055f7924a968ad3d93fa751e1a3304ff91ed55 | Use build-in CRC peripheral for bytes+bits CRC | Use build-in CRC peripheral for bytes+bits CRC
| martijnvandermarel/wisp5,wisp/wisp5,martijnvandermarel/wisp5,wisp/wisp5,ivarveen/wisp5,ivarveen/wisp5,martijnvandermarel/wisp5,ivarveen/wisp5,martijnvandermarel/wisp5,wisp/wisp5,ivarveen/wisp5 | CCS/wisp-base/Math/crc16_ccitt.asm | bsd-2-clause | 1,440,572,036 | ;Taken from SLAA221 app note on look up table methods.
;C callable assembly, file: _crc_algs.s43
;arg1 > [R13:]R12, arg2 > [R15:]R14, others stack
;result > [R13:]R12
;R0:R2, system registers
;R3 constant generator
;R4:R5, reserved for ROM monitor mode, else GP
;R6:R11, 6 general purpose registers
;R12:R... | ;Taken from SLAA221 app note on look up table methods.
;C callable assembly, file: _crc_algs.s43
;arg1 > [R13:]R12, arg2 > [R15:]R14, others stack
;result > [R13:]R12
;R0:R2, system registers
;R3 constant generator
;R4:R5, reserved for ROM monitor mode, else GP
;R6:R11, 6 general purpose registers
;R12:R... |
18f77d69ad41b03a31491430914717d826e9b7dc | Use build-in CRC peripheral | Use build-in CRC peripheral
| ivarveen/wisp5,martijnvandermarel/wisp5,wisp/wisp5,ivarveen/wisp5,wisp/wisp5,wisp/wisp5,ivarveen/wisp5,martijnvandermarel/wisp5,martijnvandermarel/wisp5,ivarveen/wisp5,martijnvandermarel/wisp5 | CCS/wisp-base/Math/crc16_ccitt.asm | bsd-2-clause | 1,440,502,125 | ;Taken from SLAA221 app note on look up table methods.
;C callable assembly, file: _crc_algs.s43
;arg1 > [R13:]R12, arg2 > [R15:]R14, others stack
;result > [R13:]R12
;R0:R2, system registers
;R3 constant generator
;R4:R5, reserved for ROM monitor mode, else GP
;R6:R11, 6 general purpose registers
;R12:R... | ;Taken from SLAA221 app note on look up table methods.
;C callable assembly, file: _crc_algs.s43
;arg1 > [R13:]R12, arg2 > [R15:]R14, others stack
;result > [R13:]R12
;R0:R2, system registers
;R3 constant generator
;R4:R5, reserved for ROM monitor mode, else GP
;R6:R11, 6 general purpose registers
;R12:R... |
9a5d656e904ffa2f71fbdb48000387bf3fa4050b | Some comments in the RX_ISR editted | Some comments in the RX_ISR editted
| ivarveen/wisp5,BastiaanGrisel/wisp5,BastiaanGrisel/wisp5,wisp/wisp5,martijnvandermarel/wisp5,ivarveen/wisp5,mchesser/wisp5,ivarveen/wisp5,wisp/wisp5,wisp/wisp5,martijnvandermarel/wisp5,martijnvandermarel/wisp5,ivarveen/wisp5,BastiaanGrisel/wisp5,BastiaanGrisel/wisp5,mchesser/wisp5,martijnvandermarel/wisp5,mchesser/wisp... | CCS/wisp-base/RFID/RX_ISR.asm | bsd-2-clause | 1,440,095,234 | ;/************************************************************************************************************************************
;* PORT 1 ISR (Starting a Command Receive)
;* Here starts the hard real time stuff.
;* MCLK is 16 MHz (See Clocking.asm) -> 0.0625 us per c... | ;/************************************************************************************************************************************
;* PORT 1 ISR (Starting a Command Receive)
;* Here starts the hard real time stuff.
;* MCLK is 16 MHz (See Clocking.asm) -> 0.0625 us per c... |
ebff184cfaa74f33bcb7986cc6847a73f34f9e56 | Fix #8 | Fix #8
Bad decimal to binary conversion caused reading/writing of the wrong 4K
sector (since the driver still uses 512B sectors).
| ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel,firebitsbr/BareMetal-kernel,ReturnInfinity/BareMetal-kernel,firebitsbr/BareMetal-kernel | src/x86-64/syscalls/disk.asm | bsd-2-clause | 1,439,917,388 | ; =============================================================================
; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems
; Copyright (C) 2008-2015 Return Infinity -- see LICENSE.TXT
;
; Disk Block Storage Functions
; =============================================================================
... | ; =============================================================================
; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems
; Copyright (C) 2008-2015 Return Infinity -- see LICENSE.TXT
;
; Disk Block Storage Functions
; =============================================================================
... |
8dd4e47ce681a06ad1e744ccd31aa4c11fbe0bf7 | ajustado comentarios | ajustado comentarios
| douglasbolis/OacTrabalho,douglasbolis/OacTrabalho | assembly/Problema3.asm | apache-2.0 | 1,438,574,204 | ;; PROBLEMA1.ASM
ORG 100H
CALL MAIN
RET
PROC LEIA_VARIAVEIS
;LENDO O NUMERO
PUSH AX
LEA DX, MSG_NUM ; ARMAZENA ARRAY NO DX PARA SER UTILIZADO NO READ
CALL READ ; procedimento responsavel pela leitura dos numeros em array até que ocorra o enter
POP CX
MOV AL, READNUM
RET
ENDP
; FUNCIONAMEN... | ;; PROBLEMA1.ASM
ORG 100H
CALL MAIN
RET
PROC LEIA_VARIAVEIS
;LENDO O NUMERO
PUSH AX
LEA DX, MSG_NUM ; ARMAZENA ARRAY NO DX PARA SER UTILIZADO NO READ
CALL READ
POP CX
MOV AL, READNUM
RET
ENDP
; FUNCIONAMENTO : O PROCEDIMENTO LE DOIS NUMEROS , MULTIPLICA O PRIMEIRO POR 10 E SOMA COM O SEGU... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.