mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
* No need to use `locale`s * Implement octal numbers, `_` digit separators, and `0x/0b/0o` prefixes in linkerscripts * Refactor some functions out of `yylex` * Support `\0` in linkerscripts
10 lines
103 B
SYSTEMD
10 lines
103 B
SYSTEMD
ROM0
|
|
org 4_2
|
|
org %10_10_10
|
|
org &52_
|
|
org $2A_
|
|
org 0b101_010
|
|
org 0o5_2
|
|
org 0x2_A
|
|
org 41 ; Error!
|