about summary refs log tree commit diff stats
path: root/linux/315slice.subx
Commit message (Expand)AuthorAgeFilesLines
* 7842 - new directory organizationKartik K. Agaram2021-03-031-0/+14
#n16'>16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 generated by cgit-pink 1.4.1-2-gfad0 (git 2.36.2.497.gbbea4dcf42) at 2025-03-01 03:28:26 +0000 array value) <- lookup *out-ah # copy in into out var i/ebx: int <- copy 0 { compare i, len break-if->= #? print-int32-hex 0, i #? print-string 0, "\n" var src/ecx: (addr handle array byte) <- index in, i var dest-offset/edx: (offset value) <- compute-offset out, i var dest-val/edx: (addr value) <- index out, dest-offset var dest/eax: (addr handle array byte) <- get dest-val, text-data copy-object src, dest var type/edx: (addr int) <- get dest-val, type copy-to *type, 1/string i <- increment loop } }