1
0
Fork 0
mirror of synced 2024-05-24 14:30:32 +12:00

Added numbersign_braceleft.liga.cv29 #{

This commit is contained in:
Nikita Prokopov 2020-10-11 21:04:14 +02:00
parent 94450a374d
commit 92eb35ffac
2 changed files with 125 additions and 12 deletions

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,9 @@
### 0xFF
sub [zero zero.zero] x' [@Digit @HexDigit] by x.multiply;
sub [zero.tosf zero.zero.tosf zero.tosf.zero] x' [@DigitTosf @HexDigit] by x.multiply.tosf;
lookup hexadecimal_x {
### 0xFF
sub [zero zero.zero] x' [@Digit @HexDigit] by x.multiply;
sub [zero.tosf zero.zero.tosf zero.tosf.zero] x' [@DigitTosf @HexDigit] by x.multiply.tosf;
### 800x600
sub @Digit x' @Digit by x.multiply;
sub @DigitTosf x' @DigitTosf by x.multiply.tosf;
### 800x600
sub @Digit x' @Digit by x.multiply;
sub @DigitTosf x' @DigitTosf by x.multiply.tosf;
} hexadecimal_x;