mirror of
https://github.com/ScrelliCopter/TECHNO.COM.git
synced 2025-02-21 01:59:25 +11:00
Compare commits
2 Commits
e0d272eda1
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 8aa4d422b8 | |||
| 050ea82109 |
@@ -3,6 +3,8 @@ root = true
|
|||||||
[*]
|
[*]
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
end_of_line = lf
|
||||||
|
tab_width = 4
|
||||||
|
|
||||||
[*.asm]
|
[*.asm]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
@@ -11,12 +13,10 @@ trim_trailing_whitespace = true
|
|||||||
[*.{masm.asm,nasm.asm}]
|
[*.{masm.asm,nasm.asm}]
|
||||||
charset = latin1
|
charset = latin1
|
||||||
end_of_line = crlf
|
end_of_line = crlf
|
||||||
tab_width = 4
|
|
||||||
|
|
||||||
[*.gas.asm]
|
[*.gas.asm]
|
||||||
end_of_line = lf
|
|
||||||
tab_width = 8
|
tab_width = 8
|
||||||
|
|
||||||
[*.py]
|
[*.py]
|
||||||
end_of_line = lf
|
indent_style = tab
|
||||||
tab_width = 4
|
trim_trailing_whitespace = true
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
; 100-byte COM sacrificial goat executable (1993, author unknown)
|
; 100-byte COM sacrificial goat executable (1993, author unknown)
|
||||||
; Binary MD6: 195307045CC39D6B284B60442ECFD202
|
; Binary MD5: 195307045CC39D6B284B60442ECFD202
|
||||||
; SHA256: D1F60FCA64F1903F8D405109C5AA55A3F3B6DDE622BCFBA15CD95001CAE1DEE2
|
; SHA256: D1F60FCA64F1903F8D405109C5AA55A3F3B6DDE622BCFBA15CD95001CAE1DEE2
|
||||||
;
|
;
|
||||||
; Assemble with FASM: fasm goat.asm goat.com
|
; Assemble with FASM: fasm goat.asm goat.com
|
||||||
|
|||||||
Reference in New Issue
Block a user