Skip to content

Commit

Permalink
[CHARSET] fix {} alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
mooinglemur committed Feb 24, 2024
1 parent 535974f commit 854bd08
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions charset/iso-8859-15.s
Original file line number Diff line number Diff line change
Expand Up @@ -1252,13 +1252,13 @@
.byte %00000000

; $7b {
.byte %00011100
.byte %00110000
.byte %00110000
.byte %11100000
.byte %00110000
.byte %00110000
.byte %00011100
.byte %00001110
.byte %00011000
.byte %00011000
.byte %01110000
.byte %00011000
.byte %00011000
.byte %00001110
.byte %00000000

; $7c |
Expand All @@ -1272,13 +1272,13 @@
.byte %00000000

; $7d }
.byte %00111000
.byte %00001100
.byte %00001100
.byte %00000111
.byte %00001100
.byte %00001100
.byte %00111000
.byte %01110000
.byte %00011000
.byte %00011000
.byte %00001110
.byte %00011000
.byte %00011000
.byte %01110000
.byte %00000000

; $7e ~
Expand Down

0 comments on commit 854bd08

Please sign in to comment.