 The Zig Programming Language 0.12.0 Documentation^ /home/ci/actions-runner/_work/zig-bootstrap/out/host/lib/zig/std/start.zig:253:5: 0x103 asm volatile (switch (native_arch) { ^ All 1 tests passed. 1 errors were logged. 1 tests leaked memory ^ /home/ci/actions-runner/_work/zig-bootstrap/out/host/lib/zig/std/start.zig:253:5: 0x103 asm volatile (switch (native_arch) { ^ ???:?:?: 0x0 in ??? (???) error: the following test command ^ /home/ci/actions-runner/_work/zig-bootstrap/out/host/lib/zig/std/start.zig:253:5: 0x103 asm volatile (switch (native_arch) { ^ ???:?:?: 0x0 in ??? (???) error: the following test command0 码力 | 241 页 | 7.37 MB | 1 年前3 The Zig Programming Language 0.12.0 Documentation^ /home/ci/actions-runner/_work/zig-bootstrap/out/host/lib/zig/std/start.zig:253:5: 0x103 asm volatile (switch (native_arch) { ^ All 1 tests passed. 1 errors were logged. 1 tests leaked memory ^ /home/ci/actions-runner/_work/zig-bootstrap/out/host/lib/zig/std/start.zig:253:5: 0x103 asm volatile (switch (native_arch) { ^ ???:?:?: 0x0 in ??? (???) error: the following test command ^ /home/ci/actions-runner/_work/zig-bootstrap/out/host/lib/zig/std/start.zig:253:5: 0x103 asm volatile (switch (native_arch) { ^ ???:?:?: 0x0 in ??? (???) error: the following test command0 码力 | 241 页 | 7.37 MB | 1 年前3
 The Zig Programming Language 0.11.0 Documentation^ /home/ci/actions-runner/_work/zig-bootstrap/out/host/lib/zig/std/start.zig:243:5: 0x224 asm volatile (switch (native_arch) { ^ ???:?:?: 0x0 in ??? (???) error: the following test command ^ /home/ci/actions-runner/_work/zig-bootstrap/out/host/lib/zig/std/start.zig:243:5: 0x224 asm volatile (switch (native_arch) { ^ ???:?:?: 0x0 in ??? (???) error: the following test command ^ /home/ci/actions-runner/_work/zig-bootstrap/out/host/lib/zig/std/start.zig:243:5: 0x224 asm volatile (switch (native_arch) { ^ ???:?:?: 0x0 in ??? (???) error: the following test command0 码力 | 238 页 | 7.80 MB | 1 年前3 The Zig Programming Language 0.11.0 Documentation^ /home/ci/actions-runner/_work/zig-bootstrap/out/host/lib/zig/std/start.zig:243:5: 0x224 asm volatile (switch (native_arch) { ^ ???:?:?: 0x0 in ??? (???) error: the following test command ^ /home/ci/actions-runner/_work/zig-bootstrap/out/host/lib/zig/std/start.zig:243:5: 0x224 asm volatile (switch (native_arch) { ^ ???:?:?: 0x0 in ??? (???) error: the following test command ^ /home/ci/actions-runner/_work/zig-bootstrap/out/host/lib/zig/std/start.zig:243:5: 0x224 asm volatile (switch (native_arch) { ^ ???:?:?: 0x0 in ??? (???) error: the following test command0 码力 | 238 页 | 7.80 MB | 1 年前3
 The Zig Programming Language 0.7.1 Documentation60; pub const STDOUT_FILENO = 1; pub fn syscall1(number: usize, arg1: usize) usize { return asm volatile ("syscall" : [ret] "={rax}" (-> usize) : [number] "{rax}" (number), "rcx", "r11" ); } pub fn syscall3(number: usize, arg1: usize, arg2: usize, arg3: usize return asm volatile ("syscall" : [ret] "={rax}" (-> usize) : [number] "{rax}" (number), the syntax: // Inline assembly is an expression which returns a value. // the `asm` keyword begins the expression. _ = asm // `volatile` is an optional modifier that tells Zig this // inline assembly expression0 码力 | 225 页 | 5.74 MB | 1 年前3 The Zig Programming Language 0.7.1 Documentation60; pub const STDOUT_FILENO = 1; pub fn syscall1(number: usize, arg1: usize) usize { return asm volatile ("syscall" : [ret] "={rax}" (-> usize) : [number] "{rax}" (number), "rcx", "r11" ); } pub fn syscall3(number: usize, arg1: usize, arg2: usize, arg3: usize return asm volatile ("syscall" : [ret] "={rax}" (-> usize) : [number] "{rax}" (number), the syntax: // Inline assembly is an expression which returns a value. // the `asm` keyword begins the expression. _ = asm // `volatile` is an optional modifier that tells Zig this // inline assembly expression0 码力 | 225 页 | 5.74 MB | 1 年前3
 The Zig Programming Language 0.8.1 Documentation60; pub const STDOUT_FILENO = 1; pub fn syscall1(number: usize, arg1: usize) usize { return asm volatile ("syscall" : [ret] "={rax}" (-> usize) : [number] "{rax}" (number), "rcx", "r11" ); } pub fn syscall3(number: usize, arg1: usize, arg2: usize, arg3: usize return asm volatile ("syscall" : [ret] "={rax}" (-> usize) : [number] "{rax}" (number), the syntax: // Inline assembly is an expression which returns a value. // the `asm` keyword begins the expression. _ = asm // `volatile` is an optional modifier that tells Zig this // inline assembly expression0 码力 | 234 页 | 6.01 MB | 1 年前3 The Zig Programming Language 0.8.1 Documentation60; pub const STDOUT_FILENO = 1; pub fn syscall1(number: usize, arg1: usize) usize { return asm volatile ("syscall" : [ret] "={rax}" (-> usize) : [number] "{rax}" (number), "rcx", "r11" ); } pub fn syscall3(number: usize, arg1: usize, arg2: usize, arg3: usize return asm volatile ("syscall" : [ret] "={rax}" (-> usize) : [number] "{rax}" (number), the syntax: // Inline assembly is an expression which returns a value. // the `asm` keyword begins the expression. _ = asm // `volatile` is an optional modifier that tells Zig this // inline assembly expression0 码力 | 234 页 | 6.01 MB | 1 年前3
 The Zig Programming Language 0.5.0 Documentation60; pub const STDOUT_FILENO = 1; pub fn syscall1(number: usize, arg1: usize) usize { return asm volatile ("syscall" : [ret] "={rax}" (-> usize) : [number] "{rax}" (number), "r11" ); } pub fn syscall3(number: usize, arg1: usize, arg2: usize, arg3: usize) usi return asm volatile ("syscall" : [ret] "={rax}" (-> usize) : [number] "{rax}" (number), the syntax: // Inline assembly is an expression which returns a value. // the `asm` keyword begins the expression. _ = asm // `volatile` is an optional modifier that tells Zig this // inline assembly expression0 码力 | 224 页 | 5.80 MB | 1 年前3 The Zig Programming Language 0.5.0 Documentation60; pub const STDOUT_FILENO = 1; pub fn syscall1(number: usize, arg1: usize) usize { return asm volatile ("syscall" : [ret] "={rax}" (-> usize) : [number] "{rax}" (number), "r11" ); } pub fn syscall3(number: usize, arg1: usize, arg2: usize, arg3: usize) usi return asm volatile ("syscall" : [ret] "={rax}" (-> usize) : [number] "{rax}" (number), the syntax: // Inline assembly is an expression which returns a value. // the `asm` keyword begins the expression. _ = asm // `volatile` is an optional modifier that tells Zig this // inline assembly expression0 码力 | 224 页 | 5.80 MB | 1 年前3
 The Zig Programming Language 0.4.0 Documentation60; pub const STDOUT_FILENO = 1; pub fn syscall1(number: usize, arg1: usize) usize { return asm volatile ("syscall" : [ret] "={rax}" (-> usize) : [number] "{rax}" (number), "r11" ); } pub fn syscall3(number: usize, arg1: usize, arg2: usize, arg3: usize) usi return asm volatile ("syscall" : [ret] "={rax}" (-> usize) : [number] "{rax}" (number), the syntax: // Inline assembly is an expression which returns a value. // the `asm` keyword begins the expression. _ = asm // `volatile` is an optional modifier that tells Zig this // inline assembly expression0 码力 | 207 页 | 5.29 MB | 1 年前3 The Zig Programming Language 0.4.0 Documentation60; pub const STDOUT_FILENO = 1; pub fn syscall1(number: usize, arg1: usize) usize { return asm volatile ("syscall" : [ret] "={rax}" (-> usize) : [number] "{rax}" (number), "r11" ); } pub fn syscall3(number: usize, arg1: usize, arg2: usize, arg3: usize) usi return asm volatile ("syscall" : [ret] "={rax}" (-> usize) : [number] "{rax}" (number), the syntax: // Inline assembly is an expression which returns a value. // the `asm` keyword begins the expression. _ = asm // `volatile` is an optional modifier that tells Zig this // inline assembly expression0 码力 | 207 页 | 5.29 MB | 1 年前3
 The Zig Programming Language 0.9.1 Documentationconst STDOUT_FILENO = 1; 12 13 pub fn syscall1(number: usize, arg1: usize) usize { 14 return asm volatile ("syscall" 15 : [ret] "={rax}" (-> usize) 16 : [number] "{rax}" (number) 21 22 pub fn syscall3(number: usize, arg1: usize, arg2: usize, arg3: usize) usize { 23 return asm volatile ("syscall" 24 : [ret] "={rax}" (-> usize) 25 : [number] "{rax}" (number) Explained 1 // Inline assembly is an expression which returns a value. 2 // the `asm` keyword begins the expression. 3 _ = asm 4 // `volatile` is an optional modifier that tells Zig this 5 // inline assembly0 码力 | 234 页 | 7.90 MB | 1 年前3 The Zig Programming Language 0.9.1 Documentationconst STDOUT_FILENO = 1; 12 13 pub fn syscall1(number: usize, arg1: usize) usize { 14 return asm volatile ("syscall" 15 : [ret] "={rax}" (-> usize) 16 : [number] "{rax}" (number) 21 22 pub fn syscall3(number: usize, arg1: usize, arg2: usize, arg3: usize) usize { 23 return asm volatile ("syscall" 24 : [ret] "={rax}" (-> usize) 25 : [number] "{rax}" (number) Explained 1 // Inline assembly is an expression which returns a value. 2 // the `asm` keyword begins the expression. 3 _ = asm 4 // `volatile` is an optional modifier that tells Zig this 5 // inline assembly0 码力 | 234 页 | 7.90 MB | 1 年前3
 The Zig Programming Language 0.6.0 Documentation60; pub const STDOUT_FILENO = 1; pub fn syscall1(number: usize, arg1: usize) usize { return asm volatile ("syscall" : [ret] "={rax}" (-> usize) : [number] "{rax}" (number), "rcx", "r11" ); } pub fn syscall3(number: usize, arg1: usize, arg2: usize, arg3: usize return asm volatile ("syscall" : [ret] "={rax}" (-> usize) : [number] "{rax}" (number), the syntax: // Inline assembly is an expression which returns a value. // the `asm` keyword begins the expression. _ = asm // `volatile` is an optional modifier that tells Zig this // inline assembly expression0 码力 | 214 页 | 5.37 MB | 1 年前3 The Zig Programming Language 0.6.0 Documentation60; pub const STDOUT_FILENO = 1; pub fn syscall1(number: usize, arg1: usize) usize { return asm volatile ("syscall" : [ret] "={rax}" (-> usize) : [number] "{rax}" (number), "rcx", "r11" ); } pub fn syscall3(number: usize, arg1: usize, arg2: usize, arg3: usize return asm volatile ("syscall" : [ret] "={rax}" (-> usize) : [number] "{rax}" (number), the syntax: // Inline assembly is an expression which returns a value. // the `asm` keyword begins the expression. _ = asm // `volatile` is an optional modifier that tells Zig this // inline assembly expression0 码力 | 214 页 | 5.37 MB | 1 年前3
 The Zig Programming Language 0.10.1 Documentationconst STDOUT_FILENO = 1; 12 13 pub fn syscall1(number: usize, arg1: usize) usize { 14 return asm volatile ("syscall" 15 : [ret] "={rax}" (-> usize) 16 : [number] "{rax}" (number) 21 22 pub fn syscall3(number: usize, arg1: usize, arg2: usize, arg3: usize) usize { 23 return asm volatile ("syscall" 24 : [ret] "={rax}" (-> usize) 25 : [number] "{rax}" (number) Explained 1 // Inline assembly is an expression which returns a value. 2 // the `asm` keyword begins the expression. 3 _ = asm 4 // `volatile` is an optional modifier that tells Zig this 5 // inline assembly0 码力 | 239 页 | 8.03 MB | 1 年前3 The Zig Programming Language 0.10.1 Documentationconst STDOUT_FILENO = 1; 12 13 pub fn syscall1(number: usize, arg1: usize) usize { 14 return asm volatile ("syscall" 15 : [ret] "={rax}" (-> usize) 16 : [number] "{rax}" (number) 21 22 pub fn syscall3(number: usize, arg1: usize, arg2: usize, arg3: usize) usize { 23 return asm volatile ("syscall" 24 : [ret] "={rax}" (-> usize) 25 : [number] "{rax}" (number) Explained 1 // Inline assembly is an expression which returns a value. 2 // the `asm` keyword begins the expression. 3 _ = asm 4 // `volatile` is an optional modifier that tells Zig this 5 // inline assembly0 码力 | 239 页 | 8.03 MB | 1 年前3
 The Zig Programming Language 0.1.1 DocumentationExpression Expression = ReturnExpression | BreakExpression | AssignmentExpression AsmExpression = "asm" option("volatile") "(" String option(AsmOutput) ")" AsmOutput = ":" list(AsmOutputItem, ",") option(AsmInput)0 码力 | 82 页 | 2.67 MB | 1 年前3 The Zig Programming Language 0.1.1 DocumentationExpression Expression = ReturnExpression | BreakExpression | AssignmentExpression AsmExpression = "asm" option("volatile") "(" String option(AsmOutput) ")" AsmOutput = ":" list(AsmOutputItem, ",") option(AsmInput)0 码力 | 82 页 | 2.67 MB | 1 年前3
共 12 条
- 1
- 2













