mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
POSIX leaves undefined the order of output if stderr is injected into stdout, and in practice it differs on Windows (Linux buffers both streams separately, Windows interleaves them as they arrive without buffering). This should help testing on other platforms
37 lines
333 B
Plaintext
37 lines
333 B
Plaintext
main charmap
|
|
$0
|
|
newcharmap map1
|
|
$6162
|
|
newcharmap map2, main
|
|
$0
|
|
setcharmap map1
|
|
$6162
|
|
newcharmap map3
|
|
$1
|
|
newcharmap map4, map3
|
|
$1
|
|
$2
|
|
setcharmap map3
|
|
$1
|
|
$6364
|
|
setcharmap main
|
|
$0
|
|
modify main charmap
|
|
$0
|
|
$3
|
|
setcharmap map1
|
|
pushc
|
|
setcharmap map2
|
|
pushc
|
|
setcharmap map3
|
|
$1
|
|
$6364
|
|
$6566
|
|
popc
|
|
$0
|
|
popc
|
|
$6162
|
|
newcharmap map1
|
|
setcharmap map5
|
|
popc
|