id stringlengths 22 129 | text stringlengths 60 19.5k | arch stringclasses 9
values | syntax stringclasses 5
values | kind stringclasses 4
values | repo stringclasses 32
values | path stringlengths 7 108 | license stringclasses 10
values | commit stringlengths 40 40 | source_host stringclasses 1
value | category stringclasses 15
values | source_url stringlengths 85 192 | line_start int64 1 5.48k | line_end int64 4 5.5k |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Terraspace/UASM:x64/Release/mangle.asm:20 | mov rsi, rdx
mov rbp, rcx
; 1386 : int const _Result = __stdio_common_vsprintf(
call __local_stdio_printf_options
mov r9, rdi
mov r8, rsi
mov rdx, rbp
mov rcx, QWORD PTR [rax]
mov rax, QWORD PTR _ArgList$[rsp]
or rcx, 1
mov QWORD PTR [rsp+40], rax
mov QWORD PTR [rsp+32], rbx
call __stdio_common_vsprint... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/mangle.asm | Apache-2.0 | 17413bab2400c29ab34e6d2fd2427efa2c6eb1d3 | github | assembler | https://github.com/Terraspace/UASM/blob/17413bab2400c29ab34e6d2fd2427efa2c6eb1d3/x64/Release/mangle.asm | 761 | 810 |
Terraspace/UASM:x64/Release/mangle.asm:21 | ; 75 : return &_OptionsStorage;
lea rax, OFFSET FLAT:?_OptionsStorage@?1??__local_stdio_printf_options@@9@9 ; `__local_stdio_printf_options'::`2'::_OptionsStorage
; 76 : }
ret 0
__local_stdio_printf_options ENDP
_TEXT ENDS
END | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/mangle.asm | Apache-2.0 | 17413bab2400c29ab34e6d2fd2427efa2c6eb1d3 | github | assembler | https://github.com/Terraspace/UASM/blob/17413bab2400c29ab34e6d2fd2427efa2c6eb1d3/x64/Release/mangle.asm | 801 | 810 |
Terraspace/UASM:x64/Release/mangle.asm:1 | ; Listing generated by Microsoft (R) Optimizing Compiler Version 19.00.23026.0
include listing.inc
INCLUDELIB LIBCMT
INCLUDELIB OLDNAMES
_DATA SEGMENT
COMM decoflags:BYTE
COMM broadflags:BYTE
_DATA ENDS
_DATA SEGMENT
$SG10649 DB '_%s@%d', 00H
ORG $+1
$SG10656 DB '@%s@%u', 00H
_DATA ENDS
PUBLIC __local_stdio_printf_... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/mangle.asm | Apache-2.0 | 8620efda0299123d1e80a37337b2d5ecea45ed1b | github | assembler | https://github.com/Terraspace/UASM/blob/8620efda0299123d1e80a37337b2d5ecea45ed1b/x64/Release/mangle.asm | 1 | 60 |
Terraspace/UASM:x64/Release/mangle.asm:2 | pdata ENDS
; COMDAT pdata
pdata SEGMENT
$pdata$sprintf DD imagerel $LN8
DD imagerel $LN8+90
DD imagerel $unwind$sprintf
pdata ENDS
pdata SEGMENT
$pdata$ow_decorate DD imagerel ow_decorate
DD imagerel ow_decorate+149
DD imagerel $unwind$ow_decorate
$pdata$ms64_decorate DD imagerel ms64_decorate
DD imagerel ms64_dec... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/mangle.asm | Apache-2.0 | 8620efda0299123d1e80a37337b2d5ecea45ed1b | github | assembler | https://github.com/Terraspace/UASM/blob/8620efda0299123d1e80a37337b2d5ecea45ed1b/x64/Release/mangle.asm | 41 | 100 |
Terraspace/UASM:x64/Release/mangle.asm:3 | $unwind$VoidMangler DD 020601H
DD 030023206H
$unwind$UCaseMangler DD 040a01H
DD 06340aH
DD 07006320aH
$unwind$UScoreMangler DD 020601H
DD 030023206H
$unwind$StdcallMangler DD 020601H
DD 030023206H
xdata ENDS
; COMDAT xdata
xdata SEGMENT
$unwind$sprintf DD 041601H
DD 070125216H
DD 030106011H
xdata ENDS
; COMDAT x... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/mangle.asm | Apache-2.0 | 8620efda0299123d1e80a37337b2d5ecea45ed1b | github | assembler | https://github.com/Terraspace/UASM/blob/8620efda0299123d1e80a37337b2d5ecea45ed1b/x64/Release/mangle.asm | 81 | 140 |
Terraspace/UASM:x64/Release/mangle.asm:4 | push rbx
sub rsp, 32 ; 00000020H
; 104 : const struct dsym *dir = (struct dsym *)sym;
; 105 :
; 106 : if( Options.stdcall_decoration == STDCALL_FULL && sym->isproc ) {
cmp BYTE PTR Options+118, 0
mov r10, rdx
mov rbx, rcx
jne SHORT $LN2@StdcallMan
test BYTE PTR [rcx+41], 8
je SHORT $LN2@StdcallM... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/mangle.asm | Apache-2.0 | 8620efda0299123d1e80a37337b2d5ecea45ed1b | github | assembler | https://github.com/Terraspace/UASM/blob/8620efda0299123d1e80a37337b2d5ecea45ed1b/x64/Release/mangle.asm | 121 | 180 |
Terraspace/UASM:x64/Release/mangle.asm:5 | mov rdx, QWORD PTR [rbx+8]
inc eax
movsxd r8, eax
call memcpy
movzx eax, BYTE PTR [rbx+72]
inc eax
; 110 : }
; 111 : }
add rsp, 32 ; 00000020H
pop rbx
ret 0
StdcallMangler ENDP
_TEXT ENDS
; Function compile flags: /Ogtpy
; File d:\hjwasm\hjwasm2.13.1s\hjwasm2.13.1s\mangle.c
_TEXT SEGMENT
sym$ = 48
b... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/mangle.asm | Apache-2.0 | 8620efda0299123d1e80a37337b2d5ecea45ed1b | github | assembler | https://github.com/Terraspace/UASM/blob/8620efda0299123d1e80a37337b2d5ecea45ed1b/x64/Release/mangle.asm | 161 | 220 |
Terraspace/UASM:x64/Release/mangle.asm:6 | ; 95 : return( sym->name_size + 1 );
movzx eax, BYTE PTR [rbx+72]
inc eax
; 96 : }
add rsp, 32 ; 00000020H
pop rbx
ret 0
UScoreMangler ENDP
_TEXT ENDS
; Function compile flags: /Ogtpy
; File d:\hjwasm\hjwasm2.13.1s\hjwasm2.13.1s\mangle.c
_TEXT SEGMENT
sym$ = 48
buffer$ = 56
UCaseMangler PROC
; 82 ... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/mangle.asm | Apache-2.0 | 8620efda0299123d1e80a37337b2d5ecea45ed1b | github | assembler | https://github.com/Terraspace/UASM/blob/8620efda0299123d1e80a37337b2d5ecea45ed1b/x64/Release/mangle.asm | 201 | 260 |
Terraspace/UASM:x64/Release/mangle.asm:7 | call _strupr
; 85 : return( sym->name_size );
movzx eax, BYTE PTR [rdi+72]
; 86 : }
mov rbx, QWORD PTR [rsp+48]
add rsp, 32 ; 00000020H
pop rdi
ret 0
UCaseMangler ENDP
_TEXT ENDS
; Function compile flags: /Ogtpy
; File d:\hjwasm\hjwasm2.13.1s\hjwasm2.13.1s\mangle.c
_TEXT SEGMENT
sym$ = 48
buffer$ =... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/mangle.asm | Apache-2.0 | 8620efda0299123d1e80a37337b2d5ecea45ed1b | github | assembler | https://github.com/Terraspace/UASM/blob/8620efda0299123d1e80a37337b2d5ecea45ed1b/x64/Release/mangle.asm | 241 | 300 |
Terraspace/UASM:x64/Release/mangle.asm:8 | ; 76 : }
add rsp, 32 ; 00000020H
pop rbx
ret 0
VoidMangler ENDP
_TEXT ENDS
; Function compile flags: /Ogtpy
; File d:\hjwasm\hjwasm2.13.1s\hjwasm2.13.1s\mangle.c
_TEXT SEGMENT
sym$ = 48
buffer$ = 56
ms64_decorate PROC
; 175 : {
push rbx
sub rsp, 32 ; 00000020H
; 176 : memcpy( buffer, sym->name,... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/mangle.asm | Apache-2.0 | 8620efda0299123d1e80a37337b2d5ecea45ed1b | github | assembler | https://github.com/Terraspace/UASM/blob/8620efda0299123d1e80a37337b2d5ecea45ed1b/x64/Release/mangle.asm | 281 | 340 |
Terraspace/UASM:x64/Release/mangle.asm:9 | ms64_decorate ENDP
_TEXT ENDS
; Function compile flags: /Ogtpy
; File d:\hjwasm\hjwasm2.13.1s\hjwasm2.13.1s\mangle.c
_TEXT SEGMENT
sym$ = 48
buffer$ = 56
ow_decorate PROC
; 137 : {
mov QWORD PTR [rsp+8], rbx
mov QWORD PTR [rsp+16], rbp
mov QWORD PTR [rsp+24], rsi
push rdi
sub rsp, 32 ; 00000020H
; 138 : ... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/mangle.asm | Apache-2.0 | 8620efda0299123d1e80a37337b2d5ecea45ed1b | github | assembler | https://github.com/Terraspace/UASM/blob/8620efda0299123d1e80a37337b2d5ecea45ed1b/x64/Release/mangle.asm | 321 | 380 |
Terraspace/UASM:x64/Release/mangle.asm:10 | mov edi, 1
cmp ecx, 192 ; 000000c0H
jne SHORT $LN2@ow_decorat
$LN6@ow_decorat:
; 145 : case MT_NEAR:
; 146 : case MT_FAR:
; 147 : case MT_EMPTY:
; 148 : changes |= USCORE_BACK;
mov edi, 2
$LN2@ow_decorat:
; 152 : }
; 153 : }
; 154 :
; 155 : name = buf... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/mangle.asm | Apache-2.0 | 8620efda0299123d1e80a37337b2d5ecea45ed1b | github | assembler | https://github.com/Terraspace/UASM/blob/8620efda0299123d1e80a37337b2d5ecea45ed1b/x64/Release/mangle.asm | 361 | 420 |
Terraspace/UASM:x64/Release/mangle.asm:11 | ; 160 : name += sym->name_size;
movzx ecx, BYTE PTR [rbp+72]
add rbx, rcx
; 161 : if( changes & USCORE_BACK ) {
test dil, 2
je SHORT $LN9@ow_decorat
; 162 : *name++ = '_';
mov BYTE PTR [rbx], 95 ; 0000005fH
inc rbx
; 163 : *name = NULLC;
mov BYTE PTR [rbx], 0
$LN9@ow_decorat:... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/mangle.asm | Apache-2.0 | 8620efda0299123d1e80a37337b2d5ecea45ed1b | github | assembler | https://github.com/Terraspace/UASM/blob/8620efda0299123d1e80a37337b2d5ecea45ed1b/x64/Release/mangle.asm | 401 | 460 |
Terraspace/UASM:x64/Release/mangle.asm:12 | ms32_decorate PROC
; 118 : return ( sprintf( buffer, "@%s@%u", sym->name, ((struct dsym *)sym)->e.procinfo->parasize ) );
mov rax, QWORD PTR [rcx+96]
mov r10, rdx
mov r8, QWORD PTR [rcx+8]
lea rdx, OFFSET FLAT:$SG10656
mov rcx, r10
mov r9d, DWORD PTR [rax+32]
jmp sprintf
ms32_decorate ENDP
_TEXT ENDS
; Fu... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/mangle.asm | Apache-2.0 | 8620efda0299123d1e80a37337b2d5ecea45ed1b | github | assembler | https://github.com/Terraspace/UASM/blob/8620efda0299123d1e80a37337b2d5ecea45ed1b/x64/Release/mangle.asm | 441 | 500 |
Terraspace/UASM:x64/Release/mangle.asm:13 | ; 267 : } else if( sym->mangler == NULL ) {
; 268 : sym->mangler = mangler;
; 269 : } else if( sym->mangler != mangler ) {
; 270 : EmitErr( CONFLICTING_MANGLER, sym->name );
; 271 : }
; 272 : #endif
; 273 : }
ret 0
SetMangler ENDP
_TEXT ENDS
; Function compile flags: /Ogtpy
; File d... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/mangle.asm | Apache-2.0 | 8620efda0299123d1e80a37337b2d5ecea45ed1b | github | assembler | https://github.com/Terraspace/UASM/blob/8620efda0299123d1e80a37337b2d5ecea45ed1b/x64/Release/mangle.asm | 481 | 540 |
Terraspace/UASM:x64/Release/mangle.asm:14 | lea rax, OFFSET FLAT:UScoreMangler
cmovne rax, rcx
; 242 : break;
; 243 : }
; 244 : #if MANGLERSUPP
; 245 : sym->mangler = mangler;
; 246 : #endif
; 247 : return( mangler( sym, buffer ) );
mov rcx, r8
rex_jmp rax
$LN6@Mangle:
; 219 : break;
; 220 : case LANG_SYSCALL:
; 221 ... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/mangle.asm | Apache-2.0 | 8620efda0299123d1e80a37337b2d5ecea45ed1b | github | assembler | https://github.com/Terraspace/UASM/blob/8620efda0299123d1e80a37337b2d5ecea45ed1b/x64/Release/mangle.asm | 521 | 580 |
Terraspace/UASM:x64/Release/mangle.asm:15 | ; 228 : case LANG_BASIC:
; 229 : mangler = UCaseMangler;
lea rax, OFFSET FLAT:UCaseMangler
; 242 : break;
; 243 : }
; 244 : #if MANGLERSUPP
; 245 : sym->mangler = mangler;
; 246 : #endif
; 247 : return( mangler( sym, buffer ) );
mov rcx, r8
rex_jmp rax
$LN8@Mangle:
; 230 ... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/mangle.asm | Apache-2.0 | 8620efda0299123d1e80a37337b2d5ecea45ed1b | github | assembler | https://github.com/Terraspace/UASM/blob/8620efda0299123d1e80a37337b2d5ecea45ed1b/x64/Release/mangle.asm | 561 | 620 |
Terraspace/UASM:x64/Release/mangle.asm:16 | ; 239 : if( mangler == NULL )
; 240 : #endif
; 241 : mangler = VoidMangler;
lea rax, OFFSET FLAT:VoidMangler
; 242 : break;
; 243 : }
; 244 : #if MANGLERSUPP
; 245 : sym->mangler = mangler;
; 246 : #endif
; 247 : return( mangler( sym, buffer ) );
mov rcx, r8
rex_jm... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/mangle.asm | Apache-2.0 | 8620efda0299123d1e80a37337b2d5ecea45ed1b | github | assembler | https://github.com/Terraspace/UASM/blob/8620efda0299123d1e80a37337b2d5ecea45ed1b/x64/Release/mangle.asm | 601 | 660 |
Terraspace/UASM:x64/Release/mangle.asm:17 | mov QWORD PTR [rsp+16], rdx
mov QWORD PTR [rsp+24], r8
mov QWORD PTR [rsp+32], r9
push rbx
push rsi
push rdi
sub rsp, 48 ; 00000030H
mov rbx, rdx
; 1777 : int _Result;
; 1778 : va_list _ArgList;
; 1779 : __crt_va_start(_ArgList, _Format);
lea rsi, QWORD PTR _Format$[rsp+8]
mov rdi, rcx
; 178... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/mangle.asm | Apache-2.0 | 8620efda0299123d1e80a37337b2d5ecea45ed1b | github | assembler | https://github.com/Terraspace/UASM/blob/8620efda0299123d1e80a37337b2d5ecea45ed1b/x64/Release/mangle.asm | 641 | 700 |
Terraspace/UASM:x64/Release/mangle.asm:18 | add rsp, 48 ; 00000030H
pop rdi
pop rsi
pop rbx
ret 0
sprintf ENDP
_TEXT ENDS
; Function compile flags: /Ogtpy
; File c:\program files (x86)\windows kits\10\include\10.0.10150.0\ucrt\stdio.h
; COMDAT _vsprintf_l
_TEXT SEGMENT
_Buffer$ = 64
_Format$ = 72
_Locale$ = 80
_ArgList$ = 88
_vsprintf_l PROC ; COMDAT... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/mangle.asm | Apache-2.0 | 8620efda0299123d1e80a37337b2d5ecea45ed1b | github | assembler | https://github.com/Terraspace/UASM/blob/8620efda0299123d1e80a37337b2d5ecea45ed1b/x64/Release/mangle.asm | 681 | 740 |
Terraspace/UASM:x64/Release/mangle.asm:19 | mov rdx, rbp
mov rcx, QWORD PTR [rax]
or rcx, 1
call __stdio_common_vsprintf
; 1459 : #pragma warning(pop)
; 1460 : }
mov rbp, QWORD PTR [rsp+72]
test eax, eax
mov rsi, QWORD PTR [rsp+80]
cmovs eax, ebx
mov rbx, QWORD PTR [rsp+64]
add rsp, 48 ; 00000030H
pop rdi
ret 0
_vsprintf_l ENDP
_TEXT ENDS
; ... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/mangle.asm | Apache-2.0 | 8620efda0299123d1e80a37337b2d5ecea45ed1b | github | assembler | https://github.com/Terraspace/UASM/blob/8620efda0299123d1e80a37337b2d5ecea45ed1b/x64/Release/mangle.asm | 721 | 780 |
Terraspace/UASM:x64/Release/mangle.asm:20 | mov rbp, rcx
; 1386 : int const _Result = __stdio_common_vsprintf(
call __local_stdio_printf_options
mov r9, rdi
mov r8, rsi
mov rdx, rbp
mov rcx, QWORD PTR [rax]
mov rax, QWORD PTR _ArgList$[rsp]
or rcx, 1
mov QWORD PTR [rsp+40], rax
mov QWORD PTR [rsp+32], rbx
call __stdio_common_vsprintf
; 1387 : ... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/mangle.asm | Apache-2.0 | 8620efda0299123d1e80a37337b2d5ecea45ed1b | github | assembler | https://github.com/Terraspace/UASM/blob/8620efda0299123d1e80a37337b2d5ecea45ed1b/x64/Release/mangle.asm | 761 | 809 |
Terraspace/UASM:x64/Release/mangle.asm:1 | ; Listing generated by Microsoft (R) Optimizing Compiler Version 19.00.23026.0
include listing.inc
INCLUDELIB LIBCMT
INCLUDELIB OLDNAMES
_DATA SEGMENT
COMM decoflags:BYTE
COMM broadflags:BYTE
_DATA ENDS
_DATA SEGMENT
$SG10644 DB '_%s@%d', 00H
ORG $+1
$SG10651 DB '@%s@%u', 00H
_DATA ENDS
PUBLIC __local_stdio_printf_... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/mangle.asm | Apache-2.0 | 303dca37c78b38fea8f66038909762890fd6232e | github | assembler | https://github.com/Terraspace/UASM/blob/303dca37c78b38fea8f66038909762890fd6232e/x64/Release/mangle.asm | 1 | 60 |
Terraspace/UASM:x64/Release/mangle.asm:3 | $unwind$VoidMangler DD 020601H
DD 030023206H
$unwind$UCaseMangler DD 040a01H
DD 06340aH
DD 07006320aH
$unwind$UScoreMangler DD 020601H
DD 030023206H
$unwind$StdcallMangler DD 020601H
DD 030023206H
xdata ENDS
; COMDAT xdata
xdata SEGMENT
$unwind$sprintf DD 041601H
DD 070125216H
DD 030106011H
xdata ENDS
; COMDAT x... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/mangle.asm | Apache-2.0 | 303dca37c78b38fea8f66038909762890fd6232e | github | assembler | https://github.com/Terraspace/UASM/blob/303dca37c78b38fea8f66038909762890fd6232e/x64/Release/mangle.asm | 81 | 140 |
Terraspace/UASM:x64/Release/mangle.asm:4 | push rbx
sub rsp, 32 ; 00000020H
; 104 : const struct dsym *dir = (struct dsym *)sym;
; 105 :
; 106 : if( Options.stdcall_decoration == STDCALL_FULL && sym->isproc ) {
cmp BYTE PTR Options+118, 0
mov r10, rdx
mov rbx, rcx
jne SHORT $LN2@StdcallMan
test BYTE PTR [rcx+41], 8
je SHORT $LN2@StdcallM... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/mangle.asm | Apache-2.0 | 303dca37c78b38fea8f66038909762890fd6232e | github | assembler | https://github.com/Terraspace/UASM/blob/303dca37c78b38fea8f66038909762890fd6232e/x64/Release/mangle.asm | 121 | 180 |
Terraspace/UASM:x64/Release/mangle.asm:11 | ; 160 : name += sym->name_size;
movzx ecx, BYTE PTR [rbp+72]
add rbx, rcx
; 161 : if( changes & USCORE_BACK ) {
test dil, 2
je SHORT $LN9@ow_decorat
; 162 : *name++ = '_';
mov BYTE PTR [rbx], 95 ; 0000005fH
inc rbx
; 163 : *name = NULLC;
mov BYTE PTR [rbx], 0
$LN9@ow_decorat:... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/mangle.asm | Apache-2.0 | 303dca37c78b38fea8f66038909762890fd6232e | github | assembler | https://github.com/Terraspace/UASM/blob/303dca37c78b38fea8f66038909762890fd6232e/x64/Release/mangle.asm | 401 | 460 |
Terraspace/UASM:x64/Release/mangle.asm:12 | ms32_decorate PROC
; 118 : return ( sprintf( buffer, "@%s@%u", sym->name, ((struct dsym *)sym)->e.procinfo->parasize ) );
mov rax, QWORD PTR [rcx+96]
mov r10, rdx
mov r8, QWORD PTR [rcx+8]
lea rdx, OFFSET FLAT:$SG10651
mov rcx, r10
mov r9d, DWORD PTR [rax+32]
jmp sprintf
ms32_decorate ENDP
_TEXT ENDS
; Fu... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/mangle.asm | Apache-2.0 | 303dca37c78b38fea8f66038909762890fd6232e | github | assembler | https://github.com/Terraspace/UASM/blob/303dca37c78b38fea8f66038909762890fd6232e/x64/Release/mangle.asm | 441 | 500 |
Terraspace/UASM:x64/Release/memalloc.asm:1 | ; Listing generated by Microsoft (R) Optimizing Compiler Version 19.00.23026.0
include listing.inc
INCLUDELIB LIBCMT
INCLUDELIB OLDNAMES
_DATA SEGMENT
COMM decoflags:BYTE
COMM broadflags:BYTE
COMM evex:BYTE
COMM ZEROLOCALS:BYTE
_DATA ENDS
PUBLIC MemInit
PUBLIC MemFini
PUBLIC MemAlloc
PUBLIC MemFree
PUBLIC LclAlloc
E... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/memalloc.asm | Apache-2.0 | 6f3fbcf9cb046d547464d502cbd998dad78cd55d | github | assembler | https://github.com/Terraspace/UASM/blob/6f3fbcf9cb046d547464d502cbd998dad78cd55d/x64/Release/memalloc.asm | 1 | 60 |
Terraspace/UASM:x64/Release/memalloc.asm:2 | DD imagerel $unwind$MemAlloc
$pdata$LclAlloc DD imagerel $LN7
DD imagerel $LN7+167
DD imagerel $unwind$LclAlloc
pdata ENDS
xdata SEGMENT
$unwind$MemFini DD 010401H
DD 04204H
$chain$0$MemFini DD 020521H
DD 043405H
DD imagerel $LN10
DD imagerel $LN10+16
DD imagerel $unwind$MemFini
$chain$1$MemFini DD 021H
DD imag... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/memalloc.asm | Apache-2.0 | 6f3fbcf9cb046d547464d502cbd998dad78cd55d | github | assembler | https://github.com/Terraspace/UASM/blob/6f3fbcf9cb046d547464d502cbd998dad78cd55d/x64/Release/memalloc.asm | 41 | 100 |
Terraspace/UASM:x64/Release/memalloc.asm:3 | mov edx, DWORD PTR currfree
lea rbx, QWORD PTR [rcx+7]
and rbx, -8
cmp rdx, rbx
jae SHORT $LN5@LclAlloc
; 189 : DebugMsg(("LclAlloc: new block needed, req. size=%Xh > currfree=%Xh\n", size, currfree ));
; 190 : currfree = ( size <= ( BLKSIZE - sizeof( struct linked_list ) ) ? BLKSIZE - sizeof( st... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/memalloc.asm | Apache-2.0 | 6f3fbcf9cb046d547464d502cbd998dad78cd55d | github | assembler | https://github.com/Terraspace/UASM/blob/6f3fbcf9cb046d547464d502cbd998dad78cd55d/x64/Release/memalloc.asm | 81 | 140 |
Terraspace/UASM:x64/Release/memalloc.asm:4 | ; 195 : }
; 196 : ((struct linked_list *)pCurr)->next = pBase;
mov rax, QWORD PTR pBase
; 197 : pBase = (struct linked_list *)pCurr;
; 198 : pCurr += sizeof( struct linked_list );
mov edx, DWORD PTR currfree
mov QWORD PTR [rcx], rax
mov QWORD PTR pBase, rcx
add rcx, 8
jmp SH... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/memalloc.asm | Apache-2.0 | 6f3fbcf9cb046d547464d502cbd998dad78cd55d | github | assembler | https://github.com/Terraspace/UASM/blob/6f3fbcf9cb046d547464d502cbd998dad78cd55d/x64/Release/memalloc.asm | 121 | 180 |
Terraspace/UASM:x64/Release/memalloc.asm:5 | ; 211 : if( ptr == NULL ) {
; 212 : Fatal( OUT_OF_MEMORY );
; 213 : }
; 214 : #endif
; 215 : return( ptr );
; 216 : }
add rsp, 32 ; 00000020H
pop rbx
ret 0
LclAlloc ENDP
_TEXT ENDS
; Function compile flags: /Ogtpy
; File d:\hjwasm\hjwasm2.13.1s\hjwasm2.13.1s\memalloc.c
_TEXT SEGMENT
pt... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/memalloc.asm | Apache-2.0 | 6f3fbcf9cb046d547464d502cbd998dad78cd55d | github | assembler | https://github.com/Terraspace/UASM/blob/6f3fbcf9cb046d547464d502cbd998dad78cd55d/x64/Release/memalloc.asm | 161 | 220 |
Terraspace/UASM:x64/Release/memalloc.asm:6 | mov rbx, rax
; 236 : DebugMsg1(("MemAlloc(0x%X)=%p cnt=%" I32_SPEC "u\n", size, ptr, ++memcalls ));
; 237 : if( ptr == NULL ) {
test rax, rax
jne SHORT $LN2@MemAlloc
; 238 : Fatal( OUT_OF_MEMORY );
lea ecx, QWORD PTR [rax+105]
call Fatal
; 239 : }
; 240 : //memset( ptr, 0xff, size ... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/memalloc.asm | Apache-2.0 | 6f3fbcf9cb046d547464d502cbd998dad78cd55d | github | assembler | https://github.com/Terraspace/UASM/blob/6f3fbcf9cb046d547464d502cbd998dad78cd55d/x64/Release/memalloc.asm | 201 | 260 |
Terraspace/UASM:x64/Release/memalloc.asm:7 | ; 166 : if ( Options.quiet == FALSE )
; 167 : printf( "memory used: %u kB\n", (blocks * BLKSIZE - currfree) / 1024 );
; 168 : #endif
; 169 : while ( pBase ) {
mov rax, QWORD PTR pBase
test rax, rax
je SHORT $LN3@MemFini
mov QWORD PTR [rsp+32], rbx
npad 11
$LL2@MemFini:
; 170 : struct... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/memalloc.asm | Apache-2.0 | 6f3fbcf9cb046d547464d502cbd998dad78cd55d | github | assembler | https://github.com/Terraspace/UASM/blob/6f3fbcf9cb046d547464d502cbd998dad78cd55d/x64/Release/memalloc.asm | 241 | 300 |
Terraspace/UASM:x64/Release/memalloc.asm:8 | add rsp, 40 ; 00000028H
ret 0
MemFini ENDP
_TEXT ENDS
; Function compile flags: /Ogtpy
; File d:\hjwasm\hjwasm2.13.1s\hjwasm2.13.1s\memalloc.c
_TEXT SEGMENT
MemInit PROC
; 152 : #if FASTMEM
; 153 : pBase = NULL;
xor eax, eax
mov QWORD PTR pBase, rax
; 154 : currfree = 0;
mov DWORD PTR currfree, e... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/memalloc.asm | Apache-2.0 | 6f3fbcf9cb046d547464d502cbd998dad78cd55d | github | assembler | https://github.com/Terraspace/UASM/blob/6f3fbcf9cb046d547464d502cbd998dad78cd55d/x64/Release/memalloc.asm | 281 | 308 |
Terraspace/UASM:x64/Release/memalloc.asm:1 | ; Listing generated by Microsoft (R) Optimizing Compiler Version 19.00.23026.0
include listing.inc
INCLUDELIB LIBCMT
INCLUDELIB OLDNAMES
_DATA SEGMENT
COMM decoflags:BYTE
COMM broadflags:BYTE
COMM evex:BYTE
_DATA ENDS
PUBLIC MemInit
PUBLIC MemFini
PUBLIC MemAlloc
PUBLIC MemFree
PUBLIC LclAlloc
EXTRN free:PROC
EXTRN ... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/memalloc.asm | Apache-2.0 | dbae18e5556c63dc8a3c3f50e8c9624a792aeda2 | github | assembler | https://github.com/Terraspace/UASM/blob/dbae18e5556c63dc8a3c3f50e8c9624a792aeda2/x64/Release/memalloc.asm | 1 | 60 |
Terraspace/UASM:x64/Release/memalloc.asm:2 | $pdata$LclAlloc DD imagerel $LN7
DD imagerel $LN7+167
DD imagerel $unwind$LclAlloc
pdata ENDS
xdata SEGMENT
$unwind$MemFini DD 010401H
DD 04204H
$chain$0$MemFini DD 020521H
DD 043405H
DD imagerel $LN10
DD imagerel $LN10+16
DD imagerel $unwind$MemFini
$chain$1$MemFini DD 021H
DD imagerel $LN10
DD imagerel $LN10... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/memalloc.asm | Apache-2.0 | dbae18e5556c63dc8a3c3f50e8c9624a792aeda2 | github | assembler | https://github.com/Terraspace/UASM/blob/dbae18e5556c63dc8a3c3f50e8c9624a792aeda2/x64/Release/memalloc.asm | 41 | 100 |
Terraspace/UASM:x64/Release/memalloc.asm:3 | lea rbx, QWORD PTR [rcx+7]
and rbx, -8
cmp rdx, rbx
jae SHORT $LN5@LclAlloc
; 189 : DebugMsg(("LclAlloc: new block needed, req. size=%Xh > currfree=%Xh\n", size, currfree ));
; 190 : currfree = ( size <= ( BLKSIZE - sizeof( struct linked_list ) ) ? BLKSIZE - sizeof( struct linked_list ) : size );
... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/memalloc.asm | Apache-2.0 | dbae18e5556c63dc8a3c3f50e8c9624a792aeda2 | github | assembler | https://github.com/Terraspace/UASM/blob/dbae18e5556c63dc8a3c3f50e8c9624a792aeda2/x64/Release/memalloc.asm | 81 | 140 |
Terraspace/UASM:x64/Release/memalloc.asm:4 | ; 196 : ((struct linked_list *)pCurr)->next = pBase;
mov rax, QWORD PTR pBase
; 197 : pBase = (struct linked_list *)pCurr;
; 198 : pCurr += sizeof( struct linked_list );
mov edx, DWORD PTR currfree
mov QWORD PTR [rcx], rax
mov QWORD PTR pBase, rcx
add rcx, 8
jmp SHORT $LN2@LclAlloc
$... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/memalloc.asm | Apache-2.0 | dbae18e5556c63dc8a3c3f50e8c9624a792aeda2 | github | assembler | https://github.com/Terraspace/UASM/blob/dbae18e5556c63dc8a3c3f50e8c9624a792aeda2/x64/Release/memalloc.asm | 121 | 180 |
Terraspace/UASM:x64/Release/memalloc.asm:5 | ; 212 : Fatal( OUT_OF_MEMORY );
; 213 : }
; 214 : #endif
; 215 : return( ptr );
; 216 : }
add rsp, 32 ; 00000020H
pop rbx
ret 0
LclAlloc ENDP
_TEXT ENDS
; Function compile flags: /Ogtpy
; File d:\hjwasm\hjwasm2.13.1s\hjwasm2.13.1s\memalloc.c
_TEXT SEGMENT
ptr$ = 8
MemFree PROC
; 247 : ... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/memalloc.asm | Apache-2.0 | dbae18e5556c63dc8a3c3f50e8c9624a792aeda2 | github | assembler | https://github.com/Terraspace/UASM/blob/dbae18e5556c63dc8a3c3f50e8c9624a792aeda2/x64/Release/memalloc.asm | 161 | 220 |
Terraspace/UASM:x64/Release/memalloc.asm:6 | ; 236 : DebugMsg1(("MemAlloc(0x%X)=%p cnt=%" I32_SPEC "u\n", size, ptr, ++memcalls ));
; 237 : if( ptr == NULL ) {
test rax, rax
jne SHORT $LN2@MemAlloc
; 238 : Fatal( OUT_OF_MEMORY );
lea ecx, QWORD PTR [rax+105]
call Fatal
; 239 : }
; 240 : //memset( ptr, 0xff, size );
; 241 : ... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/memalloc.asm | Apache-2.0 | dbae18e5556c63dc8a3c3f50e8c9624a792aeda2 | github | assembler | https://github.com/Terraspace/UASM/blob/dbae18e5556c63dc8a3c3f50e8c9624a792aeda2/x64/Release/memalloc.asm | 201 | 260 |
Terraspace/UASM:x64/Release/memalloc.asm:7 | ; 167 : printf( "memory used: %u kB\n", (blocks * BLKSIZE - currfree) / 1024 );
; 168 : #endif
; 169 : while ( pBase ) {
mov rax, QWORD PTR pBase
test rax, rax
je SHORT $LN3@MemFini
mov QWORD PTR [rsp+32], rbx
npad 11
$LL2@MemFini:
; 170 : struct linked_list *pNext = pBase->next;
mov rb... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/memalloc.asm | Apache-2.0 | dbae18e5556c63dc8a3c3f50e8c9624a792aeda2 | github | assembler | https://github.com/Terraspace/UASM/blob/dbae18e5556c63dc8a3c3f50e8c9624a792aeda2/x64/Release/memalloc.asm | 241 | 300 |
Terraspace/UASM:x64/Release/memalloc.asm:8 | ret 0
MemFini ENDP
_TEXT ENDS
; Function compile flags: /Ogtpy
; File d:\hjwasm\hjwasm2.13.1s\hjwasm2.13.1s\memalloc.c
_TEXT SEGMENT
MemInit PROC
; 152 : #if FASTMEM
; 153 : pBase = NULL;
xor eax, eax
mov QWORD PTR pBase, rax
; 154 : currfree = 0;
mov DWORD PTR currfree, eax
; 155 : DebugCmd( bl... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/memalloc.asm | Apache-2.0 | dbae18e5556c63dc8a3c3f50e8c9624a792aeda2 | github | assembler | https://github.com/Terraspace/UASM/blob/dbae18e5556c63dc8a3c3f50e8c9624a792aeda2/x64/Release/memalloc.asm | 281 | 307 |
Terraspace/UASM:x64/Release/memalloc.asm:3 | lea rbx, QWORD PTR [rcx+7]
and rbx, -8
cmp rdx, rbx
jae SHORT $LN5@LclAlloc
; 189 : DebugMsg(("LclAlloc: new block needed, req. size=%Xh > currfree=%Xh\n", size, currfree ));
; 190 : currfree = ( size <= ( BLKSIZE - sizeof( struct linked_list ) ) ? BLKSIZE - sizeof( struct linked_list ) : size );
... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/memalloc.asm | Apache-2.0 | 17413bab2400c29ab34e6d2fd2427efa2c6eb1d3 | github | assembler | https://github.com/Terraspace/UASM/blob/17413bab2400c29ab34e6d2fd2427efa2c6eb1d3/x64/Release/memalloc.asm | 81 | 140 |
Terraspace/UASM:x64/Release/memalloc.asm:5 | ; 212 : Fatal( OUT_OF_MEMORY );
; 213 : }
; 214 : #endif
; 215 : return( ptr );
; 216 : }
add rsp, 32 ; 00000020H
pop rbx
ret 0
LclAlloc ENDP
_TEXT ENDS
; Function compile flags: /Ogtpy
; File d:\hjwasm\hjwasm2.13.1s\hjwasm2.13.1s\memalloc.c
_TEXT SEGMENT
ptr$ = 8
MemFree PROC
; 247 : ... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/memalloc.asm | Apache-2.0 | 17413bab2400c29ab34e6d2fd2427efa2c6eb1d3 | github | assembler | https://github.com/Terraspace/UASM/blob/17413bab2400c29ab34e6d2fd2427efa2c6eb1d3/x64/Release/memalloc.asm | 161 | 220 |
Terraspace/UASM:x64/Release/memalloc.asm:6 | ; 236 : DebugMsg1(("MemAlloc(0x%X)=%p cnt=%" I32_SPEC "u\n", size, ptr, ++memcalls ));
; 237 : if( ptr == NULL ) {
test rax, rax
jne SHORT $LN2@MemAlloc
; 238 : Fatal( OUT_OF_MEMORY );
lea ecx, QWORD PTR [rax+106]
call Fatal
; 239 : }
; 240 : //memset( ptr, 0xff, size );
; 241 : ... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/memalloc.asm | Apache-2.0 | 17413bab2400c29ab34e6d2fd2427efa2c6eb1d3 | github | assembler | https://github.com/Terraspace/UASM/blob/17413bab2400c29ab34e6d2fd2427efa2c6eb1d3/x64/Release/memalloc.asm | 201 | 260 |
Terraspace/UASM:x64/Release/memalloc.asm:1 | ; Listing generated by Microsoft (R) Optimizing Compiler Version 19.00.23026.0
include listing.inc
INCLUDELIB LIBCMT
INCLUDELIB OLDNAMES
_DATA SEGMENT
COMM decoflags:BYTE
COMM broadflags:BYTE
_DATA ENDS
PUBLIC MemInit
PUBLIC MemFini
PUBLIC MemAlloc
PUBLIC MemFree
PUBLIC LclAlloc
EXTRN free:PROC
EXTRN malloc:PROC
EXT... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/memalloc.asm | Apache-2.0 | 303dca37c78b38fea8f66038909762890fd6232e | github | assembler | https://github.com/Terraspace/UASM/blob/303dca37c78b38fea8f66038909762890fd6232e/x64/Release/memalloc.asm | 1 | 60 |
Terraspace/UASM:x64/Release/memalloc.asm:2 | DD imagerel $LN7+167
DD imagerel $unwind$LclAlloc
pdata ENDS
xdata SEGMENT
$unwind$MemFini DD 010401H
DD 04204H
$chain$0$MemFini DD 020521H
DD 043405H
DD imagerel $LN10
DD imagerel $LN10+16
DD imagerel $unwind$MemFini
$chain$1$MemFini DD 021H
DD imagerel $LN10
DD imagerel $LN10+16
DD imagerel $unwind$MemFini
$... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/memalloc.asm | Apache-2.0 | 303dca37c78b38fea8f66038909762890fd6232e | github | assembler | https://github.com/Terraspace/UASM/blob/303dca37c78b38fea8f66038909762890fd6232e/x64/Release/memalloc.asm | 41 | 100 |
Terraspace/UASM:x64/Release/memalloc.asm:3 | and rbx, -8
cmp rdx, rbx
jae SHORT $LN5@LclAlloc
; 189 : DebugMsg(("LclAlloc: new block needed, req. size=%Xh > currfree=%Xh\n", size, currfree ));
; 190 : currfree = ( size <= ( BLKSIZE - sizeof( struct linked_list ) ) ? BLKSIZE - sizeof( struct linked_list ) : size );
mov ecx, 524280 ; 0007f... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/memalloc.asm | Apache-2.0 | 303dca37c78b38fea8f66038909762890fd6232e | github | assembler | https://github.com/Terraspace/UASM/blob/303dca37c78b38fea8f66038909762890fd6232e/x64/Release/memalloc.asm | 81 | 140 |
Terraspace/UASM:x64/Release/memalloc.asm:4 | mov rax, QWORD PTR pBase
; 197 : pBase = (struct linked_list *)pCurr;
; 198 : pCurr += sizeof( struct linked_list );
mov edx, DWORD PTR currfree
mov QWORD PTR [rcx], rax
mov QWORD PTR pBase, rcx
add rcx, 8
jmp SHORT $LN2@LclAlloc
$LN5@LclAlloc:
mov rcx, QWORD PTR pCurr
$LN2@LclAlloc:
; 199 :... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/memalloc.asm | Apache-2.0 | 303dca37c78b38fea8f66038909762890fd6232e | github | assembler | https://github.com/Terraspace/UASM/blob/303dca37c78b38fea8f66038909762890fd6232e/x64/Release/memalloc.asm | 121 | 180 |
Terraspace/UASM:x64/Release/memalloc.asm:5 | ; 213 : }
; 214 : #endif
; 215 : return( ptr );
; 216 : }
add rsp, 32 ; 00000020H
pop rbx
ret 0
LclAlloc ENDP
_TEXT ENDS
; Function compile flags: /Ogtpy
; File d:\hjwasm\hjwasm2.13.1s\hjwasm2.13.1s\memalloc.c
_TEXT SEGMENT
ptr$ = 8
MemFree PROC
; 247 : DebugMsg1(("MemFree(0x%p) cnt=%" I32_SPE... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/memalloc.asm | Apache-2.0 | 303dca37c78b38fea8f66038909762890fd6232e | github | assembler | https://github.com/Terraspace/UASM/blob/303dca37c78b38fea8f66038909762890fd6232e/x64/Release/memalloc.asm | 161 | 220 |
Terraspace/UASM:x64/Release/memalloc.asm:6 | ; 236 : DebugMsg1(("MemAlloc(0x%X)=%p cnt=%" I32_SPEC "u\n", size, ptr, ++memcalls ));
; 237 : if( ptr == NULL ) {
test rax, rax
jne SHORT $LN2@MemAlloc
; 238 : Fatal( OUT_OF_MEMORY );
lea ecx, QWORD PTR [rax+105]
call Fatal
; 239 : }
; 240 : //memset( ptr, 0xff, size );
; 241 : ... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/memalloc.asm | Apache-2.0 | 303dca37c78b38fea8f66038909762890fd6232e | github | assembler | https://github.com/Terraspace/UASM/blob/303dca37c78b38fea8f66038909762890fd6232e/x64/Release/memalloc.asm | 201 | 260 |
Terraspace/UASM:x64/Release/memalloc.asm:7 | ; 168 : #endif
; 169 : while ( pBase ) {
mov rax, QWORD PTR pBase
test rax, rax
je SHORT $LN3@MemFini
mov QWORD PTR [rsp+32], rbx
npad 11
$LL2@MemFini:
; 170 : struct linked_list *pNext = pBase->next;
mov rbx, QWORD PTR [rax]
; 171 : BLKFREE( pBase );
xor edx, edx
mov r8d, 32768 ... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/memalloc.asm | Apache-2.0 | 303dca37c78b38fea8f66038909762890fd6232e | github | assembler | https://github.com/Terraspace/UASM/blob/303dca37c78b38fea8f66038909762890fd6232e/x64/Release/memalloc.asm | 241 | 300 |
Terraspace/UASM:x64/Release/memalloc.asm:8 | MemFini ENDP
_TEXT ENDS
; Function compile flags: /Ogtpy
; File d:\hjwasm\hjwasm2.13.1s\hjwasm2.13.1s\memalloc.c
_TEXT SEGMENT
MemInit PROC
; 152 : #if FASTMEM
; 153 : pBase = NULL;
xor eax, eax
mov QWORD PTR pBase, rax
; 154 : currfree = 0;
mov DWORD PTR currfree, eax
; 155 : DebugCmd( blocks =... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/memalloc.asm | Apache-2.0 | 303dca37c78b38fea8f66038909762890fd6232e | github | assembler | https://github.com/Terraspace/UASM/blob/303dca37c78b38fea8f66038909762890fd6232e/x64/Release/memalloc.asm | 281 | 306 |
Terraspace/UASM:x64/Release/msgtext.asm:1 | ; Listing generated by Microsoft (R) Optimizing Compiler Version 19.00.23026.0
include listing.inc
INCLUDELIB LIBCMT
INCLUDELIB OLDNAMES
PUBLIC szCVCompiler
_DATA SEGMENT
COMM decoflags:BYTE
COMM broadflags:BYTE
COMM evex:BYTE
COMM ZEROLOCALS:BYTE
_DATA ENDS
_BSS SEGMENT
$SG7554 DB 01H DUP (?)
$SG7557 DB 01H DUP (?)... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/msgtext.asm | Apache-2.0 | ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08 | github | assembler | https://github.com/Terraspace/UASM/blob/ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08/x64/Release/msgtext.asm | 1 | 60 |
Terraspace/UASM:x64/Release/msgtext.asm:2 | $SG7538 DB 'readonly', 00H
ORG $+3
$SG7542 DB 'class', 00H
ORG $+6
$SG7539 DB 'alignment', 00H
ORG $+6
$SG7540 DB 'combine', 00H
$SG7541 DB 'segment word size', 00H
ORG $+6
$SG7543 DB 'characteristics', 00H
$SG7544 DB 'alias', 00H
ORG $+2
$SG7545 DB 'invalid combination of opcode and operands', 00H
ORG $+5
$SG754... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/msgtext.asm | Apache-2.0 | ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08 | github | assembler | https://github.com/Terraspace/UASM/blob/ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08/x64/Release/msgtext.asm | 41 | 100 |
Terraspace/UASM:x64/Release/msgtext.asm:3 | $SG7823 DB 'Msg %u', 00H
ORG $+5
$SG7562 DB 'invalid addressing mode with current CPU setting', 00H
ORG $+7
$SG7563 DB 'Cannot use TR%u-TR%u with current CPU setting', 00H
ORG $+2
$SG7564 DB 'Must be index or base register', 00H
ORG $+1
$SG7565 DB 'Multiple index registers not allowed', 00H
ORG $+3
$SG7566 DB 'Too... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/msgtext.asm | Apache-2.0 | ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08 | github | assembler | https://github.com/Terraspace/UASM/blob/ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08/x64/Release/msgtext.asm | 81 | 140 |
Terraspace/UASM:x64/Release/msgtext.asm:4 | ORG $+1
$SG7582 DB 'Immediate data out of range', 00H
ORG $+4
$SG7583 DB 'Can not use short or near modifiers with this instructio'
DB 'n', 00H
ORG $+6
$SG7584 DB 'Jump out of range by %d byte(s)', 00H
$SG7585 DB 'Displacement out of range: 0x%I64X', 00H
ORG $+5
$SG7586 DB 'Initializer value too large', 00H
ORG $+... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/msgtext.asm | Apache-2.0 | ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08 | github | assembler | https://github.com/Terraspace/UASM/blob/ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08/x64/Release/msgtext.asm | 121 | 180 |
Terraspace/UASM:x64/Release/msgtext.asm:5 | $SG7602 DB 'Invalid operand size for instruction', 00H
ORG $+3
$SG7603 DB 'Not supported: %s', 00H
ORG $+6
$SG7604 DB 'Size not specified, assuming: %s', 00H
ORG $+7
$SG7605 DB 'Floating-point initializer ignored', 00H
ORG $+5
$SG7606 DB 'Only SHORT and NEAR jump distance is allowed', 00H
ORG $+3
$SG7607 DB 'Initi... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/msgtext.asm | Apache-2.0 | ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08 | github | assembler | https://github.com/Terraspace/UASM/blob/ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08/x64/Release/msgtext.asm | 161 | 220 |
Terraspace/UASM:x64/Release/msgtext.asm:6 | $SG7624 DB 'Cannot nest procedures', 00H
ORG $+1
$SG7625 DB 'VARARG requires C calling convention', 00H
ORG $+3
$SG7626 DB 'Multiple .MODEL directives, .MODEL ignored', 00H
ORG $+5
$SG7627 DB 'Model is not declared', 00H
ORG $+2
$SG7628 DB 'Backquote missing: `%s', 00H
ORG $+1
$SG7629 DB 'COMMENT delimiter expecte... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/msgtext.asm | Apache-2.0 | ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08 | github | assembler | https://github.com/Terraspace/UASM/blob/ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08/x64/Release/msgtext.asm | 201 | 260 |
Terraspace/UASM:x64/Release/msgtext.asm:7 | $SG7646 DB 'forced error: Value not equal to 0: %d%s', 00H
ORG $+7
$SG7647 DB 'forced error: Value equal to 0: %d%s', 00H
ORG $+3
$SG7648 DB 'forced error: symbol defined: %s', 00H
ORG $+7
$SG7649 DB 'forced error: symbol not defined: %s', 00H
ORG $+3
$SG7650 DB 'forced error: string blank : <%s>%s', 00H
ORG $+4
$... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/msgtext.asm | Apache-2.0 | ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08 | github | assembler | https://github.com/Terraspace/UASM/blob/ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08/x64/Release/msgtext.asm | 241 | 300 |
Terraspace/UASM:x64/Release/msgtext.asm:8 | $SG7668 DB 'Conflicting parameter definition: %s', 00H
ORG $+3
$SG7669 DB 'PROC and PROTO calling convention conflict', 00H
ORG $+5
$SG7670 DB 'Non-benign %s redefinition: %s', 00H
ORG $+1
$SG7671 DB 'Too many bits in RECORD: %s', 00H
ORG $+4
$SG7672 DB 'Statement not allowed inside structure definition', 00H
ORG ... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/msgtext.asm | Apache-2.0 | ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08 | github | assembler | https://github.com/Terraspace/UASM/blob/ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08/x64/Release/msgtext.asm | 281 | 340 |
Terraspace/UASM:x64/Release/msgtext.asm:9 | $SG7691 DB 'Invalid type for data declaration: %s', 00H
ORG $+2
$SG7692 DB 'Operand must be RECORD type or field', 00H
ORG $+3
$SG7693 DB 'Unmatched macro nesting', 00H
$SG7694 DB 'Empty (null) string', 00H
ORG $+4
$SG7695 DB 'No segment information to create fixup: %s', 00H
ORG $+5
$SG7696 DB 'Register value overw... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/msgtext.asm | Apache-2.0 | ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08 | github | assembler | https://github.com/Terraspace/UASM/blob/ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08/x64/Release/msgtext.asm | 321 | 380 |
Terraspace/UASM:x64/Release/msgtext.asm:10 | $SG7714 DB 'Use of register assumed to ERROR', 00H
ORG $+7
$SG7715 DB 'Instructions and initialized data not supported in %s se'
DB 'gments', 00H
ORG $+1
$SG7716 DB 'Literal expected after ''=''', 00H
ORG $+5
$SG7718 DB 'Line number information for segment without class ''CODE'
DB ''': %s', 00H
ORG $+3
$SG7719 DB... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/msgtext.asm | Apache-2.0 | ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08 | github | assembler | https://github.com/Terraspace/UASM/blob/ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08/x64/Release/msgtext.asm | 361 | 420 |
Terraspace/UASM:x64/Release/msgtext.asm:11 | $SG7734 DB 'No start label defined', 00H
ORG $+1
$SG7735 DB 'No stack defined', 00H
ORG $+7
$SG7736 DB 'Invalid alignment - value must be 2^n (n=4..15)', 00H
$SG7737 DB 'Index value past end of string: %d', 00H
ORG $+5
$SG7738 DB 'Count value too large', 00H
ORG $+2
$SG7739 DB 'Count must be positive or zero', 00H
... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/msgtext.asm | Apache-2.0 | ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08 | github | assembler | https://github.com/Terraspace/UASM/blob/ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08/x64/Release/msgtext.asm | 401 | 460 |
Terraspace/UASM:x64/Release/msgtext.asm:12 | $SG7755 DB 'Not supported with current output format: %s', 00H
ORG $+3
$SG7756 DB 'Unknown default prologue argument: %s', 00H
ORG $+2
$SG7757 DB 'LOADDS ignored in flat model', 00H
ORG $+3
$SG7758 DB 'Missing right parenthesis in expression', 00H
$SG7759 DB 'Invalid operand for %s: %s', 00H
ORG $+5
$SG7760 DB 'Str... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/msgtext.asm | Apache-2.0 | ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08 | github | assembler | https://github.com/Terraspace/UASM/blob/ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08/x64/Release/msgtext.asm | 441 | 500 |
Terraspace/UASM:x64/Release/msgtext.asm:13 | ORG $+5
$SG7777 DB 'Expected: memory model', 00H
ORG $+1
$SG7778 DB 'Type is wrong size for register', 00H
$SG7779 DB 'IF[n]DEF expects a plain symbol as argument: %s', 00H
$SG7780 DB 'Jump destination must specify a label', 00H
ORG $+2
$SG7781 DB 'Ignored: %s', 00H
ORG $+4
$SG7782 DB 'Missing argument for cmdline o... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/msgtext.asm | Apache-2.0 | ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08 | github | assembler | https://github.com/Terraspace/UASM/blob/ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08/x64/Release/msgtext.asm | 481 | 540 |
Terraspace/UASM:x64/Release/msgtext.asm:14 | ORG $+6
$SG7799 DB 'COMM variable exceeds 64K: %s', 00H
ORG $+2
$SG7800 DB 'Must be public or external: %s', 00H
ORG $+1
$SG7801 DB 'parameter/local name is reserved word: %s', 00H
ORG $+6
$SG7802 DB 'real or BCD number not allowed', 00H
ORG $+1
$SG7803 DB 'structure field expected', 00H
ORG $+7
$SG7804 DB 'Consta... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/msgtext.asm | Apache-2.0 | ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08 | github | assembler | https://github.com/Terraspace/UASM/blob/ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08/x64/Release/msgtext.asm | 521 | 580 |
Terraspace/UASM:x64/Release/msgtext.asm:15 | DD imagerel $unwind$_vsprintf_l
pdata ENDS
; COMDAT pdata
pdata SEGMENT
$pdata$sprintf DD imagerel $LN8
DD imagerel $LN8+90
DD imagerel $unwind$sprintf
pdata ENDS
pdata SEGMENT
$pdata$MsgGetEx DD imagerel $LN15
DD imagerel $LN15+74
DD imagerel $unwind$MsgGetEx
pdata ENDS
; COMDAT pdata
pdata SEGMENT
$pdata$MsgGet D... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/msgtext.asm | Apache-2.0 | ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08 | github | assembler | https://github.com/Terraspace/UASM/blob/ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08/x64/Release/msgtext.asm | 561 | 620 |
Terraspace/UASM:x64/Release/msgtext.asm:16 | DQ FLAT:$SG7550
DQ FLAT:$SG7551
DQ FLAT:$SG7552
DQ FLAT:$SG7553
DQ FLAT:$SG7554
DQ FLAT:$SG7555
DQ FLAT:$SG7556
DQ FLAT:$SG7557
DQ FLAT:$SG7558
DQ FLAT:$SG7559
DQ FLAT:$SG7560
DQ FLAT:$SG7561
DQ FLAT:$SG7562
DQ FLAT:$SG7563
DQ FLAT:$SG7564
DQ FLAT:$SG7565
DQ FLAT:$SG7566
DQ FLAT:$SG7567
DQ FLAT:$SG756... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/msgtext.asm | Apache-2.0 | ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08 | github | assembler | https://github.com/Terraspace/UASM/blob/ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08/x64/Release/msgtext.asm | 601 | 660 |
Terraspace/UASM:x64/Release/msgtext.asm:17 | DQ FLAT:$SG7590
DQ FLAT:$SG7591
DQ FLAT:$SG7592
DQ FLAT:$SG7593
DQ FLAT:$SG7594
DQ FLAT:$SG7595
DQ FLAT:$SG7596
DQ FLAT:$SG7597
DQ FLAT:$SG7598
DQ FLAT:$SG7599
DQ FLAT:$SG7600
DQ FLAT:$SG7601
DQ FLAT:$SG7602
DQ FLAT:$SG7603
DQ FLAT:$SG7604
DQ FLAT:$SG7605
DQ FLAT:$SG7606
DQ FLAT:$SG7607
DQ FLAT:$SG760... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/msgtext.asm | Apache-2.0 | ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08 | github | assembler | https://github.com/Terraspace/UASM/blob/ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08/x64/Release/msgtext.asm | 641 | 700 |
Terraspace/UASM:x64/Release/msgtext.asm:18 | DQ FLAT:$SG7630
DQ FLAT:$SG7631
DQ FLAT:$SG7632
DQ FLAT:$SG7633
DQ FLAT:$SG7634
DQ FLAT:$SG7635
DQ FLAT:$SG7636
DQ FLAT:$SG7637
DQ FLAT:$SG7638
DQ FLAT:$SG7639
DQ FLAT:$SG7640
DQ FLAT:$SG7641
DQ FLAT:$SG7642
DQ FLAT:$SG7643
DQ FLAT:$SG7644
DQ FLAT:$SG7645
DQ FLAT:$SG7646
DQ FLAT:$SG7647
DQ FLAT:$SG764... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/msgtext.asm | Apache-2.0 | ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08 | github | assembler | https://github.com/Terraspace/UASM/blob/ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08/x64/Release/msgtext.asm | 681 | 740 |
Terraspace/UASM:x64/Release/msgtext.asm:19 | DQ FLAT:$SG7670
DQ FLAT:$SG7671
DQ FLAT:$SG7672
DQ FLAT:$SG7673
DQ FLAT:$SG7674
DQ FLAT:$SG7675
DQ FLAT:$SG7676
DQ FLAT:$SG7677
DQ FLAT:$SG7678
DQ FLAT:$SG7679
DQ FLAT:$SG7680
DQ FLAT:$SG7681
DQ FLAT:$SG7682
DQ FLAT:$SG7683
DQ FLAT:$SG7684
DQ FLAT:$SG7685
DQ FLAT:$SG7686
DQ FLAT:$SG7687
DQ FLAT:$SG768... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/msgtext.asm | Apache-2.0 | ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08 | github | assembler | https://github.com/Terraspace/UASM/blob/ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08/x64/Release/msgtext.asm | 721 | 780 |
Terraspace/UASM:x64/Release/msgtext.asm:20 | DQ FLAT:$SG7710
DQ FLAT:$SG7711
DQ FLAT:$SG7712
DQ FLAT:$SG7713
DQ FLAT:$SG7714
DQ FLAT:$SG7715
DQ FLAT:$SG7716
DQ FLAT:$SG7717
DQ FLAT:$SG7718
DQ FLAT:$SG7719
DQ FLAT:$SG7720
DQ FLAT:$SG7721
DQ FLAT:$SG7722
DQ FLAT:$SG7723
DQ FLAT:$SG7724
DQ FLAT:$SG7725
DQ FLAT:$SG7726
DQ FLAT:$SG7727
DQ FLAT:$SG772... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/msgtext.asm | Apache-2.0 | ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08 | github | assembler | https://github.com/Terraspace/UASM/blob/ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08/x64/Release/msgtext.asm | 761 | 820 |
Terraspace/UASM:x64/Release/msgtext.asm:21 | DQ FLAT:$SG7750
DQ FLAT:$SG7751
DQ FLAT:$SG7752
DQ FLAT:$SG7753
DQ FLAT:$SG7754
DQ FLAT:$SG7755
DQ FLAT:$SG7756
DQ FLAT:$SG7757
DQ FLAT:$SG7758
DQ FLAT:$SG7759
DQ FLAT:$SG7760
DQ FLAT:$SG7761
DQ FLAT:$SG7762
DQ FLAT:$SG7763
DQ FLAT:$SG7764
DQ FLAT:$SG7765
DQ FLAT:$SG7766
DQ FLAT:$SG7767
DQ FLAT:$SG776... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/msgtext.asm | Apache-2.0 | ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08 | github | assembler | https://github.com/Terraspace/UASM/blob/ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08/x64/Release/msgtext.asm | 801 | 860 |
Terraspace/UASM:x64/Release/msgtext.asm:22 | DQ FLAT:$SG7790
DQ FLAT:$SG7791
DQ FLAT:$SG7792
DQ FLAT:$SG7793
DQ FLAT:$SG7794
DQ FLAT:$SG7795
DQ FLAT:$SG7796
DQ FLAT:$SG7797
DQ FLAT:$SG7798
DQ FLAT:$SG7799
DQ FLAT:$SG7800
DQ FLAT:$SG7801
DQ FLAT:$SG7802
DQ FLAT:$SG7803
DQ FLAT:$SG7804
DQ FLAT:$SG7805
DQ FLAT:$SG7806
DQ FLAT:$SG7807
DQ FLAT:$SG780... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/msgtext.asm | Apache-2.0 | ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08 | github | assembler | https://github.com/Terraspace/UASM/blob/ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08/x64/Release/msgtext.asm | 841 | 900 |
Terraspace/UASM:x64/Release/msgtext.asm:23 | DD 0a6414H
DD 095414H
DD 083414H
DD 070105214H
xdata ENDS
; COMDAT xdata
xdata SEGMENT
$unwind$_vsnprintf_l DD 081401H
DD 0a6414H
DD 095414H
DD 083414H
DD 070105214H
xdata ENDS
; Function compile flags: /Ogtpy
; File d:\hjwasm\hjwasm2.13.1s\hjwasm2.13.1s\msgtext.c
; COMDAT MsgGet
_TEXT SEGMENT
msgid$ = 48
buffer... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/msgtext.asm | Apache-2.0 | ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08 | github | assembler | https://github.com/Terraspace/UASM/blob/ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08/x64/Release/msgtext.asm | 881 | 940 |
Terraspace/UASM:x64/Release/msgtext.asm:24 | ; 85 : i = *pId++;
; 86 : if ( buffer == NULL )
; 87 : buffer = StringBufferEnd;
; 88 : WideCharToMultiByte( CP_ACP, 0, pId, i, buffer, -1, 0, 0 );
; 89 : buffer[i] = NULLC;
; 90 : return( buffer );
; 91 : }
; 92 : }... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/msgtext.asm | Apache-2.0 | ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08 | github | assembler | https://github.com/Terraspace/UASM/blob/ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08/x64/Release/msgtext.asm | 921 | 980 |
Terraspace/UASM:x64/Release/msgtext.asm:25 | $LN4@MsgGet:
; 97 : return( buffer );
; 98 : } else
; 99 : return( (char *) FPTR( msgtexts[msgid] ) );
; 100 : }
; 101 : #endif
; 102 : DebugMsg(("MsgGet(%u): Msg not found!!!\n", msgid));
; 103 : if ( buffer == NULL )
test rdx, rdx
; 104 : buffer = Str... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/msgtext.asm | Apache-2.0 | ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08 | github | assembler | https://github.com/Terraspace/UASM/blob/ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08/x64/Release/msgtext.asm | 961 | 1,020 |
Terraspace/UASM:x64/Release/msgtext.asm:26 | $LN15:
sub rsp, 40 ; 00000028H
; 112 : return( MsgGet( msgid, NULL ) );
cmp ecx, 279 ; 00000117H
jge SHORT $LN13@MsgGetEx
movsxd rax, ecx
lea rcx, OFFSET FLAT:msgtexts
mov rax, QWORD PTR [rcx+rax*8]
; 113 : }
add rsp, 40 ; 00000028H
ret 0
$LN13@MsgGetEx:
; 112 : return( MsgGet( msgid,... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/msgtext.asm | Apache-2.0 | ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08 | github | assembler | https://github.com/Terraspace/UASM/blob/ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08/x64/Release/msgtext.asm | 1,001 | 1,060 |
Terraspace/UASM:x64/Release/msgtext.asm:1 | ; Listing generated by Microsoft (R) Optimizing Compiler Version 19.00.23026.0
include listing.inc
INCLUDELIB LIBCMT
INCLUDELIB OLDNAMES
PUBLIC szCVCompiler
_DATA SEGMENT
COMM decoflags:BYTE
COMM broadflags:BYTE
COMM evex:BYTE
COMM ZEROLOCALS:BYTE
_DATA ENDS
_BSS SEGMENT
$SG7553 DB 01H DUP (?)
$SG7556 DB 01H DUP (?)... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/msgtext.asm | Apache-2.0 | 683af312c18e9c3e79e9771f25bbe4d4c9d8dfb4 | github | assembler | https://github.com/Terraspace/UASM/blob/683af312c18e9c3e79e9771f25bbe4d4c9d8dfb4/x64/Release/msgtext.asm | 1 | 60 |
Terraspace/UASM:x64/Release/msgtext.asm:2 | $SG7537 DB 'readonly', 00H
ORG $+3
$SG7541 DB 'class', 00H
ORG $+6
$SG7538 DB 'alignment', 00H
ORG $+6
$SG7539 DB 'combine', 00H
$SG7540 DB 'segment word size', 00H
ORG $+6
$SG7542 DB 'characteristics', 00H
$SG7543 DB 'alias', 00H
ORG $+2
$SG7544 DB 'invalid combination of opcode and operands', 00H
ORG $+5
$SG754... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/msgtext.asm | Apache-2.0 | 683af312c18e9c3e79e9771f25bbe4d4c9d8dfb4 | github | assembler | https://github.com/Terraspace/UASM/blob/683af312c18e9c3e79e9771f25bbe4d4c9d8dfb4/x64/Release/msgtext.asm | 41 | 100 |
Terraspace/UASM:x64/Release/msgtext.asm:3 | $SG7822 DB 'Msg %u', 00H
ORG $+5
$SG7561 DB 'invalid addressing mode with current CPU setting', 00H
ORG $+7
$SG7562 DB 'Cannot use TR%u-TR%u with current CPU setting', 00H
ORG $+2
$SG7563 DB 'Must be index or base register', 00H
ORG $+1
$SG7564 DB 'Multiple index registers not allowed', 00H
ORG $+3
$SG7565 DB 'Too... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/msgtext.asm | Apache-2.0 | 683af312c18e9c3e79e9771f25bbe4d4c9d8dfb4 | github | assembler | https://github.com/Terraspace/UASM/blob/683af312c18e9c3e79e9771f25bbe4d4c9d8dfb4/x64/Release/msgtext.asm | 81 | 140 |
Terraspace/UASM:x64/Release/msgtext.asm:4 | ORG $+1
$SG7581 DB 'Immediate data out of range', 00H
ORG $+4
$SG7582 DB 'Can not use short or near modifiers with this instructio'
DB 'n', 00H
ORG $+6
$SG7583 DB 'Jump out of range by %d byte(s)', 00H
$SG7584 DB 'Displacement out of range: 0x%I64X', 00H
ORG $+5
$SG7585 DB 'Initializer value too large', 00H
ORG $+... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/msgtext.asm | Apache-2.0 | 683af312c18e9c3e79e9771f25bbe4d4c9d8dfb4 | github | assembler | https://github.com/Terraspace/UASM/blob/683af312c18e9c3e79e9771f25bbe4d4c9d8dfb4/x64/Release/msgtext.asm | 121 | 180 |
Terraspace/UASM:x64/Release/msgtext.asm:5 | $SG7601 DB 'Invalid operand size for instruction', 00H
ORG $+3
$SG7602 DB 'Not supported: %s', 00H
ORG $+6
$SG7603 DB 'Size not specified, assuming: %s', 00H
ORG $+7
$SG7604 DB 'Floating-point initializer ignored', 00H
ORG $+5
$SG7605 DB 'Only SHORT and NEAR jump distance is allowed', 00H
ORG $+3
$SG7606 DB 'Initi... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/msgtext.asm | Apache-2.0 | 683af312c18e9c3e79e9771f25bbe4d4c9d8dfb4 | github | assembler | https://github.com/Terraspace/UASM/blob/683af312c18e9c3e79e9771f25bbe4d4c9d8dfb4/x64/Release/msgtext.asm | 161 | 220 |
Terraspace/UASM:x64/Release/msgtext.asm:6 | $SG7623 DB 'Cannot nest procedures', 00H
ORG $+1
$SG7624 DB 'VARARG requires C calling convention', 00H
ORG $+3
$SG7625 DB 'Multiple .MODEL directives, .MODEL ignored', 00H
ORG $+5
$SG7626 DB 'Model is not declared', 00H
ORG $+2
$SG7627 DB 'Backquote missing: `%s', 00H
ORG $+1
$SG7628 DB 'COMMENT delimiter expecte... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/msgtext.asm | Apache-2.0 | 683af312c18e9c3e79e9771f25bbe4d4c9d8dfb4 | github | assembler | https://github.com/Terraspace/UASM/blob/683af312c18e9c3e79e9771f25bbe4d4c9d8dfb4/x64/Release/msgtext.asm | 201 | 260 |
Terraspace/UASM:x64/Release/msgtext.asm:7 | $SG7645 DB 'forced error: Value not equal to 0: %d%s', 00H
ORG $+7
$SG7646 DB 'forced error: Value equal to 0: %d%s', 00H
ORG $+3
$SG7647 DB 'forced error: symbol defined: %s', 00H
ORG $+7
$SG7648 DB 'forced error: symbol not defined: %s', 00H
ORG $+3
$SG7649 DB 'forced error: string blank : <%s>%s', 00H
ORG $+4
$... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/msgtext.asm | Apache-2.0 | 683af312c18e9c3e79e9771f25bbe4d4c9d8dfb4 | github | assembler | https://github.com/Terraspace/UASM/blob/683af312c18e9c3e79e9771f25bbe4d4c9d8dfb4/x64/Release/msgtext.asm | 241 | 300 |
Terraspace/UASM:x64/Release/msgtext.asm:8 | $SG7667 DB 'Conflicting parameter definition: %s', 00H
ORG $+3
$SG7668 DB 'PROC and PROTO calling convention conflict', 00H
ORG $+5
$SG7669 DB 'Non-benign %s redefinition: %s', 00H
ORG $+1
$SG7670 DB 'Too many bits in RECORD: %s', 00H
ORG $+4
$SG7671 DB 'Statement not allowed inside structure definition', 00H
ORG ... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/msgtext.asm | Apache-2.0 | 683af312c18e9c3e79e9771f25bbe4d4c9d8dfb4 | github | assembler | https://github.com/Terraspace/UASM/blob/683af312c18e9c3e79e9771f25bbe4d4c9d8dfb4/x64/Release/msgtext.asm | 281 | 340 |
Terraspace/UASM:x64/Release/msgtext.asm:9 | $SG7690 DB 'Invalid type for data declaration: %s', 00H
ORG $+2
$SG7691 DB 'Operand must be RECORD type or field', 00H
ORG $+3
$SG7692 DB 'Unmatched macro nesting', 00H
$SG7693 DB 'Empty (null) string', 00H
ORG $+4
$SG7694 DB 'No segment information to create fixup: %s', 00H
ORG $+5
$SG7695 DB 'Register value overw... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/msgtext.asm | Apache-2.0 | 683af312c18e9c3e79e9771f25bbe4d4c9d8dfb4 | github | assembler | https://github.com/Terraspace/UASM/blob/683af312c18e9c3e79e9771f25bbe4d4c9d8dfb4/x64/Release/msgtext.asm | 321 | 380 |
Terraspace/UASM:x64/Release/msgtext.asm:10 | $SG7713 DB 'Use of register assumed to ERROR', 00H
ORG $+7
$SG7714 DB 'Instructions and initialized data not supported in %s se'
DB 'gments', 00H
ORG $+1
$SG7715 DB 'Literal expected after ''=''', 00H
ORG $+5
$SG7717 DB 'Line number information for segment without class ''CODE'
DB ''': %s', 00H
ORG $+3
$SG7718 DB... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/msgtext.asm | Apache-2.0 | 683af312c18e9c3e79e9771f25bbe4d4c9d8dfb4 | github | assembler | https://github.com/Terraspace/UASM/blob/683af312c18e9c3e79e9771f25bbe4d4c9d8dfb4/x64/Release/msgtext.asm | 361 | 420 |
Terraspace/UASM:x64/Release/msgtext.asm:11 | $SG7733 DB 'No start label defined', 00H
ORG $+1
$SG7734 DB 'No stack defined', 00H
ORG $+7
$SG7735 DB 'Invalid alignment - value must be 2^n (n=4..15)', 00H
$SG7736 DB 'Index value past end of string: %d', 00H
ORG $+5
$SG7737 DB 'Count value too large', 00H
ORG $+2
$SG7738 DB 'Count must be positive or zero', 00H
... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/msgtext.asm | Apache-2.0 | 683af312c18e9c3e79e9771f25bbe4d4c9d8dfb4 | github | assembler | https://github.com/Terraspace/UASM/blob/683af312c18e9c3e79e9771f25bbe4d4c9d8dfb4/x64/Release/msgtext.asm | 401 | 460 |
Terraspace/UASM:x64/Release/msgtext.asm:12 | $SG7754 DB 'Not supported with current output format: %s', 00H
ORG $+3
$SG7755 DB 'Unknown default prologue argument: %s', 00H
ORG $+2
$SG7756 DB 'LOADDS ignored in flat model', 00H
ORG $+3
$SG7757 DB 'Missing right parenthesis in expression', 00H
$SG7758 DB 'Invalid operand for %s: %s', 00H
ORG $+5
$SG7759 DB 'Str... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/msgtext.asm | Apache-2.0 | 683af312c18e9c3e79e9771f25bbe4d4c9d8dfb4 | github | assembler | https://github.com/Terraspace/UASM/blob/683af312c18e9c3e79e9771f25bbe4d4c9d8dfb4/x64/Release/msgtext.asm | 441 | 500 |
Terraspace/UASM:x64/Release/msgtext.asm:13 | ORG $+5
$SG7776 DB 'Expected: memory model', 00H
ORG $+1
$SG7777 DB 'Type is wrong size for register', 00H
$SG7778 DB 'IF[n]DEF expects a plain symbol as argument: %s', 00H
$SG7779 DB 'Jump destination must specify a label', 00H
ORG $+2
$SG7780 DB 'Ignored: %s', 00H
ORG $+4
$SG7781 DB 'Missing argument for cmdline o... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/msgtext.asm | Apache-2.0 | 683af312c18e9c3e79e9771f25bbe4d4c9d8dfb4 | github | assembler | https://github.com/Terraspace/UASM/blob/683af312c18e9c3e79e9771f25bbe4d4c9d8dfb4/x64/Release/msgtext.asm | 481 | 540 |
Terraspace/UASM:x64/Release/msgtext.asm:14 | ORG $+6
$SG7798 DB 'COMM variable exceeds 64K: %s', 00H
ORG $+2
$SG7799 DB 'Must be public or external: %s', 00H
ORG $+1
$SG7800 DB 'parameter/local name is reserved word: %s', 00H
ORG $+6
$SG7801 DB 'real or BCD number not allowed', 00H
ORG $+1
$SG7802 DB 'structure field expected', 00H
ORG $+7
$SG7803 DB 'Consta... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/msgtext.asm | Apache-2.0 | 683af312c18e9c3e79e9771f25bbe4d4c9d8dfb4 | github | assembler | https://github.com/Terraspace/UASM/blob/683af312c18e9c3e79e9771f25bbe4d4c9d8dfb4/x64/Release/msgtext.asm | 521 | 580 |
Terraspace/UASM:x64/Release/msgtext.asm:15 | DD imagerel $unwind$_vsprintf_l
pdata ENDS
; COMDAT pdata
pdata SEGMENT
$pdata$sprintf DD imagerel $LN8
DD imagerel $LN8+90
DD imagerel $unwind$sprintf
pdata ENDS
pdata SEGMENT
$pdata$MsgGetEx DD imagerel $LN15
DD imagerel $LN15+74
DD imagerel $unwind$MsgGetEx
pdata ENDS
; COMDAT pdata
pdata SEGMENT
$pdata$MsgGet D... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/msgtext.asm | Apache-2.0 | 683af312c18e9c3e79e9771f25bbe4d4c9d8dfb4 | github | assembler | https://github.com/Terraspace/UASM/blob/683af312c18e9c3e79e9771f25bbe4d4c9d8dfb4/x64/Release/msgtext.asm | 561 | 620 |
Terraspace/UASM:x64/Release/msgtext.asm:16 | DQ FLAT:$SG7549
DQ FLAT:$SG7550
DQ FLAT:$SG7551
DQ FLAT:$SG7552
DQ FLAT:$SG7553
DQ FLAT:$SG7554
DQ FLAT:$SG7555
DQ FLAT:$SG7556
DQ FLAT:$SG7557
DQ FLAT:$SG7558
DQ FLAT:$SG7559
DQ FLAT:$SG7560
DQ FLAT:$SG7561
DQ FLAT:$SG7562
DQ FLAT:$SG7563
DQ FLAT:$SG7564
DQ FLAT:$SG7565
DQ FLAT:$SG7566
DQ FLAT:$SG756... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/msgtext.asm | Apache-2.0 | 683af312c18e9c3e79e9771f25bbe4d4c9d8dfb4 | github | assembler | https://github.com/Terraspace/UASM/blob/683af312c18e9c3e79e9771f25bbe4d4c9d8dfb4/x64/Release/msgtext.asm | 601 | 660 |
Terraspace/UASM:x64/Release/msgtext.asm:17 | DQ FLAT:$SG7589
DQ FLAT:$SG7590
DQ FLAT:$SG7591
DQ FLAT:$SG7592
DQ FLAT:$SG7593
DQ FLAT:$SG7594
DQ FLAT:$SG7595
DQ FLAT:$SG7596
DQ FLAT:$SG7597
DQ FLAT:$SG7598
DQ FLAT:$SG7599
DQ FLAT:$SG7600
DQ FLAT:$SG7601
DQ FLAT:$SG7602
DQ FLAT:$SG7603
DQ FLAT:$SG7604
DQ FLAT:$SG7605
DQ FLAT:$SG7606
DQ FLAT:$SG760... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/msgtext.asm | Apache-2.0 | 683af312c18e9c3e79e9771f25bbe4d4c9d8dfb4 | github | assembler | https://github.com/Terraspace/UASM/blob/683af312c18e9c3e79e9771f25bbe4d4c9d8dfb4/x64/Release/msgtext.asm | 641 | 700 |
Terraspace/UASM:x64/Release/msgtext.asm:18 | DQ FLAT:$SG7629
DQ FLAT:$SG7630
DQ FLAT:$SG7631
DQ FLAT:$SG7632
DQ FLAT:$SG7633
DQ FLAT:$SG7634
DQ FLAT:$SG7635
DQ FLAT:$SG7636
DQ FLAT:$SG7637
DQ FLAT:$SG7638
DQ FLAT:$SG7639
DQ FLAT:$SG7640
DQ FLAT:$SG7641
DQ FLAT:$SG7642
DQ FLAT:$SG7643
DQ FLAT:$SG7644
DQ FLAT:$SG7645
DQ FLAT:$SG7646
DQ FLAT:$SG764... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/msgtext.asm | Apache-2.0 | 683af312c18e9c3e79e9771f25bbe4d4c9d8dfb4 | github | assembler | https://github.com/Terraspace/UASM/blob/683af312c18e9c3e79e9771f25bbe4d4c9d8dfb4/x64/Release/msgtext.asm | 681 | 740 |
Terraspace/UASM:x64/Release/msgtext.asm:19 | DQ FLAT:$SG7669
DQ FLAT:$SG7670
DQ FLAT:$SG7671
DQ FLAT:$SG7672
DQ FLAT:$SG7673
DQ FLAT:$SG7674
DQ FLAT:$SG7675
DQ FLAT:$SG7676
DQ FLAT:$SG7677
DQ FLAT:$SG7678
DQ FLAT:$SG7679
DQ FLAT:$SG7680
DQ FLAT:$SG7681
DQ FLAT:$SG7682
DQ FLAT:$SG7683
DQ FLAT:$SG7684
DQ FLAT:$SG7685
DQ FLAT:$SG7686
DQ FLAT:$SG768... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/msgtext.asm | Apache-2.0 | 683af312c18e9c3e79e9771f25bbe4d4c9d8dfb4 | github | assembler | https://github.com/Terraspace/UASM/blob/683af312c18e9c3e79e9771f25bbe4d4c9d8dfb4/x64/Release/msgtext.asm | 721 | 780 |
Terraspace/UASM:x64/Release/msgtext.asm:20 | DQ FLAT:$SG7709
DQ FLAT:$SG7710
DQ FLAT:$SG7711
DQ FLAT:$SG7712
DQ FLAT:$SG7713
DQ FLAT:$SG7714
DQ FLAT:$SG7715
DQ FLAT:$SG7716
DQ FLAT:$SG7717
DQ FLAT:$SG7718
DQ FLAT:$SG7719
DQ FLAT:$SG7720
DQ FLAT:$SG7721
DQ FLAT:$SG7722
DQ FLAT:$SG7723
DQ FLAT:$SG7724
DQ FLAT:$SG7725
DQ FLAT:$SG7726
DQ FLAT:$SG772... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/msgtext.asm | Apache-2.0 | 683af312c18e9c3e79e9771f25bbe4d4c9d8dfb4 | github | assembler | https://github.com/Terraspace/UASM/blob/683af312c18e9c3e79e9771f25bbe4d4c9d8dfb4/x64/Release/msgtext.asm | 761 | 820 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.