Frames for mattgodbolt/jsbeeb#962: jsbeeb PAL shader vs a real Master's decoded composite (Yie Ar Kung Fu II title).
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!doctype html> | |
| <!-- | |
| Minimal repro for a suspected V8 optimizer bug in Chrome 150. | |
| Pattern: a hot method fills a Float32Array; when full, it passes the array to | |
| a callback that transfers its ArrayBuffer via MessagePort.postMessage | |
| (detaching it), then immediately replaces it: | |
| this.buffer = new Float32Array(bufferLength); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| P%=&2000 | |
| FORN%=0TO2STEP2:[OPT N% | |
| LDY #&10 | |
| LDX #0 | |
| LDA #0 | |
| .lp | |
| STA &3000, X | |
| INX | |
| BNE lp | |
| INC lp + 2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| CLS | |
| PRINT "**********************************" | |
| PRINT "**********************************" | |
| PRINT "** PLEASE ENTER THE NUCLEAR KEY **" | |
| PRINT "**********************************" | |
| PRINT "**********************************" | |
| REPEAT | |
| PRINT "Key "; | |
| INPUT A$ | |
| PRINT "SORRY WRONG KEY!!!" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| DIM b% 32 | |
| P% = b% | |
| [OPT2 | |
| BRK | |
| EQUB 42 | |
| EQUS "StackExchange" | |
| EQUB 0 | |
| ] | |
| CALL b% |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [pid 2066] openat(AT_FDCWD, "/opt", O_RDONLY|O_CLOEXEC|O_PATH|O_DIRECTORY) = 4 | |
| [pid 2066] name_to_handle_at(4, "wine-stable", {handle_bytes=128 => 8, handle_type=1, f_handle=0xab090400d0e41824}, [550], 0) = 0 | |
| [pid 2066] name_to_handle_at(4, "", {handle_bytes=128 => 144}, 0x7ffd319e2e54, AT_EMPTY_PATH) = -1 EOVERFLOW (Value too large for defined data type) | |
| [pid 2066] name_to_handle_at(4, "", {handle_bytes=144}, 0x7ffd319e2e54, AT_EMPTY_PATH) = -1 EINVAL (Invalid argument) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| utils = require('utils'); | |
| hw = utils.hexword; | |
| hb = utils.hexbyte; | |
| every = 0; | |
| function spew(pc) { | |
| console.log(`${processor.currentCycles} $${hw(pc)} A=${hb(processor.a)} X=${hb(processor.x)} Y=${hb(processor.y)}`); | |
| // breakpoint every 100 instructions lest things go awry. | |
| return ((++every % 100) === 0); | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ; All new, all-singing, all-dancing textured scape renderer! | |
| .CPU SH4 | |
| .OUTPUT DBG=DWARF | |
| .INCLUDE "..\RedDog.pre" | |
| ; Prototype: StripHeader *texturedStripRasteriserClipped | |
| ; (StripPos *v, StripEntry *strip, Uint32 nStrip, ModelContext *context); | |
| ; Register allocation: | |
| temp: .REG R0 ; temporary register, R0 is most accessible |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 10P.CHR$158;CHR$145;CHR$255;CHR$146;CHR$147;CHR$148;CHR$149 |
NewerOlder